Type alias PreviewSubscription

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

Type declaration