@stigg/react-sdk - v7.3.2

    Type Alias CheckoutProviderProps

    type CheckoutProviderProps = {
        billableFeatures?: BillableFeature[];
        billingCountryCode?: string;
        billingInformation?: BillingInformation;
        onBeforeStepChange?: OnBeforeStepChangeCallback;
        onMockCheckoutState?: MockCheckoutStateCallback;
        planId: string;
        preferredBillingPeriod?: BillingPeriod;
        resourceId?: string;
        skipCheckoutSteps?: CheckoutSteps[];
        textOverrides?: DeepPartial<CheckoutLocalization>;
        theme?: DeepPartial<CheckoutTheme>;
    }
    Index

    Properties

    billableFeatures?: BillableFeature[]
    billingCountryCode?: string
    billingInformation?: BillingInformation
    onBeforeStepChange?: OnBeforeStepChangeCallback
    onMockCheckoutState?: MockCheckoutStateCallback
    planId: string
    preferredBillingPeriod?: BillingPeriod
    resourceId?: string
    skipCheckoutSteps?: CheckoutSteps[]
    textOverrides?: DeepPartial<CheckoutLocalization>
    theme?: DeepPartial<CheckoutTheme>
    MMNEPVFCICPMFPCPTTAAATR