Class ConsultaReciboEvento
Inheritance
System.Object
ConsultaReciboEvento
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class ConsultaReciboEvento
Properties
CnpjPrestador
Declaration
public string CnpjPrestador { get; set; }
Property Value
Type |
Description |
System.String |
|
DtApur
Declaration
public DateTimeOffset DtApur { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtApuracao
Declaration
public DateTimeOffset DtApuracao { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtApuracaoField
Declaration
public string DtApuracaoField { get; set; }
Property Value
Type |
Description |
System.String |
|
DtApurField
Declaration
public string DtApurField { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInsc
Declaration
public string NrInsc { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscAdq
Declaration
public string NrInscAdq { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscEstab
Declaration
public string NrInscEstab { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscEstabelecimento
Declaration
public string NrInscEstabelecimento { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscEstabPrest
Declaration
public string NrInscEstabPrest { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscProd
Declaration
public string NrInscProd { get; set; }
Property Value
Type |
Description |
System.String |
|
NrInscTomador
Declaration
public string NrInscTomador { get; set; }
Property Value
Type |
Description |
System.String |
|
PerApur
Declaration
public DateTimeOffset PerApur { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
PerApurField
Declaration
public string PerApurField { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoEvento
Declaration
public string TipoEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
TpInsc
Declaration
public TiposInscricao? TpInsc { get; set; }
Property Value
TpInscAdq
Declaration
public TipoInscricaoAdquirente? TpInscAdq { get; set; }
Property Value
TpInscEstab
Declaration
public TipoInscricaoEstabelecimento? TpInscEstab { get; set; }
Property Value
TpInscProd
Declaration
public TiposInscricao? TpInscProd { get; set; }
Property Value
TpInscTomador
Declaration
public TipoInscricaoEstabelecimento? TpInscTomador { get; set; }
Property Value
Methods
ShouldSerializeCnpjPrestadorField()
Declaration
public bool ShouldSerializeCnpjPrestadorField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDtApuracaoField()
Declaration
public bool ShouldSerializeDtApuracaoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDtApurField()
Declaration
public bool ShouldSerializeDtApurField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscAdqField()
Declaration
public bool ShouldSerializeNrInscAdqField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscEstabelecimentoField()
Declaration
public bool ShouldSerializeNrInscEstabelecimentoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscEstabField()
Declaration
public bool ShouldSerializeNrInscEstabField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscEstabPrestField()
Declaration
public bool ShouldSerializeNrInscEstabPrestField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscProdField()
Declaration
public bool ShouldSerializeNrInscProdField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNrInscTomadorField()
Declaration
public bool ShouldSerializeNrInscTomadorField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePerApurField()
Declaration
public bool ShouldSerializePerApurField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpInsc()
Declaration
public bool ShouldSerializeTpInsc()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpInscAdq()
Declaration
public bool ShouldSerializeTpInscAdq()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpInscEstab()
Declaration
public bool ShouldSerializeTpInscEstab()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpInscProd()
Declaration
public bool ShouldSerializeTpInscProd()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpInscTomador()
Declaration
public bool ShouldSerializeTpInscTomador()
Returns
Type |
Description |
System.Boolean |
|