Type Alias InvoiceAddress

InvoiceAddress: {
    addressLine1?: string;
    addressLine2?: string;
    city?: string;
    state?: string;
    countryCode?: CountryCodes;
    postalCode?: string;
}

Type declaration

  • OptionaladdressLine1?: string
  • OptionaladdressLine2?: string
  • Optionalcity?: string
  • Optionalstate?: string
  • OptionalcountryCode?: CountryCodes
  • OptionalpostalCode?: string