stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentSchedule

AdminTypes.PaymentSchedule interface

Represents the payment schedule for a single payment defined in the payment terms.

Signature:

export interface PaymentSchedule extends Node 

Extends: Node

Properties

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.