UNPKG

@adyen/api-library

Version:

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

56 lines 1.4 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.CreateMerchantRequest = void 0; class CreateMerchantRequest { static getAttributeTypeMap() { return CreateMerchantRequest.attributeTypeMap; } } exports.CreateMerchantRequest = CreateMerchantRequest; CreateMerchantRequest.discriminator = undefined; CreateMerchantRequest.attributeTypeMap = [ { "name": "businessLineId", "baseName": "businessLineId", "type": "string" }, { "name": "companyId", "baseName": "companyId", "type": "string" }, { "name": "description", "baseName": "description", "type": "string" }, { "name": "legalEntityId", "baseName": "legalEntityId", "type": "string" }, { "name": "pricingPlan", "baseName": "pricingPlan", "type": "string" }, { "name": "reference", "baseName": "reference", "type": "string" }, { "name": "salesChannels", "baseName": "salesChannels", "type": "Array<string>" } ]; //# sourceMappingURL=createMerchantRequest.js.map