PMS REST API
Online documentation
ApproveCCPaymentRequest
Inheritance: HotelRequestBase
Payment approval request
| Property Name | Type | Description |
| ReservationNumber | long | Reservation number (that is returned from SetReservation) |
| CurrecyCode | string | Posting/Payment currency code |
| ApprovalAmount | decimal | Posting/Payment amount |
| CardType | string | Credit Card Type |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

