You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type`|`int`| required |[Payment Card Type](#payment-card-types) code. **Important**: Only permitted values must be used, we recommend that if you do not know the correct value then use `1` as a fallback. |
|`expireDate`|`string`| required | Expiration date of card in `"MMyy"` format \(e.g `"0222"` for February 2022 expiration\). |
322
322
|`cvv`|`string`| optional | Card CVV code. The value cannot be ```000```.|
@@ -381,7 +381,7 @@ The third `reservation` definition shows the partial cancellation - canceling th
381
381
|`extras`|[`Extra`](#extra) collection | optional | Collection of extra ordered products for the reservation \(e.g. Breakfast\). _Their total amount is included in the _`totalAmount`_ of the reservation._|
382
382
|`guests`|[`Customer`](#customer) collection | optional | Collection of guests that will arrive to the property. |
383
383
|`timeState`|`int`| required (used only in [CHM: Process group](../channel-manager-operations/reservations.md#process-group) operation) |[Reservation Time State](#reservation-time-states) code of reservation state. |
384
-
|`paymentCardData`|[`Payment Card Data`](#payment-card-data) object | optional (used only in [CHM: Process group](../channel-manager-operations/reservations.md#process-group) operation) | Represents the payment card of the [`Customer`](#customer) to cover for the booking. It doesn't contain the acutal card number. |
384
+
|`paymentCardData`|[`Payment Card Data`](#payment-card-data) object | optional (used only in [CHM: Process group](../channel-manager-operations/reservations.md#process-group) operation) | Represents the payment card of the [`Customer`](#customer) to cover for the booking. It doesn't contain the actual card number. |
385
385
|~~`adultCount`~~|~~`int`~~|~~required \(exc. Cancellation\)~~|~~Number of adults in the reservation.~~**[Deprecated!](../deprecations/README.md)**|
386
386
|~~`childCount`~~|~~`int`~~|~~optional \(exc. Cancellation\)~~|~~Number of children in the reservation.~~**[Deprecated!](../deprecations/README.md)**|
0 commit comments