Type Alias AddressReadonly

AddressReadonly: {
    address1: string;
    address2: string;
    city: string;
    company: string;
    country_code: string;
    country_name: string;
    email: string;
    name: string;
    phone: string;
    state_code: string;
    state_name: string;
    tax_number: string;
    zip: string;
}

Information about the address

Type declaration

  • address1: string

    Address line 1

  • address2: string

    Address line 2

  • city: string

    City

  • company: string

    Company name

  • country_code: string

    Country code

  • country_name: string

    Country name

  • email: string

    Email address

  • name: string

    Full name

  • phone: string

    Phone number

  • state_code: string

    State code

  • state_name: string

    State name

  • tax_number: string

    TAX number (optional, but in case of Brazil country this field becomes required and will be used as CPF/CNPJ number)
    CPF format is 000.000.000-00 (14 characters);
    CNPJ format is 00.000.000/0000-00 (18 characters).

  • zip: string

    ZIP/Postal code