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