UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

22 lines 854 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for StatementInterestTypeEnum */ export var StatementInterestTypeEnum; (function (StatementInterestTypeEnum) { StatementInterestTypeEnum["BalanceTransfer"] = "BalanceTransfer"; StatementInterestTypeEnum["Cash"] = "Cash"; StatementInterestTypeEnum["EstimatedNext"] = "EstimatedNext"; StatementInterestTypeEnum["Purchase"] = "Purchase"; StatementInterestTypeEnum["Total"] = "Total"; })(StatementInterestTypeEnum || (StatementInterestTypeEnum = {})); /** * Schema for StatementInterestTypeEnum */ export const statementInterestTypeEnumSchema = stringEnum(StatementInterestTypeEnum); //# sourceMappingURL=statementInterestTypeEnum.js.map