UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

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