# PaymentSchedule - customer - OBJECT Version: 2024-10 ## Description A single payment schedule defined in the payment terms. ### Access Scopes ## Fields * [amount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The amount owed for this payment schedule. * [completed](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the payment has been completed. * [completedAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The date and time when the payment schedule was paid or fulfilled. * [dueAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The date and time when the payment schedule is due. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples