# PaymentTermsTemplate - admin-graphql - OBJECT Version: 2024-04 ## Description Represents the payment terms template object. ### Access Scopes ## Fields * [description](/docs/api/admin-graphql/2024-04/scalars/String): String! - The description of the payment terms template. * [dueInDays](/docs/api/admin-graphql/2024-04/scalars/Int): Int - The number of days between the issued date and due date if this is the net type of payment terms. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-04/scalars/String): String! - The name of the payment terms template. * [paymentTermsType](/docs/api/admin-graphql/2024-04/enums/PaymentTermsType): PaymentTermsType! - The type of the payment terms template. * [translatedName](/docs/api/admin-graphql/2024-04/scalars/String): String! - The translated payment terms template name. ## Connections ## Related queries * [paymentTermsTemplates](/docs/api/admin-graphql/2024-04/queries/paymentTermsTemplates) The list of payment terms templates eligible for all shops and users. ## Related mutations ## Related Unions ## Examples