interface Address {
    additionalAddressInfo: string;
    additionalStreetInfo: string;
    apartment: string;
    building: string;
    city: string;
    company: string;
    country: string;
    department: string;
    email: string;
    externalId: string;
    fax: string;
    firstName: string;
    id: string;
    key: string;
    lastName: string;
    mobile: string;
    pOBox: string;
    phone: string;
    postalCode: string;
    region: string;
    salutation: string;
    state: string;
    streetName: string;
    streetNumber: string;
    title: string;
}

Properties

additionalAddressInfo: string
additionalStreetInfo: string
apartment: string
building: string
city: string
company: string
country: string

Two-digit country code as per ISO 3166-1 alpha-2.

department: string
email: string
externalId: string
fax: string
firstName: string
id: string

Unique ID of the Address.

key: string
lastName: string
mobile: string
pOBox: string
phone: string
postalCode: string
region: string
salutation: string
state: string
streetName: string
streetNumber: string
title: string