Type alias OnCheckoutParams

OnCheckoutParams: { checkoutAction: ((params: ApplySubscription) => Promise<CheckoutResult>); checkoutParams: ApplySubscription; customerId: string }

Type declaration