Class DeviceReplacementInfoToBeDeprecated
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
MyAdmin Device Recall/Replacement Info.
public class DeviceReplacementInfoToBeDeprecated
- Inheritance
-
DeviceReplacementInfoToBeDeprecated
- Inherited Members
Constructors
DeviceReplacementInfoToBeDeprecated()
public DeviceReplacementInfoToBeDeprecated()
Properties
Device
Gets or sets details of the device that need replacement.
public ReplacementDeviceDetails? Device { get; set; }
Property Value
DevicePlanContractLengthDays
Gets or sets device plan contract length of the device.
public int DevicePlanContractLengthDays { get; set; }
Property Value
DeviceReplacement
Gets or sets details about the replacement of the device.
public ReplacementDetails? DeviceReplacement { get; set; }
Property Value
EligibleEndDate
Gets or sets end date of eligibility of the device.
public DateTime? EligibleEndDate { get; set; }
Property Value
EligibleStartDate
Gets or sets start date of eligibility of the device.
public DateTime? EligibleStartDate { get; set; }
Property Value
ErpProductNameParam
Gets or sets ERP product name of the device.
public string ErpProductNameParam { get; set; }
Property Value
FeedVersion
Gets or sets feed version of the device.
public string FeedVersion { get; set; }
Property Value
IsOwner
Gets or sets a value indicating whether its Owner or not.
public bool IsOwner { get; set; }
Property Value
ReplacementCompletedDate
Gets or sets device replacement completion date.
public DateTime? ReplacementCompletedDate { get; set; }
Property Value
ReplacementCreationDate
Gets or sets device replacement creation date.
public DateTime? ReplacementCreationDate { get; set; }
Property Value
ReplacementRequestInitiationDate
Gets or sets device replacement request initiation date.
public DateTime? ReplacementRequestInitiationDate { get; set; }