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