BusinessHoursInfo
typealias BusinessHoursInfo = com.salesforce.android.smi.network.internal.dto.response.businesshours.BusinessHoursInfo
Business hours configuration for the deployment, including active intervals and status.
Retrieve via com.salesforce.android.smi.core.CoreClient.retrieveBusinessHours. Use BusinessHoursInfo.isWithinBusinessHours to check whether the current time falls within a configured business hours interval.