paymentmethod
The table storing payment methods (such as credit card, bank transfer, or cash), used for processing payments in the system.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique internal identifier assigned to the record, used to reference and manage the record within the system. | |
| account | String | The account associated with the record, typically used for tracking financial transactions or customer information. | |
| externalid | String | A unique identifier for the record assigned by an external system, used for integration or synchronization between systems. | |
| isinactive | Boolean | Indicates whether the record is inactive, often used to flag records that should no longer be used or processed. | |
| merchantaccounts | String | The associated payment processing profiles, typically used to track the merchant accounts tied to this record for payment processing. | |
| name | String | The name associated with the record, used for identification or display purposes in user interfaces or reports. |