# PaymentTerms - customer - OBJECT Version: 2024-10 ## Description The payment terms associated with an order or draft order. ### Access Scopes ## Fields * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [nextDueAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The next due date if this is the NET or FIXED type of payment terms. * [overdue](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the payment terms have overdue payment schedules. * [paymentTermsName](/docs/api/customer/2024-10/scalars/String): String! - The name of the payment terms template that was used to create the payment terms. ## Connections * [paymentSchedules](/docs/api/customer/2024-10/connections/PaymentScheduleConnection): PaymentScheduleConnection! ## Related queries ## Related mutations ## Related Unions ## Examples