GetOrderByVendorCodeResponseServiceModel_Order
The order element.
Name | Description | Type | Additional Information |
---|---|---|---|
VendorOrderCode |
The vendor order code to identfy the order. |
string |
None. |
VendorOrderDate |
The date when the order was made. |
date |
None. |
CurrencyCode |
The ISO three-letter currency code of the order. |
string |
None. |
TotalAmount |
The total amount of the order. |
decimal number |
None. |
SubTotalAmount |
The subtotal amount. |
decimal number |
None. |
TaxTotal |
The total amount of the taxes. |
decimal number |
None. |
Items |
The Items list. |
Collection of GetOrderByVendorCodeResponseServiceModel_Item |
None. |
Customer |
The customer details. |
GetOrderByVendorCodeResponseServiceModel_Customer |
None. |