UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

25 lines 852 B
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.offerTypeEnumSchema = exports.OfferTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for OfferTypeEnum */ var OfferTypeEnum; (function (OfferTypeEnum) { OfferTypeEnum["BalanceTransfer"] = "BalanceTransfer"; OfferTypeEnum["LimitIncrease"] = "LimitIncrease"; OfferTypeEnum["MoneyTransfer"] = "MoneyTransfer"; OfferTypeEnum["Other"] = "Other"; OfferTypeEnum["PromotionalRate"] = "PromotionalRate"; })(OfferTypeEnum = exports.OfferTypeEnum || (exports.OfferTypeEnum = {})); /** * Schema for OfferTypeEnum */ exports.offerTypeEnumSchema = (0, schema_1.stringEnum)(OfferTypeEnum); //# sourceMappingURL=offerTypeEnum.js.map