Class InfConsRetorno
Inheritance
System.Object
InfConsRetorno
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
[Serializable]
public class InfConsRetorno
Properties
CNPJ
Declaration
public string CNPJ { get; set; }
Property Value
Type |
Description |
System.String |
|
CPF
Declaration
public string CPF { get; set; }
Property Value
Type |
Description |
System.String |
|
CStat
Declaration
public int CStat { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CUF
Declaration
public UFBrasil CUF { get; set; }
Property Value
CUFField
Declaration
public int CUFField { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DhCons
Declaration
public DateTimeOffset DhCons { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhConsField
Declaration
public string DhConsField { get; set; }
Property Value
Type |
Description |
System.String |
|
InfCad
Declaration
public InfCad InfCad { get; set; }
Property Value
UF
Declaration
public UFBrasil UF { get; set; }
Property Value
UFField
Declaration
public string UFField { get; set; }
Property Value
Type |
Description |
System.String |
|
VerAplic
Declaration
public string VerAplic { get; set; }
Property Value
Type |
Description |
System.String |
|
XMotivo
Declaration
public string XMotivo { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type |
Description |
System.Boolean |
|