OrderStateWebEnum Enumeration |
The state of orders to include in the order list for the partner
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum OrderStateWebEnum
Members
| Member name | Value | Description |
---|
| Created | 0 |
Default state. The order has been created.
|
| Printed | 1 |
The order has been printed or sent electronically.
|
| Accepted | 2 |
The order has recieved a payment from the customer. This moves it into the Accepted stage. Accepted orders cannot be deleted.
|
| Deleted | 3 |
The order has been credited before any payment was made.
|
| Cancelled | 4 |
The order has been credited after one or more payments has been recieved from the customer. This moves the order into a Cancelled state.
|
See Also