Order status enumeration.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Public Enumeration OrderStatus
public enum class OrderStatus
Members
| Member name | Value | Description |
---|
| PlacementFailed | 0 |
Placement Failed
|
| PlacementOK | 1 |
Placement OK
|
| ProcessingFailed | 2 |
Processing Failed
|
| ManualReviewWanted | 3 |
Manual Review Wanted
|
| ProcessedOK | 4 |
Processed OK
|
| ReviewOK | 5 |
Review OK
|
| Deleted | 6 |
Terminated
|
| TimedOut | 7 |
TimedOut
|
| PendingPayment | 8 |
Pending Payment
|
| Processing | 9 |
Order is currently processed
|
| CustomerOverDebtLimit | 10 |
The customer over debt limit
|
See Also