Anchor to PaymentTermsPayment
objectPayment Terms
Requires access scope.
The payment terms associated with an order or draft order.
Anchor to FieldsFields
- id (ID!)
- nextDueAt (DateTime)
- overdue (Boolean!)
- paymentSchedules (PaymentScheduleConnection!)
- paymentTermsName (String!)
- •ID!non-null
A globally-unique ID.
- Anchor to nextDueAtnext•Date
Due At Time The next due date if this is the NET or FIXED type of payment terms.
- Anchor to overdueoverdue•Boolean!non-null
Whether the payment terms have overdue payment schedules.
- Anchor to paymentSchedulespayment•Payment
Schedules Schedule Connection! non-null The list of schedules associated with the payment terms.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to paymentTermsNamepayment•String!
Terms Name non-null The name of the payment terms template that was used to create the payment terms.
Was this section helpful?