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
Copy file name to clipboardExpand all lines: mews-operations/reservations.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,8 @@ The third `reservation` definition shows the partial cancellation - canceling th
274
274
|`currencyCode`|`string`| required \(exc. Cancellation\)| 3 letter code of currency of all prices within the booking. |
275
275
|`totalAmount`|[`Amount`](#amount) object | required \(exc. Cancellation\)| Total amount of the whole booking. |
276
276
|`paymentType`|`int`| required \(exc. Cancellation\)|[Payment Type](configuration.md#payment-types) code - determines whether the booking is prepaid or not. |
277
-
|`booker`|[`Customer`](#customer) object | optional |Represents the main booker. Does not necessarily mean that the person arrives to the property. |
278
-
|`customer`|[`Customer`](#customer) object | required \(exc. Cancellation\)|Represents the main booker. Does not necessarily mean that the person arrives to the property. |
277
+
|`booker`|[`Customer`](#customer) object | optional |The person who booked the reservation, in case this is different to the main Customer. |
278
+
|`customer`|[`Customer`](#customer) object | required \(exc. Cancellation\)|The customer who owns the reservation, i.e. the main guest linked to the reservation. |
279
279
|`paymentCard`|[`Payment Card`](#payment-card) object | optional | Represents the payment card of the [`Customer`](#customer) to cover for the booking. |
280
280
|~~`channel`~~|~~[`Channel`](#channel) object~~|~~optional~~|~~Represents the channel \(i.e. Travel Agency\).~~**[Deprecated!](../deprecations/README.md)**|
281
281
|`sources`|[`Source`](#source) collection | optional | Represents the sources for the booking. |
0 commit comments