@suluk/billing - v0.2.0
    Preparing search index...

    Interface SubscriptionCheckoutOpts

    interface SubscriptionCheckoutOpts {
        userId: string;
        plan: SubPlan;
        successUrl: string;
        cancelUrl: string;
        productName: string;
    }
    Index

    Properties

    userId: string
    plan: SubPlan
    successUrl: string
    cancelUrl: string
    productName: string

    the line-item product name shown on the hosted page, e.g. "acme — Pro".