UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

26 lines (22 loc) 593 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema, stringEnum } from '../schema'; /** * Enum for StatementInterestTypeEnum */ export enum StatementInterestTypeEnum { BalanceTransfer = 'BalanceTransfer', Cash = 'Cash', EstimatedNext = 'EstimatedNext', Purchase = 'Purchase', Total = 'Total', } /** * Schema for StatementInterestTypeEnum */ export const statementInterestTypeEnumSchema: Schema<StatementInterestTypeEnum> = stringEnum( StatementInterestTypeEnum );