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