UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

9 lines (8 loc) 222 B
declare enum StripeRefundStatus { PENDING = "pending", REQUIRES_ACTION = "requires_action", SUCCEEDED = "succeeded", FAILED = "failed", CANCELED = "canceled" } export { StripeRefundStatus as default };