UNPKG

@adyen/api-library

Version:

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

26 lines 1.11 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountType = void 0; /** * Type of cardholder account used for the transaction. Allows a cardholder to select the type of account used for the transaction. Possible values: * **Default** * **Savings** * **Checking** * **CreditCard** * **Universal** * **Investment** * **CardTotals** * **EpurseCard** */ var AccountType; (function (AccountType) { AccountType["Default"] = "Default"; AccountType["Savings"] = "Savings"; AccountType["Checking"] = "Checking"; AccountType["CreditCard"] = "CreditCard"; AccountType["Universal"] = "Universal"; AccountType["Investment"] = "Investment"; AccountType["CardTotals"] = "CardTotals"; AccountType["EpurseCard"] = "EpurseCard"; })(AccountType = exports.AccountType || (exports.AccountType = {})); //# sourceMappingURL=accountType.js.map