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
status
EldResponseStatusFile status of the response.
broadcast
stringBroadcast 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.