Class DeferralInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DeferralInfo
- Inheritance
-
DeferralInfo
- Inherited Members
Constructors
DeferralInfo()
public DeferralInfo()
Properties
DayTwoLogRequired
Gets or sets a value indicating whether the day two log required. Tells the driver if they are required to add another deferral exemption log today.
public bool DayTwoLogRequired { get; set; }
Property Value
Status
Gets or sets the Deferral Status, DayOne or DayTwo.
public DutyStatusDeferralType Status { get; set; }
Property Value
Time
Gets or sets the amount of time deferred.
public TimeSpan Time { get; set; }