Class RefNF
Classe de dados da NF modelo 1/1A referenciada ou NF modelo 2 referenciada
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 RefNF
Properties
AAMM
AAMM da emissão
Declaration
[XmlElement("AAMM")]
public string AAMM { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CNPJ
CNPJ do emitente do documento fiscal referenciado
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CUF
Código da UF do emitente do Documento Fiscal. Utilizar a Tabela do IBGE
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
CUFField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade CUF para atribuir ou resgatar o valor)
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Mod
Código do modelo do Documento Fiscal. Utilizar 01 para NF modelo 1/1A e 02 para NF modelo 02
Declaration
[XmlElement("mod")]
public string Mod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NNF
Número do Documento Fiscal
Declaration
[XmlElement("nNF")]
public int NNF { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Serie
Série do Documento Fiscal, informar zero se inexistente
Declaration
[XmlElement("serie")]
public int Serie { get; set; }
Property Value
| Type | Description |
|---|---|
| int |