@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.3 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.WebhookLinks = void 0;
class WebhookLinks {
static getAttributeTypeMap() {
return WebhookLinks.attributeTypeMap;
}
constructor() {
}
}
exports.WebhookLinks = WebhookLinks;
WebhookLinks.discriminator = undefined;
WebhookLinks.mapping = undefined;
WebhookLinks.attributeTypeMap = [
{
"name": "company",
"baseName": "company",
"type": "LinksElement | null",
"format": ""
},
{
"name": "generateHmac",
"baseName": "generateHmac",
"type": "LinksElement",
"format": ""
},
{
"name": "merchant",
"baseName": "merchant",
"type": "LinksElement | null",
"format": ""
},
{
"name": "self",
"baseName": "self",
"type": "LinksElement",
"format": ""
},
{
"name": "testWebhook",
"baseName": "testWebhook",
"type": "LinksElement",
"format": ""
}
];
//# sourceMappingURL=webhookLinks.js.map