CreateItemPaymentPolicyInput
Defines the input for creating a payment policy on an item.
input CreateItemPaymentPolicyInput {
overridePaymentSchedule: [CreatePaymentScheduleItemInput!]
overridePaymentTermsAndConditions: String
usePaymentSchedule: Boolean!
usePaymentTermsAndConditions: Boolean!
}
Fields
CreateItemPaymentPolicyInput.overridePaymentSchedule ● [CreatePaymentScheduleItemInput!] list input
The list of payment schedule items that overrides the default payment schedule. Optional.
CreateItemPaymentPolicyInput.overridePaymentTermsAndConditions ● String scalar
The HTML content to display for the payment terms and conditions that overrides the default payment terms and conditions. Optional.
CreateItemPaymentPolicyInput.usePaymentSchedule ● Boolean! non-null scalar
A flag that indicates whether to use the payment schedule.
CreateItemPaymentPolicyInput.usePaymentTermsAndConditions ● Boolean! non-null scalar
A flag that indicates whether to use the payment terms and conditions.
Member Of
CreateCeContactStoreFunctionInput input ● CreateEventFunctionInput input ● CreateMembershipContactStoreFunctionInput input ● CreateRegistrationTypeInput input