UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

13 lines (12 loc) 485 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { StatementModel } from './statementModel'; export interface GetAccountStatementsResponseData { /** Provides further details on a statement resource. */ statement?: StatementModel[]; } export declare const getAccountStatementsResponseDataSchema: Schema<GetAccountStatementsResponseData>;