Table of Contents

Class EldSubmitResponse

Namespace
Geotab.Checkmate.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

Submission response from ELD agency.

public class EldSubmitResponse : EldResponse
Inheritance
EldSubmitResponse
Inherited Members

Constructors

EldSubmitResponse(EldResponseStatus, string, EldError[]?, Guid?)

Initializes a new instance of the EldSubmitResponse class.

public EldSubmitResponse(EldResponseStatus status, string broadcast, EldError[]? errors, Guid? id)

Parameters

status EldResponseStatus

File status of the response.

broadcast string

Broadcast message.

errors EldError[]

List of errors.

id Guid?

Submission Id.

Properties

Errors

Gets the list of Errors.

public EldError[]? Errors { get; }

Property Value

EldError[]

The list of Errors.

Id

Gets the submission Id.

public Guid? Id { get; }

Property Value

Guid?

The submission Id.