Last updated

Policy

Multiple ancestors

Policy can be a descendant of:

OTA_HotelDescriptiveContentNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
Policies/
Policy
Policy details.object0..1-
Policy/
PolicyInfo
Check-in/-out times.object0..1-
Policy/
PetsPolicies
Policies around pets.array of PetsPolicy0..1-
Policy/
CancelPolicy
Policies around cancellations and no-shows.array of CancelPenalty0..1-
Policy/
GuaranteePaymentPolicy
Policies around refunds.array of GuaranteePayment0..1-
Policy/
TaxPolicies
Policies around taxes.array of TaxPolicy0..1-
Policy/
FeePolicies
Policies around service fees (WiFi, heating, pets, etc.).array of FeePolicy0..1-

XML

<Policy>
  <PolicyInfo ... />
  <PetsPolicies ... >
    ...
  </PetsPolicies>
  <CancelPolicy>
    ...
  </CancelPolicy>
  <GuaranteePaymentPolicy>
    ...
  </GuaranteePaymentPolicy>
  <TaxPolicies>
    ...
  </TaxPolicies>
  <FeePolicies>
    ...
  </FeePolicies>
</Policy>

OTA_HotelDescriptiveInfoRS

Fields

FieldDescriptionTypeMin/maxNotes
Policies/
Policy
Policy details.object0..1-
Policy/
PolicyInfo
Check-in/-out times.object0..1-
Policy/
PetsPolicy
Policies around pets.array of PetsPolicy0..1-
Policy/
CancelPolicy
Policies around cancellations and no-shows.array of CancelPenalty0..1-
Policy/
GuaranteePaymentPolicy
Policies around refunds.array of GuaranteePayment0..1-
Policy/
TaxPolicies
Policies around taxes.array of TaxPolicy0..1-
Policy/
FeePolicies
Policies around service fees.array of FeePolicy0..1-
Policy/
TPA_Extensions
Extensions to the OTA StandardObject0..1Optional
Policy/
TPA_Extensions/
OverwriteFutureFees
Setting that enables you to prevent or allow copying fees to a future moment in time.Boolean0..1Boolean expressed as integer. 1 = true, 0 = false. Default: 1. For more information, see copying fees forward.

XML

<Policy>
  <PolicyInfo ... />
  <PetsPolicy ... >
    ...
  </PetsPolicy>
  <CancelPolicy>
    ...
  </CancelPolicy>
  <GuaranteePaymentPolicy>
    ...
  </GuaranteePaymentPolicy>
  <TaxPolicies>
    ...
  </TaxPolicies>
  <FeePolicies>
    ...
  </FeePolicies>
  <TPA_Extensions ... />
</Policy>