# PaymentTermsInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create payment terms. Payment terms set the date that payment is due. ### Access Scopes ## Fields * [paymentSchedules](/docs/api/admin-graphql/2024-10/input-objects/PaymentScheduleInput): PaymentScheduleInput - Specifies the payment schedules for the payment terms. * [paymentTermsTemplateId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - 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. ## Input objects with this input object * [DraftOrderInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderInput) * [PaymentTermsUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/PaymentTermsUpdateInput) ## Examples