ItemCancelationPolicy
Defines the cancelation policy for the item.
type ItemCancelationPolicy {
cancelationSchedule: [CancelationScheduleItem!]!
cancelationTermsAndConditions: String
useCancelationSchedule: Boolean!
useCancelationTermsAndConditions: Boolean!
}
Fields
ItemCancelationPolicy.cancelationSchedule ● [CancelationScheduleItem!]! non-null object
The list of cancelation schedule items that apply to the item.
ItemCancelationPolicy.cancelationTermsAndConditions ● String scalar
The HTML content to display for the cancelation terms and conditions. Optional.
ItemCancelationPolicy.useCancelationSchedule ● Boolean! non-null scalar
A flag indicating whether to use the cancelation schedule.
ItemCancelationPolicy.useCancelationTermsAndConditions ● Boolean! non-null scalar
A flag indicating whether to use the cancelation terms and conditions.
Member Of
RegistrationType object