Table of Contents

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

ReplacementDeviceDetails

ReplacementDeviceDetails

DevicePlanContractLengthDays

Gets or sets device plan contract length of the device.

public int DevicePlanContractLengthDays { get; set; }

Property Value

int

int

DeviceReplacement

Gets or sets details about the replacement of the device.

public ReplacementDetails? DeviceReplacement { get; set; }

Property Value

ReplacementDetails

DeviceReplacement

EligibleEndDate

Gets or sets end date of eligibility of the device.

public DateTime? EligibleEndDate { get; set; }

Property Value

DateTime?

DateTime

EligibleStartDate

Gets or sets start date of eligibility of the device.

public DateTime? EligibleStartDate { get; set; }

Property Value

DateTime?

DateTime

ErpProductNameParam

Gets or sets ERP product name of the device.

public string ErpProductNameParam { get; set; }

Property Value

string

string

FeedVersion

Gets or sets feed version of the device.

public string FeedVersion { get; set; }

Property Value

string

string

IsOwner

Gets or sets a value indicating whether its Owner or not.

public bool IsOwner { get; set; }

Property Value

bool

bool

ReplacementCompletedDate

Gets or sets device replacement completion date.

public DateTime? ReplacementCompletedDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementCreationDate

Gets or sets device replacement creation date.

public DateTime? ReplacementCreationDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementRequestInitiationDate

Gets or sets device replacement request initiation date.

public DateTime? ReplacementRequestInitiationDate { get; set; }

Property Value

DateTime?

DateTime