Options
All
  • Public
  • Public/Protected
  • All
Menu

The subset of Stripe's types which we use, extracted into a convenient namespace. For more info about how the underlying objects look, check the official Stripe documentation -- it's excellent.

Index

Type aliases

Card

Card: AllStripeTypes.ICard

Customer

Customer: AllStripeTypes.customers.ICustomer

Invoice

Invoice: AllStripeTypes.invoices.IInvoice

LineItem

LineItem: AllStripeTypes.invoices.IInvoiceLineItem

Subscription

Subscription: AllStripeTypes.subscriptions.ISubscription

SubscriptionState

SubscriptionState: AllStripeTypes.subscriptions.SubscriptionStatus

Variables

Const ValidSubscriptionStates

ValidSubscriptionStates: SubscriptionState[] = ['trialing','active']

Array of subscription states which translate to an active payment status for the underlying user.

Generated using TypeDoc