Type alias EntitlementTemplate
EntitlementTemplate: Metadata & { businessHours?: string | null; casesPerEntitlement?: number | null; entitlementProcess?: string | null; isPerIncident?: boolean | null; term?: number | null; type?: string | null; } Type declaration
Optional businessHours?: string | null
Optional casesPerEntitlement?: number | null
Optional entitlementProcess?: string | null
Optional isPerIncident?: boolean | null
Optional term?: number | null
Optional type?: string | null