Payment Statuses - codbex/codbex-olympus GitHub Wiki
Payment Status is the flag for the step where the payment is in the process.
PaymentStatus
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Name | VARCHAR | 200 | no | - | - | Name of the payment status |
Predefined Data
Id | Name |
---|---|
1 | New |
2 | Confirmed |
3 | Cancelled |