Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.55 KB

ShipmentReceiver.md

File metadata and controls

24 lines (20 loc) · 1.55 KB

ShipmondoApi.Dotnet.Model.ShipmentReceiver

Receiver address for the object

Properties

Name Type Description Notes
Name string Name of the receiver. Can be either a company name or the name of a private person.
Attention string Attention of the receiver. If the receiver is a company, it is the contact person. [optional]
Address1 string Address of the receiver, including address number.
Address2 string Second address line of the receiver. Can be used for, e.g.,apartment number. [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 receiver.
Email string Email address of the receiver [optional]
Mobile string Mobile number of the receiver [optional]
Telephone string Landline phone number of the receiver [optional]
Instruction string Delivery instruction to the carrier. Only applicable for products which support receiver instructions. [optional]
Date DateTime? Requested delivery date. [optional]
FromTime string Requested earliest delivery time. [optional]
ToTime string Requested latest delivery time. [optional]

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