Model that describes payment methods.
| Name | Type | Description |
|---|---|---|
| account | Account | Account used by the payment method. |
| enabled | String | Payment method availability: true - available everywhere, frontoffice - available only at the cash register, backoffice - available only in BackOffice, false - unavailable. Allowed values: True, Frontoffice, Backoffice, False. |
| id | Int64 | Payment method ID. |
| image_url | String | Payment system image URL. |
| is_cash | Boolean | Indicates whether the payment is cash. |
| kkm_code | Int64 | Fiscal payment code. -1 means the payment is not registered in the cash register. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Payment method name. Maximum length is 150 characters. |
| shortkey | Int32 | Hotkey used for the payment method. |