Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.24 KB

ShipmentSender.md

File metadata and controls

21 lines (17 loc) · 1.24 KB

ShipmondoApi.Dotnet.Model.ShipmentSender

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.
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.
Address2 string [optional]
Zipcode string Zip code of the address.
City string Name of the city that the zip code refers to.
CountryCode string ISO 3166-1 alpha-2 country code of the sender address.
VatId string Sender's VAT ID in receiver country, e.g., VOEC for Norway or GB EORI for Great Britain. [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]