GuaranteePayment

OTA_HotelDescriptiveContentNotifRQ

Fields

Field Description Type Min/max Notes
GuaranteePaymentPolicy/
GuaranteePayment
Refund policy details. array of GuaranteePayment 0..1 -
GuaranteePayment/
@PolicyCode
The Booking.com Cancellation Policy Code. BCCP 0..1 Default: null
GuaranteePayment/
TPA_Extensions
Container for PrepaymentPolicy object 0..1 -

XML

<GuaranteePayment
  PolicyCode="1">
  <TPA_Extensions>
    ...
  </TPA_Extensions>
</GuaranteePayment>

OTA_HotelDescriptiveInfoRS

Fields

Field Description Type Min/max Notes
GuaranteePaymentPolicy/
GuaranteePayment
Refund policy details. array of GuaranteePayment 0..1 -
GuaranteePayment/
@PolicyCode
The Booking.com Cancellation Policy Code. BCCP 1..1 -
GuaranteePayment/
@Description
Human-readable description of policy. string 1..1 -

XML

<GuaranteePayment
  PolicyCode="1"
  Description="The guest will be charged a prepayment of the total price at any time."/>

OTA_HotelResNotifRQ & OTA_HotelResModifyNotifRQ

Fields

Field Description Type Min/max Notes
DepositPayments/
GuaranteePayment
The payment method of the service reservation array of Description 1..1 -
GuaranteePayment/
@Description
Human-readable description of the payment method string 1..* -

XML

<GuaranteePayment>
    <Description>
        <Text>Guests pay at the property</Text>
    </Description>
</GuaranteePayment>