UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

14 lines (11 loc) 447 B
'use strict'; var StripePayoutStatus; (function (StripePayoutStatus) { StripePayoutStatus["PAID"] = "paid"; StripePayoutStatus["PENDING"] = "pending"; StripePayoutStatus["IN_TRANSIT"] = "in_transit"; StripePayoutStatus["CANCELED"] = "canceled"; StripePayoutStatus["FAILED"] = "failed"; })(StripePayoutStatus || (StripePayoutStatus = {})); var StripePayoutStatus$1 = StripePayoutStatus; module.exports = StripePayoutStatus$1;