@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.17 kB
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.Link = void 0;
class Link {
static getAttributeTypeMap() {
return Link.attributeTypeMap;
}
constructor() {
}
}
exports.Link = Link;
Link.discriminator = undefined;
Link.mapping = undefined;
Link.attributeTypeMap = [
{
"name": "first",
"baseName": "first",
"type": "Href | null",
"format": ""
},
{
"name": "last",
"baseName": "last",
"type": "Href | null",
"format": ""
},
{
"name": "next",
"baseName": "next",
"type": "Href | null",
"format": ""
},
{
"name": "previous",
"baseName": "previous",
"type": "Href | null",
"format": ""
},
{
"name": "self",
"baseName": "self",
"type": "Href | null",
"format": ""
}
];
//# sourceMappingURL=link.js.map