PMS REST API
Online documentation
CreditCardData
| Property Name | Type | Description |
| CardType | string | Unique id of card type |
| CardNo | string | Credit card number |
| CardHolder | string | Card holder full name |
| Comment | string * [Deprecated] Use Notes list or BillingInfo field in SetReservation request |
Comment. This field is obsolete.It's content is appending into BillingInfo field of the reservation on SetReservation for now, but will be totally removed. |
| CV2 | string | Credit card secret number |
| ExpiryMonth | int | Expiry month. 1 = January, 2 = February etc. |
| ExpiryYear | int | 4 digit expiry year |
| ExpiryYear2Digit | int | 2 digit expiry year |

