Type alias PromotionalEntitlementFragment
Promotional
Entitlement
Fragment
: { __typename
?: "PromotionalEntitlement"; endDate
?: any | null; feature
: { __typename
?: "Feature"; additionalMetaData
?: any | null; description
?: string | null; displayName
: string; featureType
: FeatureType; featureUnits
?: string | null; featureUnitsPlural
?: string | null; meterType
?: MeterType | null; refId
: string }; featureId
: string; hasSoftLimit
?: boolean | null; hasUnlimitedUsage
?: boolean | null; isVisible
: boolean; resetPeriod
?: EntitlementResetPeriod | null; status
: PromotionalEntitlementStatus; usageLimit
?: number | null }
Type declaration
-
Optional
__typename?: "PromotionalEntitlement"
-
Optional
endDate?: any | null
-
feature: { __typename?: "Feature"; additionalMetaData?: any | null; description?: string | null; displayName: string; featureType: FeatureType; featureUnits?: string | null; featureUnitsPlural?: string | null; meterType?: MeterType | null; refId: string }
-
Optional
__typename?: "Feature"
-
Optional
additionalMetaData?: any | null
-
Optional
description?: string | null
-
displayName: string
-
-
Optional
featureUnits?: string | null
-
Optional
featureUnitsPlural?: string | null
-
Optional
meterType?: MeterType | null
-
refId: string
-
featureId: string
-
Optional
hasSoftLimit?: boolean | null
-
Optional
hasUnlimitedUsage?: boolean | null
-
isVisible: boolean
-
-
-
Optional
usageLimit?: number | null