@lomray/microservice-payment-stripe
Version:
Stripe payment microservice based on NodeJS & inverted json.
15 lines (12 loc) • 434 B
JavaScript
;
var RefundStatus;
(function (RefundStatus) {
RefundStatus["INITIAL"] = "initial";
RefundStatus["IN_PROCESS"] = "inProcess";
RefundStatus["REQUIRES_ACTION"] = "requiresAction";
RefundStatus["SUCCESS"] = "success";
RefundStatus["ERROR"] = "error";
RefundStatus["CANCELED"] = "canceled";
})(RefundStatus || (RefundStatus = {}));
var RefundStatus$1 = RefundStatus;
module.exports = RefundStatus$1;