pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
13 lines (12 loc) • 396 B
TypeScript
/**
* 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';
export interface AccountResponseData {
/** Account */
account?: AccountModel[];
}
export declare const accountResponseDataSchema: Schema<AccountResponseData>;