@stigg/js-client-sdk - v3.93.0

    Type Alias ApplySubscription

    type ApplySubscription = {
        addons?: CheckoutAddon[];
        billableFeatures?: BillableFeature[];
        billingCountryCode?: string;
        billingId?: string;
        billingInformation?: Omit<SubscriptionBillingInfo, "taxPercentage">;
        billingPeriod?: BillingPeriod;
        metadata?: Metadata | null;
        payingCustomerId?: string;
        paymentMethodId?: string;
        planId: string;
        promotionCode?: string;
        resourceId?: string;
        scheduleStrategy?: ScheduleStrategy;
        skipTrial?: boolean;
        startDate?: Date;
        unitQuantity?: number;
    }
    Index

    Properties

    addons?: CheckoutAddon[]
    billableFeatures?: BillableFeature[]
    billingCountryCode?: string
    billingId?: string
    billingInformation?: Omit<SubscriptionBillingInfo, "taxPercentage">
    billingPeriod?: BillingPeriod
    metadata?: Metadata | null
    payingCustomerId?: string
    paymentMethodId?: string
    planId: string
    promotionCode?: string
    resourceId?: string
    scheduleStrategy?: ScheduleStrategy
    skipTrial?: boolean
    startDate?: Date
    unitQuantity?: number
    MMNEPVFCICPMFPCPTTAAATR