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

    Type Alias EstimateSubscription

    type EstimateSubscription = {
        addons?: SubscriptionEstimationAddon[];
        billableFeatures?: BillableFeature[];
        billingCountryCode?: string;
        billingInformation?: SubscriptionBillingInfo;
        billingPeriod?: BillingPeriod;
        customerId: string;
        payingCustomerId?: string;
        planId: string;
        promotionCode?: string;
        resourceId?: string;
        skipTrial?: boolean;
        startDate?: Date;
        unitQuantity?: number;
    }
    Index

    Properties

    billableFeatures?: BillableFeature[]
    billingCountryCode?: string
    billingInformation?: SubscriptionBillingInfo
    billingPeriod?: BillingPeriod
    customerId: string
    payingCustomerId?: string
    planId: string
    promotionCode?: string
    resourceId?: string
    skipTrial?: boolean
    startDate?: Date
    unitQuantity?: number
    MMNEPVFCICPMFPCPTTAAATR