UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

18 lines 718 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 { getAccountStatementTransactionsResponseDataSchema, } from './getAccountStatementTransactionsResponseData'; import { linksSchema } from './links'; import { metaSchema } from './meta'; export const getAccountStatementTransactionsResponseSchema = object({ data: [ 'Data', lazy(() => getAccountStatementTransactionsResponseDataSchema), ], links: ['Links', lazy(() => linksSchema)], meta: ['Meta', lazy(() => metaSchema)], }); //# sourceMappingURL=getAccountStatementTransactionsResponse.js.map