@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.63 kB
JavaScript
;
/*
* 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;
}
constructor() {
}
}
exports.CreateMerchantRequest = CreateMerchantRequest;
CreateMerchantRequest.discriminator = undefined;
CreateMerchantRequest.mapping = undefined;
CreateMerchantRequest.attributeTypeMap = [
{
"name": "businessLineId",
"baseName": "businessLineId",
"type": "string",
"format": ""
},
{
"name": "companyId",
"baseName": "companyId",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "legalEntityId",
"baseName": "legalEntityId",
"type": "string",
"format": ""
},
{
"name": "pricingPlan",
"baseName": "pricingPlan",
"type": "string",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "salesChannels",
"baseName": "salesChannels",
"type": "Array<string>",
"format": ""
}
];
//# sourceMappingURL=createMerchantRequest.js.map