Class ReplacementDetails
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Recall/Replacement Information coming from MyAdmin.
public class ReplacementDetails
- Inheritance
-
ReplacementDetails
- Inherited Members
Constructors
ReplacementDetails()
public ReplacementDetails()
Properties
Carrier
Gets or sets carrier information.
public string Carrier { get; set; }
Property Value
DeviceReplacementType
Gets or sets replacement type for the device.
public ReplacementTypeDetails? DeviceReplacementType { get; set; }
Property Value
Id
Gets or sets id of the device.
public int Id { get; set; }
Property Value
IgnoreWarranty
Gets or sets a value indicating whether to ignore warranty or not.
public bool IgnoreWarranty { get; set; }
Property Value
ReplacementEndDate
Gets or sets replacement end date.
public DateTime? ReplacementEndDate { get; set; }
Property Value
ReplacementMessage
Gets or sets replacement message.
public string ReplacementMessage { get; set; }
Property Value
ReplacementStartDate
Gets or sets replacement start date.
public DateTime? ReplacementStartDate { get; set; }
Property Value
SunsetDate
Gets or sets sunset date for the device.
public DateTime? SunsetDate { get; set; }