Click or drag to resize

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)
Syntax
C#
public enum OrderStateWebEnum
Members
  Member nameValueDescription
Created0 Default state. The order has been created.
Printed1 The order has been printed or sent electronically.
Accepted2 The order has recieved a payment from the customer. This moves it into the Accepted stage. Accepted orders cannot be deleted.
Deleted3 The order has been credited before any payment was made.
Cancelled4 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