OnlineOrderViewModel
Gives general information pertaining to an Online Order
Name | Description | Type | Additional information |
---|---|---|---|
ID |
The primary key of the Online Order. This would be used for adding and removing items as well as eventually turning the online order into a permanent order. |
integer |
None. |
Total |
The total of the online order (including tax, shipping, etc.) |
decimal number |
None. |
TotalProductPrice |
The total of the online order just based on included items (no tax, shipping, etc.) |
decimal number |
None. |
Country |
The Shipping Country for the Order |
string |
None. |
Party | IPartyInfoViewModel |
None. |
|
Items |
The items within the online order. (This is only returned when necessary.) |
Collection of IOnlineOrderDetailViewModel |
None. |
OnBehalfRepID |
RepID of the Rep the order is on behalf of |
integer |
None. |
OnBehalfRepDID |
RepDID of the Rep the order is on behalf of |
string |
None. |
OnBehalfRepDisplayName |
Display Name of the Rep the order is on behalf of |
string |
None. |