UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

9 lines (8 loc) 359 B
/** * Type of instalment transaction. For requesting an instalment payment transaction. Possible values: * **DeferredInstalments** * **EqualInstalments** * **InequalInstalments** */ export declare enum InstalmentType { DeferredInstalments = "DeferredInstalments", EqualInstalments = "EqualInstalments", InequalInstalments = "InequalInstalments" }