Last updated

PetsPolicy

Multiple ancestors

PetsPolicy can be a descendant of:

OTA_HotelDescriptiveContentNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
PetsPolicies/
PetsPolicy
Pets policy details.object0..1Required if PetsPolicies@PetsAllowedCode is Pets Allowed, Pets By Arrangements.
PetsPolicy/
@NonRefundableFee
Specifies if the property charges for having a pet stay in the room.stringfree,charges_may_applyStarting Nov 14, 2019 NonRefundableFee would only accept values free or charges_may_apply for PetsPolicy.
PetsPolicy/
@RefundableDeposit
The refundable deposit the property charges while a pet stays in the room.price0..1Starting Nov 14, 2019 RefundableDeposit would be deprecated, hence would not be allowed to set in PetsPolicy.

XML

**Old Way**
<PetsPolicy
  NonRefundableFee="5" />
**New Way**
<PetsPolicy
  NonRefundableFee="charges_may_apply" />

OTA_HotelDescriptiveInfoRS

Fields

FieldDescriptionTypeMin/maxNotes
Policies/
PetsPolicies
Pets policy details.object0..1-
PetsPolicy/
@PetsAllowedCode
Specifies the property's policy regarding pets.enum0..1Values: Pets Allowed, Pets Not Allowed, Pets By Arrangements.
PetsPolicy/
PetsPolicy
Pets policy details.object0..1-
PetsPolicies/PetsPolicy/
@NonRefundableFee
The non-refundable fee the property charges for having a pet stay in the room.stringfree,charges_may_apply-

XML

<PetsPolicies
  PetsAllowedCode="Pets Allowed">
  <PetsPolicy
    NonRefundableFee="charges_may_apply"/>
</PetsPolicies>