Skip to main content

ItemPaymentPolicy

Defines the payment policy for the item.

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

Fields

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

The list of payment schedule items that apply to the item.

ItemPaymentPolicy.paymentTermsAndConditions ● String scalar

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

ItemPaymentPolicy.usePaymentSchedule ● Boolean! non-null scalar

A flag indicating whether to use the payment schedule.

ItemPaymentPolicy.usePaymentTermsAndConditions ● Boolean! non-null scalar

A flag indicating whether to use the payment terms and conditions.

Member Of

RegistrationType object