# GuaranteePaymentPolicy

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Policy](/connectivity/docs/api-reference/policy)/`GuaranteePaymentPolicy` | Policies around refunds. | array of [GuaranteePayment](/connectivity/docs/api-reference/guaranteepayment) | 0..1 | - |
| `GuaranteePaymentPolicy`/[GuaranteePayment](/connectivity/docs/api-reference/guaranteepayment) | Refund policy details. | array of [GuaranteePayment](/connectivity/docs/api-reference/guaranteepayment) | 0..1 | - |


## XML


```xml
<GuaranteePaymentPolicy>
  <GuaranteePayment ... >
    ...
  </GuaranteePayment>
  <GuaranteePayment ... >
    ...
  </GuaranteePayment>
</GuaranteePaymentPolicy>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)
* [/ota/OTA_HotelDescriptiveInfo](/connectivity/docs/ota-hoteldescriptiveinfo)