Policy
Multiple ancestors
Policy
can be a descendant of:
OTA_HotelDescriptiveContentNotifRQ
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Policies/Policy | Policy details. | object | 0..1 | - |
Policy /PolicyInfo | Check-in/-out times. | object | 0..1 | - |
Policy /PetsPolicies | Policies around pets. | array of PetsPolicy | 0..1 | - |
Policy /CancelPolicy | Policies around cancellations and no-shows. | array of CancelPenalty | 0..1 | - |
Policy /GuaranteePaymentPolicy | Policies around refunds. | array of GuaranteePayment | 0..1 | - |
Policy /TaxPolicies | Policies around taxes. | array of TaxPolicy | 0..1 | - |
Policy /FeePolicies | Policies around service fees (WiFi, heating, pets, etc.). | array of FeePolicy | 0..1 | - |
XML
<Policy> <PolicyInfo ... /> <PetsPolicies ... > ... </PetsPolicies> <CancelPolicy> ... </CancelPolicy> <GuaranteePaymentPolicy> ... </GuaranteePaymentPolicy> <TaxPolicies> ... </TaxPolicies> <FeePolicies> ... </FeePolicies> </Policy>
OTA_HotelDescriptiveInfoRS
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Policies/Policy | Policy details. | object | 0..1 | - |
Policy /PolicyInfo | Check-in/-out times. | object | 0..1 | - |
Policy /PetsPolicy | Policies around pets. | array of PetsPolicy | 0..1 | - |
Policy /CancelPolicy | Policies around cancellations and no-shows. | array of CancelPenalty | 0..1 | - |
Policy /GuaranteePaymentPolicy | Policies around refunds. | array of GuaranteePayment | 0..1 | - |
Policy /TaxPolicies | Policies around taxes. | array of TaxPolicy | 0..1 | - |
Policy /FeePolicies | Policies around service fees. | array of FeePolicy | 0..1 | - |
Policy /TPA_Extensions | Extensions to the OTA Standard | Object | 0..1 | Optional |
Policy /TPA_Extensions/ OverwriteFutureFees | Setting that enables you to prevent or allow copying fees to a future moment in time. | Boolean | 0..1 | Boolean 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>