ScriptAddressModel: {
    Address1: string;
    Address2: string;
    City: string;
    Company: string;
    Country: string;
    CountryCode: string;
    Email: string;
    FaxNumber: string;
    FirstName: string;
    HideAddressFromCustomer: boolean;
    Id: number;
    LastName: string;
    PhoneNumber: string;
    StateProvince: string;
    ZipPostalCode: string;
}

Address Information model.

Type declaration

  • Address1: string

    Address line 1.

  • Address2: string

    Address line 2.

  • City: string

    The city.

  • Company: string

    The company name of the address.

  • Country: string

    The country name of the address.

  • CountryCode: string

    The 3 letter ISO code of the country.

  • Email: string

    The email of the address.

  • FaxNumber: string

    The fax number of the address.

  • FirstName: string

    The first name of the recipient.

  • HideAddressFromCustomer: boolean

    Flag indicating if the address should not be shown to the customer.

  • Id: number

    The id of the address.

  • LastName: string

    The last name of the recipient.

  • PhoneNumber: string

    The phone number of the address.

  • StateProvince: string

    The state or province of the address.

  • ZipPostalCode: string

Generated using TypeDoc