UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

11 lines (10 loc) 315 B
declare enum DisputeStatus { WARNING_NEEDS_RESPONSE = "warningNeedsResponse", WARNING_UNDER_REVIEW = "warningUnderReview", WARNING_CLOSED = "warningClosed", NEEDS_RESPONSE = "needsResponse", UNDER_REVIEW = "underReview", WON = "won", LOST = "lost" } export { DisputeStatus as default };