UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

13 lines (12 loc) 455 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 GetStatementsResponseData { /** Provides further details on a statement. */ statement?: StatementModel[]; } export declare const getStatementsResponseDataSchema: Schema<GetStatementsResponseData>;