UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

25 lines 1.02 kB
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.statementInterestTypeEnumSchema = exports.StatementInterestTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for StatementInterestTypeEnum */ var StatementInterestTypeEnum; (function (StatementInterestTypeEnum) { StatementInterestTypeEnum["BalanceTransfer"] = "BalanceTransfer"; StatementInterestTypeEnum["Cash"] = "Cash"; StatementInterestTypeEnum["EstimatedNext"] = "EstimatedNext"; StatementInterestTypeEnum["Purchase"] = "Purchase"; StatementInterestTypeEnum["Total"] = "Total"; })(StatementInterestTypeEnum = exports.StatementInterestTypeEnum || (exports.StatementInterestTypeEnum = {})); /** * Schema for StatementInterestTypeEnum */ exports.statementInterestTypeEnumSchema = (0, schema_1.stringEnum)(StatementInterestTypeEnum); //# sourceMappingURL=statementInterestTypeEnum.js.map