Class ResultDeviceReplacementInfo
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Device Recall/Replacement Information to be sent to UI.
public class ResultDeviceReplacementInfo
- Inheritance
-
ResultDeviceReplacementInfo
- Inherited Members
Constructors
ResultDeviceReplacementInfo()
public ResultDeviceReplacementInfo()
Properties
DevicePlanDetails
Gets or sets details of device plan.
public DevicePlanDetails? DevicePlanDetails { get; set; }
Property Value
DeviceSerialNumber
Gets or sets Serial Number of the device.
public string DeviceSerialNumber { get; set; }
Property Value
EligibilityInfo
Gets or sets the eligibility details of the device
public Eligibility? EligibilityInfo { get; set; }
Property Value
ReplacementInfo
Gets or sets details about the replacement of the device.
public Replacement? ReplacementInfo { get; set; }