Skip to main content

CancelationPolicy

Defines a cancelation policy.

type CancelationPolicy {
cancelationSchedule: [CancelationScheduleItem!]!
cancelationTermsAndConditions: String
useCancelationSchedule: Boolean!
useCancelationTermsAndConditions: Boolean!
}

Fields

CancelationPolicy.cancelationSchedule ● [CancelationScheduleItem!]! non-null object

The list of cancelation schedule items.

CancelationPolicy.cancelationTermsAndConditions ● String scalar

The HTML content to display for the cancelation terms and conditions. Optional.

CancelationPolicy.useCancelationSchedule ● Boolean! non-null scalar

A flag that indicates whether to use the the cancelation schedule.

CancelationPolicy.useCancelationTermsAndConditions ● Boolean! non-null scalar

A flag that indicates whether to use the cancelation terms and conditions.

Member Of

FunctionPreferences object ● RegistrationPreferences object