UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

11 lines (8 loc) 291 B
'use strict'; var PayoutMethodType; (function (PayoutMethodType) { PayoutMethodType["CARD"] = "card"; PayoutMethodType["BANK_ACCOUNT"] = "bankAccount"; })(PayoutMethodType || (PayoutMethodType = {})); var PayoutMethodType$1 = PayoutMethodType; module.exports = PayoutMethodType$1;