@lomray/microservice-payment-stripe
Version:
Stripe payment microservice based on NodeJS & inverted json.
14 lines (11 loc) • 467 B
JavaScript
;
var StripeRefundStatus;
(function (StripeRefundStatus) {
StripeRefundStatus["PENDING"] = "pending";
StripeRefundStatus["REQUIRES_ACTION"] = "requires_action";
StripeRefundStatus["SUCCEEDED"] = "succeeded";
StripeRefundStatus["FAILED"] = "failed";
StripeRefundStatus["CANCELED"] = "canceled";
})(StripeRefundStatus || (StripeRefundStatus = {}));
var StripeRefundStatus$1 = StripeRefundStatus;
module.exports = StripeRefundStatus$1;