ItemCancelationPolicy
Defines the cancelation policy for the item.
type ItemCancelationPolicy {
cancelationSchedule: [CancelationScheduleItem!]
cancelationTermsAndConditions: String
isCustomCancelationSchedule: Boolean!
useCancelationSchedule: Boolean!
useCancelationTermsAndConditions: Boolean!
}
Fields
ItemCancelationPolicy.cancelationSchedule ● [CancelationScheduleItem!] list object
The list of cancelation schedule items that apply to the item. Optional.
ItemCancelationPolicy.cancelationTermsAndConditions ● String scalar
The HTML content to display for the cancelation terms and conditions. Optional.
ItemCancelationPolicy.isCustomCancelationSchedule ● Boolean! non-null scalar
A flag indicating whether the cancelation schedule is a custom cancelation schedule.
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