Struct XMLUtility.ConteudoChaveDFe
Estrutura para recuperar o conteúdo separadamente da chave do DFe (NFe, CTe, NFCe, MDfe, etc...)
Inherited Members
Namespace: Unimake.Business.DFe.Utility
Assembly: Unimake.Business.DFe.dll
Syntax
public struct XMLUtility.ConteudoChaveDFe
Properties
AnoEmissao
Ano de emissão do documento fiscal
Declaration
public string AnoEmissao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CNPJCPFEmissor
CNPJ ou CPF do emissor do documento fiscal
Declaration
public string CNPJCPFEmissor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CNPJEmissor
CNPJ do emissor do documento fiscal
Declaration
[Obsolete("Agora utilize a propriedade CNPJCPFEmissor. Em futuras versões esta propriedade será excluída.")]
public string CNPJEmissor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CodigoNumerico
Código numérico do documento fiscal
Declaration
public string CodigoNumerico { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DigitoVerificador
Digito verificador da chave do documento fiscal
Declaration
public int DigitoVerificador { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MesEmissao
Mês de emissão do documento fiscal
Declaration
public string MesEmissao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modelo
Modelo do documento fiscal
Declaration
public ModeloDFe Modelo { get; set; }
Property Value
| Type | Description |
|---|---|
| ModeloDFe |
NSiteAutoriz
Site do Autorizador que recepcionou a NF3e
Declaration
public string NSiteAutoriz { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumeroDoctoFiscal
Número do documento fiscal
Declaration
public int NumeroDoctoFiscal { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Serie
Série do documento fiscal
Declaration
public int Serie { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TipoEmissao
Tipo de emissão do documento fiscal
Declaration
public TipoEmissao TipoEmissao { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoEmissao |
UFEmissor
UF do emissor do documento fiscal
Declaration
public UFBrasil UFEmissor { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |