Type alias CustomerPortalPromotionalEntitlementFragment
Customer
PortalPromotionalEntitlementFragment: { __typename?: "CustomerPortalPromotionalEntitlement"; displayName: string; endDate?: any | null; hasSoftLimit?: boolean | null; hasUnlimitedUsage?: boolean | null; period: PromotionalEntitlementPeriod; startDate: any; usageLimit?: number | null }
Type declaration
-
Optional
__typename?: "CustomerPortalPromotionalEntitlement"
-
displayName: string
-
Optional
endDate?: any | null
-
Optional
hasSoftLimit?: boolean | null
-
Optional
hasUnlimitedUsage?: boolean | null
-
-
startDate: any
-
Optional
usageLimit?: number | null