UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

12 lines (11 loc) 452 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { ScheduledPaymentModel } from './scheduledPaymentModel'; export interface GetScheduledPaymentsResponseData { scheduledPayment?: ScheduledPaymentModel[]; } export declare const getScheduledPaymentsResponseDataSchema: Schema<GetScheduledPaymentsResponseData>;