UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

10 lines (9 loc) 214 B
/** * Enum for storing stripe type of connected accounts */ declare enum StripeAccountTypes { STANDARD = "standard", EXPRESS = "express", CUSTOM = "custom" } export { StripeAccountTypes as default };