@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
41 lines • 1.07 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.MerchantAccount = void 0;
class MerchantAccount {
static getAttributeTypeMap() {
return MerchantAccount.attributeTypeMap;
}
}
exports.MerchantAccount = MerchantAccount;
MerchantAccount.discriminator = undefined;
MerchantAccount.attributeTypeMap = [
{
"name": "inStoreTerminals",
"baseName": "inStoreTerminals",
"type": "Array<string>"
},
{
"name": "inventoryTerminals",
"baseName": "inventoryTerminals",
"type": "Array<string>"
},
{
"name": "merchantAccount",
"baseName": "merchantAccount",
"type": "string"
},
{
"name": "stores",
"baseName": "stores",
"type": "Array<Store>"
}
];
//# sourceMappingURL=merchantAccount.js.map