Table of Contents

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

DevicePlanDetails

DevicePlanDetails

DeviceSerialNumber

Gets or sets Serial Number of the device.

public string DeviceSerialNumber { get; set; }

Property Value

string

string

EligibilityInfo

Gets or sets the eligibility details of the device

public Eligibility? EligibilityInfo { get; set; }

Property Value

Eligibility

Eligibility

ReplacementInfo

Gets or sets details about the replacement of the device.

public Replacement? ReplacementInfo { get; set; }

Property Value

Replacement

ReplacementDetails