Class DevicePlanDetails
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Device plan details to be sent to UI.
public class DevicePlanDetails
- Inheritance
-
DevicePlanDetails
- Inherited Members
Constructors
DevicePlanDetails()
public DevicePlanDetails()
Properties
DevicePlanContractLengthDays
Gets or sets device plan contract length of the device.
public int DevicePlanContractLengthDays { get; set; }
Property Value
ErpProductNameParam
Gets or sets ERP product name of the device.
public string ErpProductNameParam { get; set; }
Property Value
IgnoreWarranty
Gets or sets a value indicating whether to ignore warranty or not.
public bool IgnoreWarranty { get; set; }