stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentTermsTemplate

AdminTypes.PaymentTermsTemplate interface

Represents the payment terms template object.

Signature:

export interface PaymentTermsTemplate extends Node 

Extends: Node

Properties

Property Modifiers Type Description
description   Scalars[‘String’][‘output’] The description of the payment terms template.
dueInDays?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The number of days between the issued date and due date if this is the net type of payment terms.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
name   Scalars[‘String’][‘output’] The name of the payment terms template.
paymentTermsType   PaymentTermsType | `${PaymentTermsType}` The type of the payment terms template.
translatedName   Scalars[‘String’][‘output’] The translated payment terms template name.