Skip to main content

ItemPaymentPolicy

Defines the payment policy for the item.

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

Fields

ItemPaymentPolicy.isCustomPaymentSchedule ● Boolean! non-null scalar

A flag indicating whether the payment schedule is a custom payment schedule.

ItemPaymentPolicy.paymentSchedule ● [PaymentScheduleItem!] list object

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

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