Class Avulsa
Classe de informações de emissão de avulsa, dados do Fisco emitente
Inheritance
System.Object
Avulsa
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Avulsa
Properties
CNPJ
CNPJ do Órgão emissor
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DEmi
Data de emissão do DAR (AAAA-MM-DD)
Declaration
public DateTime DEmi { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DEmiField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DEmi para atribuir ou resgatar o valor)
Declaration
public string DEmiField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DPag
Data de pagamento do DAR (AAAA-MM-DD)
Declaration
public DateTime DPag { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DPagField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DPag para atribuir ou resgatar o valor)
Declaration
public string DPagField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fone
Telefone
Declaration
public string Fone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Matr
Matrícula do agente
Declaration
public string Matr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NDAR
Número do Documento de Arrecadação de Receita
Declaration
public string NDAR { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepEmi
Repartição Fiscal emitente
Declaration
public string RepEmi { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
Sigla da UF
Declaration
public UFBrasil UF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
VDAR
Valor Total constante no DAR
Declaration
public string VDAR { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XAgente
Nome do agente
Declaration
public string XAgente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XOrgao
Órgão emitente
Declaration
public string XOrgao { get; set; }
Property Value
Type | Description |
---|---|
System.String |