UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

15 lines (14 loc) 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PaymentStatus; (function (PaymentStatus) { PaymentStatus["START"] = "Start"; PaymentStatus["NEGATIVE_AUTHORIZATION"] = "NegativeAuthorization"; PaymentStatus["ABORT"] = "Abort"; PaymentStatus["FRAUD"] = "Fraud"; PaymentStatus["POSITIVE_AUTHORIZATION"] = "PositiveAuthorization"; PaymentStatus["POSITIVE_FINISH"] = "PositiveFinish"; PaymentStatus["NEGATIVE_FINISH"] = "NegativeFinish"; PaymentStatus["TIME_EXCEEDED"] = "TimeExceeded"; PaymentStatus["CRITICAL_ERROR"] = "CriticalError"; })(PaymentStatus = exports.PaymentStatus || (exports.PaymentStatus = {}));