Class Avulsa
Classe de informações de emissão de avulsa, dados do Fisco emitente
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class Avulsa
Properties
CNPJ
CNPJ do Órgão emissor
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DEmi
Data de emissão do DAR (AAAA-MM-DD)
Declaration
[XmlIgnore]
public DateTime DEmi { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DEmiField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DEmi para atribuir ou resgatar o valor)
Declaration
[XmlElement("dEmi")]
public string DEmiField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DPag
Data de pagamento do DAR (AAAA-MM-DD)
Declaration
[XmlIgnore]
public DateTime DPag { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DPagField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DPag para atribuir ou resgatar o valor)
Declaration
[XmlElement("dPag")]
public string DPagField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fone
Telefone
Declaration
[XmlElement("fone")]
public string Fone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Matr
Matrícula do agente
Declaration
[XmlElement("matr")]
public string Matr { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NDAR
Número do Documento de Arrecadação de Receita
Declaration
[XmlElement("nDAR")]
public string NDAR { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RepEmi
Repartição Fiscal emitente
Declaration
[XmlElement("repEmi")]
public string RepEmi { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UF
Sigla da UF
Declaration
[XmlElement("UF")]
public UFBrasil UF { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
VDAR
Valor Total constante no DAR
Declaration
[XmlElement("vDAR")]
public string VDAR { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XAgente
Nome do agente
Declaration
[XmlElement("xAgente")]
public string XAgente { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XOrgao
Órgão emitente
Declaration
[XmlElement("xOrgao")]
public string XOrgao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |