Class InfANTT
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 InfANTT
Properties
InfCIOT
Informações do CIOT
Declaration
[XmlElement("infCIOT")]
public List<InfCIOT> InfCIOT { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfCIOT> |
InfContratante
Informações dos Contratantes
Declaration
[XmlElement("infContratante")]
public List<InfContratante> InfContratante { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfContratante> |
InfPag
Informações de Pagamento
Declaration
[XmlElement("infPag")]
public List<InfPag> InfPag { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfPag> |
RNTRC
Registro Nacional de Transportadores Rodoviários de Carga
Declaration
[XmlElement("RNTRC")]
public string RNTRC { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValePed
Informações do Vale Pedágio
Declaration
[XmlElement("valePed")]
public List<ValePed> ValePed { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ValePed> |