pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
22 lines • 718 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema';
/**
* Enum for OfferTypeEnum
*/
export var OfferTypeEnum;
(function (OfferTypeEnum) {
OfferTypeEnum["BalanceTransfer"] = "BalanceTransfer";
OfferTypeEnum["LimitIncrease"] = "LimitIncrease";
OfferTypeEnum["MoneyTransfer"] = "MoneyTransfer";
OfferTypeEnum["Other"] = "Other";
OfferTypeEnum["PromotionalRate"] = "PromotionalRate";
})(OfferTypeEnum || (OfferTypeEnum = {}));
/**
* Schema for OfferTypeEnum
*/
export const offerTypeEnumSchema = stringEnum(OfferTypeEnum);
//# sourceMappingURL=offerTypeEnum.js.map