UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

6 lines (5 loc) 123 B
declare enum TaxBehaviour { INCLUSIVE = "inclusive", EXCLUSIVE = "exclusive" } export { TaxBehaviour as default };