RefundRule
Conditions for a refund.
Example:
{
"type": "refundableWithPenalty",
"startsAt": "P3D",
"endsAt": "P1DT12H",
"penalty": {
"amount": "500",
"currency": "RUB"
}
}
|
Field |
Required |
Type |
Description |
|
|
Yes |
String |
The condition type. Possible values:
|
|
|
No |
String |
The maximum value. |
|
|
No |
String |
The duration from the moment of condition expiration until the start of the check-in day. Set in ISO 8601 Durations format. If it's not specified, no limit is in effect. |
|
|
No |
Object |
The cancellation penalty. The Money model. Required for the |
Was the article helpful?
Previous
Next