UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

11 lines (8 loc) 254 B
'use strict'; var PayoutMethod; (function (PayoutMethod) { PayoutMethod["STANDARD"] = "standard"; PayoutMethod["INSTANT"] = "instant"; })(PayoutMethod || (PayoutMethod = {})); var PayoutMethod$1 = PayoutMethod; module.exports = PayoutMethod$1;