@stigg/node-server-sdk - v4.22.1

    Type Alias PreviewSubscription

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

    Properties

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