Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 947 Bytes

ContactCreateOrUpdateInputStreetAddress.md

File metadata and controls

14 lines (11 loc) · 947 Bytes

# ContactCreateOrUpdateInputStreetAddress

Properties

Name Type Description Notes
kind string The type of street address for the contact. Valid values are <code>home</code>, <code>work</code>, or <code>other</code>.
street string The number and street of the contact's address. [optional]
city string The name of the city for the contact's address. [optional]
state string The name of the state or province for the contact's address. [optional]
postal_code string The zip or postal code for the contact's address. [optional]
country string The name of the country for the contact's address. [optional]

[Back to Model list] [Back to API list] [Back to README]