Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StoreId | integer |
None. |
|
Name | string |
Required Max length: 50 |
|
GUID | globally unique identifier |
None. |
|
OrderDate | date |
None. |
|
OrderNo | integer |
None. |
|
CustomerId | integer |
Required |
|
OrderStatus | OrderStatus |
None. |
|
OrderStatusId | integer |
None. |
|
OrderStatusName | string |
None. |
|
Subtotal | decimal number |
None. |
|
TotalTax | decimal number |
None. |
|
ShippingAmount | decimal number |
None. |
|
TotalDiscount | decimal number |
None. |
|
TotalAmount | decimal number |
None. |
|
IsGift | boolean |
None. |
|
Message | string |
None. |
|
PaymentMethodId | integer |
Required |
|
PaymentMethodName | string |
None. |
|
PaymentStatus | PaymentStatus |
None. |
|
PaymentStatusId | integer |
None. |
|
PaymentStatusName | string |
None. |
|
BillingCustomerAddressId | integer |
None. |
|
BillingFirstName | string |
Required Max length: 50 |
|
BillingLastName | string |
Required Max length: 50 |
|
BillingEMail | string |
Required Max length: 50 |
|
BillingCompany | string |
Max length: 50 |
|
BillingAddress1 | string |
Required Max length: 50 |
|
BillingAddress2 | string |
None. |
|
BillingCity | string |
None. |
|
BillingStateId | integer |
None. |
|
BillingState | string |
None. |
|
BillingCountry | string |
None. |
|
BillingPostalCode | string |
None. |
|
BillingPhoneNumber | string |
None. |
|
ShippingCustomerAddressId | integer |
None. |
|
ShippingFirstName | string |
Required Max length: 50 |
|
ShippingLastName | string |
Required Max length: 50 |
|
ShippingEMail | string |
Required Max length: 50 |
|
ShippingCompany | string |
Required Max length: 50 |
|
ShippingAddress1 | string |
Required Max length: 50 |
|
ShippingAddress2 | string |
None. |
|
ShippingCity | string |
None. |
|
ShippingStateId | integer |
None. |
|
ShippingState | string |
None. |
|
ShippingCountry | string |
None. |
|
ShippingPostalCode | string |
None. |
|
ShippingPhoneNumber | string |
None. |
|
CustomerIPAddress | string |
None. |
|
ShippingStatus | ShippingStatus |
None. |
|
ShippingStatusId | integer |
None. |
|
ShippingStatusName | string |
None. |
|
SaveShippingAddress | boolean |
None. |
|
SaveBillingAddress | boolean |
None. |
|
PromoCodeName | string |
None. |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
|
Products | Collection of OrderProductViewModel |
None. |
|
ErrorMessageText | Collection of string |
None. |
|
MessageCount | integer |
None. |