Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.63 KB

File metadata and controls

23 lines (20 loc) · 1.63 KB

# SenderAddressResponse

Properties

Name Type Description Notes
name string Name of the person associated with the address [optional]
companyName string Name of the company associated with the address [optional]
addressLine1 string First line of the address [optional]
houseNumber string House number of the address [optional]
addressLine2 string Additional address information, e.g. 2nd level [optional]
postalCode string Zip code of the address [optional]
city string City of the address [optional]
poBox string Code required in case of PO Box or post locker delivery [optional]
stateProvinceCode string The character state code of the customer represented as ISO 3166-2 code [optional]
countryCode string The country code of the customer represented as ISO 3166-1 alpha-2 [optional]
email string Email address of the person associated with the address [optional]
phoneNumber string Phone number of the person associated with the address [optional]
id int The identifier for this Sender Address [optional] [readonly]
signature \Toppy\Sendcloud\V3\Model\SenderAddressResponseAllOfSignature [optional]
taxNumbers \Toppy\Sendcloud\V3\Model\SenderAddressesTaxNumber[] [optional]

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