Class EldSubmitResponse
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
statusEldResponseStatusFile status of the response.
broadcaststringBroadcast message.
errorsEldError[]List of errors.
idGuid?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.