pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
11 lines • 456 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, lazy, object, optional } from '../schema';
import { statementModelSchema } from './statementModel';
export const getStatementsResponseDataSchema = object({
statement: ['Statement', optional(array(lazy(() => statementModelSchema)))],
});
//# sourceMappingURL=getStatementsResponseData.js.map