# PaymentTermsTemplate - admin - OBJECT
Version: 2025-01

## Description
Represents the payment terms template object.

### Access Scopes



## Fields
* [description](/docs/api/admin/2025-01/scalars/String): String! - The description of the payment terms template.
* [dueInDays](/docs/api/admin/2025-01/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/2025-01/scalars/ID): ID! - A globally-unique ID.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the payment terms template.
* [paymentTermsType](/docs/api/admin/2025-01/enums/PaymentTermsType): PaymentTermsType! - The type of the payment terms template.
* [translatedName](/docs/api/admin/2025-01/scalars/String): String! - The translated payment terms template name.

## Connections



## Related queries
* [paymentTermsTemplates](/docs/api/admin/2025-01/queries/paymentTermsTemplates) The list of payment terms templates eligible for all shops and users.

## Related mutations

## Related Unions

## Examples