Type alias GetCheckoutStateResults

GetCheckoutStateResults: { activeSubscription?: Subscription | null; billingIntegration: CheckoutBillingIntegration; configuration?: CheckoutConfiguration | null; customer: Customer; plan: CheckoutStatePlan; resource: CustomerResource | null; setupSecret: string }

Type declaration