Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentTermsInput
The input fields to create payment terms. Payment terms set the date that payment is due.
Signature:
export interface PaymentTermsInput
Property | Modifiers | Type | Description |
---|---|---|---|
paymentSchedules? | InputMaybe<Array<PaymentScheduleInput>> | (Optional) Specifies the payment schedules for the payment terms. | |
paymentTermsTemplateId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) Specifies the ID of the payment terms template. Payment terms templates provide preset configurations to create common payment terms. Refer to the [PaymentTermsTemplate](https://shopify.dev/api/admin-graphql/latest/objects/paymenttermstemplate) object for more details. |