UNPKG

@adyen/api-library

Version:

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

36 lines 1.04 kB
"use strict"; /* * The version of the OpenAPI document: v6 * Contact: developer-experience@adyen.com * * 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.AccountTransactionList = void 0; class AccountTransactionList { static getAttributeTypeMap() { return AccountTransactionList.attributeTypeMap; } } exports.AccountTransactionList = AccountTransactionList; AccountTransactionList.discriminator = undefined; AccountTransactionList.attributeTypeMap = [ { "name": "accountCode", "baseName": "accountCode", "type": "string" }, { "name": "hasNextPage", "baseName": "hasNextPage", "type": "boolean" }, { "name": "transactions", "baseName": "transactions", "type": "Array<Transaction>" } ]; //# sourceMappingURL=accountTransactionList.js.map