UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

8 lines (7 loc) 219 B
import RefundAmountType from "../constants/refund-amount-type.js"; interface IRefundMetadata { entityId?: string; refundAmountType?: RefundAmountType; type?: string; } export { IRefundMetadata as default };