PMS REST API
Online documentation
CCBankInfo
| Property Name | Type | Description |
| Code | string | Unique id of bank |
| IsDefault | bool | True if bank is the default bank |
| IsActive | bool | True if bank is active |
| CurrencyCode | string | Unique id of currency that may be used for credit card payment |
| ChargeType | string |
Auth: Amount withdrawn from credit card. PreAuth:Only credit card limit check. Amount is not withdrawn. |
| Offline | bool | If true no real credit card payment transaction, system responses as if credit card payment process completed. If false credit card payment transactions send to bank virtual pos system. |
| Prefixes | List< Prefix > | Credit card prefix list that belongs to bank |
| Installments | List< Installment > | Credit card payment installment options |

