UNPKG

@adyen/api-library

Version:

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

41 lines 1.06 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.MigratedStores = void 0; class MigratedStores { static getAttributeTypeMap() { return MigratedStores.attributeTypeMap; } } exports.MigratedStores = MigratedStores; MigratedStores.discriminator = undefined; MigratedStores.attributeTypeMap = [ { "name": "businessLineId", "baseName": "businessLineId", "type": "string" }, { "name": "storeCode", "baseName": "storeCode", "type": "string" }, { "name": "storeId", "baseName": "storeId", "type": "string" }, { "name": "storeReference", "baseName": "storeReference", "type": "string" } ]; //# sourceMappingURL=migratedStores.js.map