UNPKG

@adyen/api-library

Version:

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

9 lines (8 loc) 188 B
export declare enum AccountType { Current = "CURRENT", Savings = "SAVINGS", Business = "BUSINESS", CreditCard = "CREDIT_CARD", Loan = "LOAN", Unknown = "UNKNOWN" }