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