Builds an address object for a contact. A contact can contain multiple addresses objects.
Optional country: stringFull country name
Optional country_code: stringTwo-letter country abbreviation
Optional state: stringState abbreviation
Optional city: stringCity name
Optional street: stringStreet number and name
Optional zip: stringZIP code
Optional type: stringAddress type. Standard Values: HOME, WORK
Optional Readonly cityThe city of the address
Optional Readonly countryThe country of the address
Optional Readonly country_The country code of the address
Optional Readonly stateThe state of the address
Optional Readonly streetThe street of the address
Optional Readonly typeThe type of the address
Optional Readonly zipThe zip code of the address
Generated using TypeDoc
Address API object