Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 753 Bytes

File metadata and controls

15 lines (11 loc) · 753 Bytes

HubSpot.NET.Model.Address

Represents an address of a customer

Properties

Name Type Description Notes
Country string The country of the address. [optional]
CountrySubDivisionCode string A region of the county of the address. May represent county, state etc. [optional]
City string The city of the address. [optional]
PostalCode string The postcode/zipcode of the address. [optional]
LineOne string The first line of the address. [optional]

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