UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

15 lines 605 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object } from '../schema'; import { getStatementsResponseDataSchema, } from './getStatementsResponseData'; import { linksSchema } from './links'; import { metaSchema } from './meta'; export const getStatementsResponseSchema = object({ data: ['Data', lazy(() => getStatementsResponseDataSchema)], links: ['Links', lazy(() => linksSchema)], meta: ['Meta', lazy(() => metaSchema)], }); //# sourceMappingURL=getStatementsResponse.js.map