TABLE NAMEpayment_types
DESCRIPTIONThe payment_types table stores all the acceptable payment forms COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| name | string | false | true | | transactions.payment_type | 1.0a100 | the name of the type | | description | string | false | false | | | 1.0a100 | a description of the type of payment | | active | boolean | false | false | | | 1.0a100 | indicates if payment is currently accepted via this method | | allow_web | boolean | false | false | | | 1.0a100 | indicates if payment is allowed via a web form |
|