Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentTermsCreateInput
The input fields used to create a payment terms.
Signature:
export interface PaymentTermsCreateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| paymentSchedules? | InputMaybe<Array<PaymentScheduleInput>> | (Optional) Specifies the payment schedules for the payment terms. | |
| paymentTermsTemplateId | Scalars[‘ID’][‘input’] | Specifies the payment terms template ID used to generate payment terms. |