Type alias CustomerPortalSubscriptionPriceFragment
Customer
PortalSubscriptionPriceFragment: { __typename?: "CustomerPortalSubscriptionPrice"; billingModel?: BillingModel | null; billingPeriod?: BillingPeriod | null; blockSize?: number | null; feature?: { __typename?: "CustomerPortalPricingFeature"; displayName: string; featureUnits?: string | null; featureUnitsPlural?: string | null; id: string; refId: string } | null; price?: { __typename?: "Money"; amount: number; currency: Currency } | null }
Type declaration
-
Optional
__typename?: "CustomerPortalSubscriptionPrice"
-
Optional
billingModel?: BillingModel | null
-
Optional
billingPeriod?: BillingPeriod | null
-
Optional
blockSize?: number | null
-
Optional
feature?: { __typename?: "CustomerPortalPricingFeature"; displayName: string; featureUnits?: string | null; featureUnitsPlural?: string | null; id: string; refId: string } | null
-
Optional
price?: { __typename?: "Money"; amount: number; currency: Currency } | null