Class retUMessengerMensagem
Inheritance
retUMessengerMensagem
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class retUMessengerMensagem
Properties
DLLVersao
Declaration
[XmlElement("DLLVersao")]
public string DLLVersao { get; set; }
Property Value
ErrorTitle
Declaration
[XmlElement("ErrorTitle")]
public string ErrorTitle { get; set; }
Property Value
ErrorType
Declaration
[XmlElement("ErrorType")]
public string ErrorType { get; set; }
Property Value
HelpLink
Declaration
[XmlElement("HelpLink")]
public string HelpLink { get; set; }
Property Value
Id
Declaration
[XmlAttribute("Id")]
public string Id { get; set; }
Property Value
LocalId
Declaration
[XmlIgnore]
public string LocalId { get; set; }
Property Value
MessageID
Declaration
[XmlElement("messageID")]
public string MessageID { get; set; }
Property Value
Motivo
Declaration
[XmlElement("Motivo")]
public string Motivo { get; set; }
Property Value
RawResponse
Declaration
[XmlIgnore]
public string RawResponse { get; set; }
Property Value
Status
Declaration
[XmlElement("Status")]
public int Status { get; set; }
Property Value
TraceId
Declaration
[XmlElement("TraceId")]
public string TraceId { get; set; }
Property Value