PublicCancellationReason
A cancellation reason that can be used when canceling an appointment.
idstringrequired
Unique identifier for the object.
Possible values: Value must match regular expression ^cr_\w{12}$
namestringrequired
The name of the cancellation reason.
objectstringrequired
String representing the object's type.
Possible values: [public_cancellation_reason]
sort_orderintegerrequired
The sort order of the cancellation reason.
PublicCancellationReason
{
"id": "cr_d025a96ac0c6",
"name": "Schedule conflict",
"object": "public_cancellation_reason",
"sort_order": 0
}