Class for Shipping Information
Model Name: ShippingDestinationDTO
Property | Note | Constraints |
---|---|---|
ShipVia : string |
Carrier who does the shipping. Options: FedEx, USPS, UPS, DHL |
Required Max length: 10 |
ShippingMethod : string |
Method Method used to ship. |
Required Max length: 100 |
ShippingAccount : string |
The account who does the shipping |
*Advanced Setup Max length: 50 |
Address : AddressDTO |
Destination to ship |