Skip to content

Commit 6bb42a6

Browse files
apply booker and customer description
1 parent af2fc9b commit 6bb42a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mews-operations/reservations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ The third `reservation` definition shows the partial cancellation - canceling th
274274
| `currencyCode` | `string` | required \(exc. Cancellation\) | 3 letter code of currency of all prices within the booking. |
275275
| `totalAmount` | [`Amount`](#amount) object | required \(exc. Cancellation\) | Total amount of the whole booking. |
276276
| `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. |
279279
| `paymentCard` | [`Payment Card`](#payment-card) object | optional | Represents the payment card of the [`Customer`](#customer) to cover for the booking. |
280280
| ~~`channel`~~ | ~~[`Channel`](#channel) object~~ | ~~optional~~ | ~~Represents the channel \(i.e. Travel Agency\).~~ **[Deprecated!](../deprecations/README.md)** |
281281
| `sources` | [`Source`](#source) collection | optional | Represents the sources for the booking. |

0 commit comments

Comments
 (0)