Class RefNFP
Classe do grupo com as informações NF de produtor referenciada
Inheritance
System.Object
RefNFP
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 RefNFP
Fields
AAMMField
Declaration
string AAMMField
Field Value
Type | Description |
---|---|
System.String |
ModField
Declaration
string ModField
Field Value
Type | Description |
---|---|
System.String |
Properties
AAMM
AAMM da emissão
Declaration
public string AAMM { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CNPJ
CNPJ do emitente da NF de produtor
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do emitente da NF de produtor
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CUF
Declaration
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
public int CUFField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IE
Inscrição estadual do emitente da NF de produtor
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mod
Código do modelo do Documento Fiscal - utilizar 04 para NF de produtor ou 01 para NF Avulsa
Declaration
public string Mod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NNF
Número do Documento Fiscal - 1 – 999999999
Declaration
public int NNF { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Serie
Série do Documento Fiscal, informar zero se inexistente
Declaration
public int Serie { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |