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

    Type Alias PreviewSubscription

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

    Properties

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