Payment Methods - codbex/codbex-olympus GitHub Wiki
Payment Method is the way one makes a payment.
PaymentMethod
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 method |
Predefined Data
Id | Name |
---|---|
1 | Cash |
2 | Bank transfer |
3 | Debit card |
4 | Credit card |