Class ProcRef
Classe de informações do ProcRef
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 ProcRef
Properties
IndProc
Origem do processo
Declaration
[XmlElement("indProc")]
public IndicadorOrigemProcesso IndProc { get; set; }
Property Value
| Type | Description |
|---|---|
| IndicadorOrigemProcesso |
NProc
Indentificador do processo ou ato concessório
Declaration
[XmlElement("nProc")]
public string NProc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAto
Tipo do ato concessório
Declaration
[XmlElement("tpAto")]
public TipoAtoConcessorio? TpAto { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAtoConcessorio? |
Methods
ShouldSerializeTpAto()
Declaration
public bool ShouldSerializeTpAto()
Returns
| Type | Description |
|---|---|
| bool |