Skip to main content

PaymentPolicy

Defines a payment policy.

type PaymentPolicy {
paymentSchedule: [PaymentScheduleItem!]!
paymentTermsAndConditions: String
usePaymentSchedule: Boolean!
usePaymentTermsAndConditions: Boolean!
}

Fields

PaymentPolicy.paymentSchedule ● [PaymentScheduleItem!]! non-null object

The list of payment schedule items.

PaymentPolicy.paymentTermsAndConditions ● String scalar

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

PaymentPolicy.usePaymentSchedule ● Boolean! non-null scalar

A flag that indicates whether to use the payment schedule.

PaymentPolicy.usePaymentTermsAndConditions ● Boolean! non-null scalar

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

Member Of

FunctionPreferences object ● RegistrationPreferences object