# PaymentScheduleInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to create a payment schedule for payment terms. ### Access Scopes ## Fields * [dueAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - Specifies the date and time when the payment schedule is due. This field must be provided for fixed type payment terms. * [issuedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - Specifies the date and time that the payment schedule was issued. This field must be provided for net type payment terms. ## Input objects with this input object * [PaymentTermsCreateInput](/docs/api/admin-graphql/2024-10/input-objects/PaymentTermsCreateInput) * [PaymentTermsInput](/docs/api/admin-graphql/2024-10/input-objects/PaymentTermsInput) ## Examples