Class SendTextMessageContent
Inheritance
SendTextMessageContent
Assembly: Unimake.Business.DFe.dll
Syntax
public class SendTextMessageContent
Properties
Files
Declaration
[XmlElement("Files")]
public SendTextMessageFiles Files { get; set; }
Property Value
Id
Declaration
[XmlAttribute("Id")]
public string Id { get; set; }
Property Value
InstanceName
Declaration
[XmlElement("InstanceName")]
public string InstanceName { get; set; }
Property Value
Testing
Declaration
[XmlElement("Testing")]
public bool Testing { get; set; }
Property Value
Text
Declaration
[XmlElement("Text")]
public string Text { get; set; }
Property Value
To
Declaration
[XmlElement("To")]
public string To { get; set; }
Property Value
UseHomologServer
Declaration
[XmlElement("UseHomologServer")]
public bool UseHomologServer { get; set; }
Property Value
UseHomologServerSpecified
Declaration
[XmlIgnore]
public bool UseHomologServerSpecified { get; set; }
Property Value