CancellationPolicy

A cancellation policy defines the rules for canceling a service from public booking interfaces.

A cancellation policy defines the rules for canceling a service from public booking interfaces.

Example

{  "advance_notice": {    "enabled": true,    "minimum_duration": "PT1H"  },  "allow_cancellation": true,  "disabled_message": "Cancellation is disabled for this service."}