pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
17 lines • 653 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.linksSchema = void 0;
var schema_1 = require("../schema");
exports.linksSchema = (0, schema_1.object)({
self: ['Self', (0, schema_1.string)()],
first: ['First', (0, schema_1.optional)((0, schema_1.string)())],
prev: ['Prev', (0, schema_1.optional)((0, schema_1.string)())],
next: ['Next', (0, schema_1.optional)((0, schema_1.string)())],
last: ['Last', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=links.js.map