OrderSummaryViewModel
Order summary.
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID |
The identifier of the order. |
integer |
None. |
| RepDID |
Rep number associated to the order. |
string |
None. |
| CustomerDID |
Customer number associated to the order. |
string |
None. |
| Subtotal |
Subtotal. |
decimal number |
None. |
| ShippingTotal |
Shipping total. |
decimal number |
None. |
| ShippingTax |
Shipping tax. |
decimal number |
None. |
| HandlingFee |
Handling fee total. |
decimal number |
None. |
| HandlingTax |
Handling tax. |
decimal number |
None. |
| ProductTax |
Product tax. |
decimal number |
None. |
| TaxTotal |
Tax total. |
decimal number |
None. |
| OrderTotal |
Total order. |
decimal number |
None. |
| CreditUsed |
Credit used in this order. |
decimal number |
None. |
| PaymentTotal |
Payment total. |
decimal number |
None. |
| BalanceDue |
Balance due. |
decimal number |
None. |