Skip to main content

CancellationReason

This is an object representing a cancellation reason.

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: [cancellation_reason]

sort_orderintegerrequired

The sort order of the cancellation reason.

CancellationReason
{
"id": "cr_a1b2c3d4e5f6",
"name": "Distance too far",
"object": "cancellation_reason",
"sort_order": 1
}