UNPKG

@adyen/api-library

Version:

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

54 lines 1.27 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.MerchantData = void 0; class MerchantData { static getAttributeTypeMap() { return MerchantData.attributeTypeMap; } constructor() { } } exports.MerchantData = MerchantData; MerchantData.discriminator = undefined; MerchantData.mapping = undefined; MerchantData.attributeTypeMap = [ { "name": "acquirerId", "baseName": "acquirerId", "type": "string", "format": "" }, { "name": "mcc", "baseName": "mcc", "type": "string", "format": "" }, { "name": "merchantId", "baseName": "merchantId", "type": "string", "format": "" }, { "name": "nameLocation", "baseName": "nameLocation", "type": "NameLocation | null", "format": "" }, { "name": "postalCode", "baseName": "postalCode", "type": "string", "format": "" } ]; //# sourceMappingURL=merchantData.js.map