UNPKG

@adyen/api-library

Version:

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

51 lines 1.32 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.MigrationData = void 0; class MigrationData { static getAttributeTypeMap() { return MigrationData.attributeTypeMap; } } exports.MigrationData = MigrationData; MigrationData.discriminator = undefined; MigrationData.attributeTypeMap = [ { "name": "accountHolderId", "baseName": "accountHolderId", "type": "string" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string" }, { "name": "migrated", "baseName": "migrated", "type": "boolean" }, { "name": "migratedAccounts", "baseName": "migratedAccounts", "type": "Array<MigratedAccounts>" }, { "name": "migratedStores", "baseName": "migratedStores", "type": "Array<MigratedStores>" }, { "name": "migrationDate", "baseName": "migrationDate", "type": "Date" } ]; //# sourceMappingURL=migrationData.js.map