Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.14 KB

Sender.md

File metadata and controls

20 lines (16 loc) · 1.14 KB

ShipmondoApi.Dotnet.Model.Sender

Sender address for the object

Properties

Name Type Description Notes
Name string Name of the sender. Can be either a company name or the name of a private person. [optional]
Attention string Attention of the sender. If the sender is a company, it is the contact person. [optional]
Address1 string Address of the sender, including address number. [optional]
Address2 string [optional]
Zipcode string Zip code of the address. [optional]
City string Name of the city that the zip code refers to. [optional]
CountryCode string ISO 3166-1 alpha-2 country code of the sender. [optional]
Email string Email address of the sender [optional]
Mobile string Mobile number of the sender [optional]
Telephone string Landline phone number of the sender [optional]

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