Represents an address of a customer

Hierarchy

  • Address

Constructors

Properties

city?: string

The city of the address.

country?: string

The country of the address.

countrySubDivisionCode?: string

A region of the county of the address. May represent county, state etc.

lineOne?: string

The first line of the address.

postalCode?: string

The postcode/zipcode of the address.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc