UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

7 lines (6 loc) 175 B
declare enum ChargeRefundStatus { NO_REFUND = "noRefund", PARTIAL_REFUND = "partialRefund", FULL_REFUND = "fullRefund" } export { ChargeRefundStatus as default };