CancellationReasonOptionInput
Payload for a cancellation reason option
Fields
other_cancellation_reason
· String
· The other cancellation reason text Used By
Definition
"""Payload for a cancellation reason option"""input CancellationReasonOptionInput { """ The ID of the cancellation reason option """ id: ID
""" The other cancellation reason text """ other_cancellation_reason: String}