Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.35 KB

AssetAddressInformation.md

File metadata and controls

18 lines (14 loc) · 1.35 KB

AssetAddressInformation

Type for saving the address information. It is used in asset.DeviceContractInformation object to save customer address.

Properties

Name Type Description Notes
address1 str Address Line one of the address information. example "PO BOX 641570". [optional] [readonly]
address2 str Address Line two of the address information. example "Cisco Systems". [optional] [readonly]
city str City in which the address resides. example "San Jose". [optional] [readonly]
country str Country in which the address resides. example "US". [optional] [readonly]
location str Location in which the address resides. example "14852". [optional] [readonly]
name str Name of the user whose address is being populated. [optional] [readonly]
postal_code str Postal Code in which the address resides. example "95164-1570". [optional] [readonly]
state str State in which the address resides. example "CA". [optional] [readonly]

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