UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

15 lines 618 B
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.metaSchema = void 0; var schema_1 = require("../schema"); exports.metaSchema = (0, schema_1.object)({ totalPages: ['TotalPages', (0, schema_1.optional)((0, schema_1.number)())], firstAvailableDateTime: ['FirstAvailableDateTime', (0, schema_1.optional)((0, schema_1.string)())], lastAvailableDateTime: ['LastAvailableDateTime', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=meta.js.map