UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

9 lines 434 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object, optional } from '../schema'; import { statementSchema } from './statement'; export const getAccountStatementResponseDataSchema = object({ statement: ['Statement', optional(lazy(() => statementSchema))] }); //# sourceMappingURL=getAccountStatementResponseData.js.map