Class InfoCadastro
Inheritance
System.Object
InfoCadastro
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 InfoCadastro
Properties
ClassTrib
Declaration
public ClassificacaoTributaria ClassTrib { get; set; }
Property Value
Contato
Declaration
public Contato Contato { get; set; }
Property Value
DtObito
Declaration
public DateTimeOffset DtObito { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtObitoField
Declaration
public string DtObitoField { get; set; }
Property Value
Type |
Description |
System.String |
|
DtTransfFinsLucr
Declaration
public DateTimeOffset DtTransfFinsLucr { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtTransfFinsLucrField
Declaration
public string DtTransfFinsLucrField { get; set; }
Property Value
Type |
Description |
System.String |
|
IndAcordoIsenMulta
Declaration
public IndicativoIsencaoMulta IndAcordoIsenMulta { get; set; }
Property Value
IndDesoneracao
Declaration
public IndicativoDesoneracao IndDesoneracao { get; set; }
Property Value
IndEscrituracao
Declaration
public IndicativoEscrituracao IndEscrituracao { get; set; }
Property Value
IndSitPJ
Declaration
public IndicativoSituacaoPJ? IndSitPJ { get; set; }
Property Value
IndUniao
Declaration
public IndicativoUniao? IndUniao { get; set; }
Property Value
InfoEFR
Declaration
public InfoEFR InfoEFR { get; set; }
Property Value
SoftHouse
Declaration
public List<SoftHouse> SoftHouse { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SoftHouse> |
|
Methods
ShouldSerializeDtObitoField()
Declaration
public bool ShouldSerializeDtObitoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDtTransfFinsLucrField()
Declaration
public bool ShouldSerializeDtTransfFinsLucrField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndSitPJ()
Declaration
public bool ShouldSerializeIndSitPJ()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndUniao()
Declaration
public bool ShouldSerializeIndUniao()
Returns
Type |
Description |
System.Boolean |
|