UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

14 lines (13 loc) 363 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { AccountModel } from './accountModel'; /** Data */ export interface Data { /** Account */ account?: AccountModel[]; } export declare const dataSchema: Schema<Data>;