UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

9 lines (8 loc) 202 B
declare enum StripePayoutStatus { PAID = "paid", PENDING = "pending", IN_TRANSIT = "in_transit", CANCELED = "canceled", FAILED = "failed" } export { StripePayoutStatus as default };