Class CondutorMDFe
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class CondutorMDFe
Properties
CPF
CPF do Condutor
Declaration
[XmlElement("CPF", Order = 1)]
public string CPF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XNome
Nome do Condutor
Declaration
[XmlElement("xNome", Order = 0)]
public string XNome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |