PaymentMethods
Create, update, delete, and query Reckon Payment Methods.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier of the payment method. | |
| Name | String | False |
The name of the payment method. | |
| IsActive | Boolean | False |
Boolean determining if the payment method is active. | |
| EditSequence | String | True |
A string indicating the revision of the payment method. | |
| TimeCreated | Datetime | True |
The time the payment method was created. | |
| TimeModified | Datetime | True |
The last time the payment method was modified. |