stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentScheduleInput

AdminTypes.PaymentScheduleInput interface

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

Signature:

export interface PaymentScheduleInput 

Properties

Property Modifiers Type Description
dueAt?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) Specifies the date and time when the payment schedule is due. This field must be provided for fixed type payment terms.
issuedAt?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) Specifies the date and time that the payment schedule was issued. This field must be provided for net type payment terms.