Type alias FeatureFragment
Feature
Fragment: { __typename: "EntitlementFeature"; description?: string | null; displayName: string; featureType: FeatureType; featureUnits?: string | null; featureUnitsPlural?: string | null; meterType?: MeterType | null; refId: string; unitTransformation?: { __typename?: "UnitTransformation"; divide: number; round: UnitTransformationRound } | null }
Type declaration
-
__typename: "EntitlementFeature"
-
Optional
description?: string | null
-
displayName: string
-
-
Optional
featureUnits?: string | null
-
Optional
featureUnitsPlural?: string | null
-
Optional
meterType?: MeterType | null
-
refId: string
-
Optional
unitTransformation?: { __typename?: "UnitTransformation"; divide: number; round: UnitTransformationRound } | null