UpdateItemCancelationPolicyInput
Defines the input for updating a cancelation policy on an item.
input UpdateItemCancelationPolicyInput {
overrideCancelationSchedule: [UpdateCancelationScheduleItemInput!]
overrideCancelationTermsAndConditions: String
useCancelationSchedule: Boolean
useCancelationTermsAndConditions: Boolean
}
Fields
UpdateItemCancelationPolicyInput.overrideCancelationSchedule ● [UpdateCancelationScheduleItemInput!] list input
The list of cancelation schedule items that overrides the default cancelation schedule. Optional.
Passing null will remove all of the override cancelation schedule items and the item will use the default cancelation schedule, if useCancelationSchedule is true.
Omitting the input value entirely will keep the existing override cancelation schedule as-is.
When passing a list, any existing cancelation schedule items where the id is not provided will be removed.
UpdateItemCancelationPolicyInput.overrideCancelationTermsAndConditions ● String scalar
The HTML content to display for the cancelation terms and conditions that overrides the default cancelation terms and conditions. Optional.
Passing null will use the default cancelation terms and conditions, if useCancelationTermsAndConditions is true.
UpdateItemCancelationPolicyInput.useCancelationSchedule ● Boolean scalar
A flag indicating whether to use the cancelation schedule. Optional.
UpdateItemCancelationPolicyInput.useCancelationTermsAndConditions ● Boolean scalar
A flag indicating whether to use the cancelation terms and conditions. Optional.
Member Of
UpdateCeContactStoreFunctionInput input ● UpdateEventFunctionInput input ● UpdateMembershipContactStoreFunctionInput input ● UpdateRegistrationTypeInput input