@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.61 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.CreateMerchantResponse = void 0;
class CreateMerchantResponse {
static getAttributeTypeMap() {
return CreateMerchantResponse.attributeTypeMap;
}
constructor() {
}
}
exports.CreateMerchantResponse = CreateMerchantResponse;
CreateMerchantResponse.discriminator = undefined;
CreateMerchantResponse.mapping = undefined;
CreateMerchantResponse.attributeTypeMap = [
{
"name": "businessLineId",
"baseName": "businessLineId",
"type": "string",
"format": ""
},
{
"name": "companyId",
"baseName": "companyId",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "legalEntityId",
"baseName": "legalEntityId",
"type": "string",
"format": ""
},
{
"name": "pricingPlan",
"baseName": "pricingPlan",
"type": "string",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=createMerchantResponse.js.map