Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentSchedule
Represents the payment schedule for a single payment defined in the payment terms.
Signature:
export interface PaymentSchedule extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| amount | MoneyV2 | Amount owed for this payment schedule. | |
| completedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) Date and time when the payment schedule is paid or fulfilled. | |
| dueAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) Date and time when the payment schedule is due. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| issuedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) Date and time when the invoice is sent. | |
| paymentTerms | PaymentTerms | The payment terms the payment schedule belongs to. |