UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

14 lines 529 B
/** * 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 { scheduledPaymentModelSchema, } from './scheduledPaymentModel'; export const getScheduledPaymentsResponseDataSchema = object({ scheduledPayment: [ 'ScheduledPayment', optional(array(lazy(() => scheduledPaymentModelSchema))), ], }); //# sourceMappingURL=getScheduledPaymentsResponseData.js.map