Table of Contents

Class ReplacementDetails

Namespace
Geotab.Checkmate.ObjectModel.DeviceReplacement
Assembly
Geotab.Checkmate.ObjectModel.dll

Recall/Replacement Information coming from MyAdmin.

public class ReplacementDetails
Inheritance
ReplacementDetails
Inherited Members

Constructors

ReplacementDetails()

public ReplacementDetails()

Properties

Carrier

Gets or sets carrier information.

public string Carrier { get; set; }

Property Value

string

string

DeviceReplacementType

Gets or sets replacement type for the device.

public ReplacementTypeDetails? DeviceReplacementType { get; set; }

Property Value

ReplacementTypeDetails

DeviceReplacementType

Id

Gets or sets id of the device.

public int Id { get; set; }

Property Value

int

int

IgnoreWarranty

Gets or sets a value indicating whether to ignore warranty or not.

public bool IgnoreWarranty { get; set; }

Property Value

bool

bool

ReplacementEndDate

Gets or sets replacement end date.

public DateTime? ReplacementEndDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementMessage

Gets or sets replacement message.

public string ReplacementMessage { get; set; }

Property Value

string

string

ReplacementStartDate

Gets or sets replacement start date.

public DateTime? ReplacementStartDate { get; set; }

Property Value

DateTime?

DateTime

SunsetDate

Gets or sets sunset date for the device.

public DateTime? SunsetDate { get; set; }

Property Value

DateTime?

DateTime