# PaymentScheduleInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields used to create a payment schedule for payment terms.

### Access Scopes



## Fields
* [dueAt](/docs/api/admin/2025-01/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/2025-01/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/2025-01/input-objects/PaymentTermsCreateInput)
* [PaymentTermsInput](/docs/api/admin/2025-01/input-objects/PaymentTermsInput)


## Examples