--- title: PaymentTermsType - GraphQL Admin description: The type of a payment terms or a payment terms template. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/PaymentTermsType' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/PaymentTermsType.txt --- # Payment​Terms​Type enum The type of a payment terms or a payment terms template. ## Valid values * FIXED The payment terms or payment terms template is a fixed type. It's due on a specified date. * FULFILLMENT The payment terms or payment terms template is due on fulfillment. * NET The payment terms or payment terms template is a net type. It's due a number of days after issue. * RECEIPT The payment terms or payment terms template is due on receipt. * UNKNOWN The type of the payment terms or payment terms template is unknown. *** ## Fields * [Payment​Terms.​payment​Terms​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PaymentTerms#field-paymentTermsType) OBJECT Represents the payment terms for an order or draft order. * [Payment​Terms​Template.​payment​Terms​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PaymentTermsTemplate#field-paymentTermsType) OBJECT Represents the payment terms template object. * [Query​Root.​payment​Terms​Templates](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-paymentTermsTemplates) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [payment​Terms​Templates.​payment​Terms​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/paymentTermsTemplates#field-paymentTermsType) QUERY *** ## Map ### Fields with this enum * <-|[Payment​Terms.paymentTermsType](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PaymentTerms#field-paymentTermsType) * <-|[Payment​Terms​Template.paymentTermsType](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PaymentTermsTemplate#field-paymentTermsType) ### Queries with this enum * \[payment​Terms​Templates.paymentTermsType](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/paymentTermsTemplates#field-paymentTermsType) ### Arguments with this enum * <-|[Query​Root.paymentTermsTemplates(paymentTermsType)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-paymentTermsTemplates)