UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

18 lines (17 loc) 418 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** * Enum for AccountTypeEnum */ export declare enum AccountTypeEnum { Business = "Business", Personal = "Personal" } /** * Schema for AccountTypeEnum */ export declare const accountTypeEnumSchema: Schema<AccountTypeEnum>;