UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

46 lines 1.11 kB
"use strict"; /* * 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; } } exports.PaginationLinks = PaginationLinks; PaginationLinks.discriminator = undefined; PaginationLinks.attributeTypeMap = [ { "name": "first", "baseName": "first", "type": "LinksElement" }, { "name": "last", "baseName": "last", "type": "LinksElement" }, { "name": "next", "baseName": "next", "type": "LinksElement | null" }, { "name": "prev", "baseName": "prev", "type": "LinksElement | null" }, { "name": "self", "baseName": "self", "type": "LinksElement" } ]; //# sourceMappingURL=paginationLinks.js.map