Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentTerms
Represents the payment terms for an order or draft order.
Signature:
export interface PaymentTerms extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| draftOrder? | Maybe<DraftOrder> | (Optional) The draft order associated with the payment terms. | |
| dueInDays? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Duration of payment terms in days based on the payment terms template used to create the payment terms. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| order? | Maybe<Order> | (Optional) The order associated with the payment terms. | |
| overdue | Scalars[‘Boolean’][‘output’] | Whether the payment terms have overdue payment schedules. | |
| paymentSchedules | PaymentScheduleConnection | List of schedules for the payment terms. | |
| paymentTermsName | Scalars[‘String’][‘output’] | The name of the payment terms template used to create the payment terms. | |
| paymentTermsType | PaymentTermsType | `${PaymentTermsType}` | The payment terms template type used to create the payment terms. | |
| translatedName | Scalars[‘String’][‘output’] | The payment terms name, translated into the shop admin’s preferred language. |