Last updated

GuaranteePayment

Multiple ancestors

GuaranteePayment can be a descendant of:

OTA_HotelDescriptiveContentNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
GuaranteePaymentPolicy/
GuaranteePayment
Refund policy details.array of GuaranteePayment0..1-
GuaranteePayment/
@PolicyCode
The Booking.com Cancellation Policy Code.BCCP0..1Default: null
GuaranteePayment/
TPA_Extensions
Container for PrepaymentPolicyobject0..1-

XML

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

OTA_HotelDescriptiveInfoRS

Fields

FieldDescriptionTypeMin/maxNotes
GuaranteePaymentPolicy/
GuaranteePayment
Refund policy details.array of GuaranteePayment0..1-
GuaranteePayment/
@PolicyCode
The Booking.com Cancellation Policy Code.BCCP1..1-
GuaranteePayment/
@Description
Human-readable description of policy.string1..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

FieldDescriptionTypeMin/maxNotes
DepositPayments/
GuaranteePayment
The payment method of the service reservationarray of Description1..1-
GuaranteePayment/
@Description
Human-readable description of the payment methodstring1..*-

XML

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