Type alias CustomerPortalEntitlementFragment
Customer
Portal
Entitlement
Fragment
: { __typename
?: "Entitlement"; currentUsage
?: number | null; feature
?: { __typename
?: "EntitlementFeature" } & FeatureFragment | null; hasSoftLimit
?: boolean | null; hasUnlimitedUsage
: boolean; isGranted
: boolean; nextResetDate
?: any | null; resetPeriod
?: EntitlementResetPeriod | null; resetPeriodConfiguration
?: { __typename
?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ | { __typename
?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ | { __typename
?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ | null; usageLimit
?: number | null; usagePeriodEnd
?: any | null; usagePeriodStart
?: any | null }
Type declaration
-
Optional
__typename?: "Entitlement"
-
Optional
currentUsage?: number | null
-
Optional
feature?: { __typename?: "EntitlementFeature" } & FeatureFragment | null
-
Optional
hasSoftLimit?: boolean | null
-
hasUnlimitedUsage: boolean
-
isGranted: boolean
-
Optional
nextResetDate?: any | null
-
-
Optional
resetPeriodConfiguration?: { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ | { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ | { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ | null
-
Optional
usageLimit?: number | null
-
Optional
usagePeriodEnd?: any | null
-
Optional
usagePeriodStart?: any | null