Skip to main content
enum

The type of a payment terms or a payment terms template.

The payment terms or payment terms template is a fixed type. It's due on a specified date.

The payment terms or payment terms template is due on fulfillment.

The payment terms or payment terms template is a net type. It's due a number of days after issue.

The payment terms or payment terms template is due on receipt.

The type of the payment terms or payment terms template is unknown.


Was this section helpful?

•OBJECT

Payment conditions for an Order or DraftOrder, including when payment is due and how it's scheduled. Payment terms are created from templates that specify net terms (payment due after a certain number of days) or fixed schedules with specific due dates. You can optionally provide custom payment schedules using PaymentScheduleInput.

Each payment term contains one or more PaymentSchedule, which you can access through the paymentSchedules field. Payment schedules contain detailed information for each payment installment.

Learn more about payment terms.

•OBJECT

Represents the payment terms template object.

•ARGUMENT

The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.


Was this section helpful?