Class TruckNotificationMessageResponseStates
Returns information about the state of the original message
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TruckNotificationMessageResponseStates
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckNotificationMessageResponseStates : EdiPatternPropertiesBase
Properties
Delivered
Original message was delivered
Declaration
public bool? Delivered { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DeliveryFailed
Original message was not delivered!
Declaration
public bool? DeliveryFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MessageWasRead
Original message was read
Declaration
public bool? MessageWasRead { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |