UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

13 lines (12 loc) 528 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { TransactionModel } from './transactionModel'; export interface GetAccountStatementTransactionsResponseData { /** Provides further details on an entry in the report. */ transaction?: TransactionModel[]; } export declare const getAccountStatementTransactionsResponseDataSchema: Schema<GetAccountStatementTransactionsResponseData>;