PaymentSchedule - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents the payment schedule for a single payment defined in the payment terms.
Access Scopes
`read_payment_terms` access scope.
Fields
-
amount:
MoneyV2! -
Amount owed for this payment schedule.
-
completedAt:
DateTime -
Date and time when the payment schedule is paid or fulfilled.
-
dueAt:
DateTime -
Date and time when the payment schedule is due.
-
id:
ID! -
A globally-unique ID.
-
issuedAt:
DateTime -
Date and time when the invoice is sent.
-
paymentTerms:
PaymentTerms! -
The payment terms the payment schedule belongs to.
Connections
Related queries
Related mutations
Related Unions
Examples