@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
108 lines • 2.41 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.Merchant = void 0;
class Merchant {
static getAttributeTypeMap() {
return Merchant.attributeTypeMap;
}
constructor() {
}
}
exports.Merchant = Merchant;
Merchant.discriminator = undefined;
Merchant.mapping = undefined;
Merchant.attributeTypeMap = [
{
"name": "_links",
"baseName": "_links",
"type": "MerchantLinks | null",
"format": ""
},
{
"name": "captureDelay",
"baseName": "captureDelay",
"type": "string",
"format": ""
},
{
"name": "companyId",
"baseName": "companyId",
"type": "string",
"format": ""
},
{
"name": "dataCenters",
"baseName": "dataCenters",
"type": "Array<DataCenter>",
"format": ""
},
{
"name": "defaultShopperInteraction",
"baseName": "defaultShopperInteraction",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "merchantCity",
"baseName": "merchantCity",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "pricingPlan",
"baseName": "pricingPlan",
"type": "string",
"format": ""
},
{
"name": "primarySettlementCurrency",
"baseName": "primarySettlementCurrency",
"type": "string",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "shopWebAddress",
"baseName": "shopWebAddress",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=merchant.js.map