@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
32 lines • 1.01 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.MerchantAccountResource = void 0;
const resource_1 = require("./resource");
class MerchantAccountResource extends resource_1.Resource {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(MerchantAccountResource.attributeTypeMap);
}
constructor() {
super();
}
}
exports.MerchantAccountResource = MerchantAccountResource;
MerchantAccountResource.discriminator = undefined;
MerchantAccountResource.mapping = undefined;
MerchantAccountResource.attributeTypeMap = [
{
"name": "merchantAccountCode",
"baseName": "merchantAccountCode",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=merchantAccountResource.js.map