Class Emit
Informações do emitente do CTe.
Inheritance
System.Object
Emit
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Emit
Properties
CNPJ
CNPJ do emitente.
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do emitente.
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CRT
Código de Regime Tributário.
Declaration
public CRT? CRT { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CRT> |
EnderEmit
Endereço do emitente.
Declaration
public EnderEmit EnderEmit { get; set; }
Property Value
Type | Description |
---|---|
EnderEmit |
IE
Inscrição Estadual do emitente.
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IEST
Inscrição Estadual do Substituto Tributário.
Declaration
public string IEST { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XFant
Nome Fantasia do emitente.
Declaration
public string XFant { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNome
Razão Social ou Nome do emitente.
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCRT()
Verifica se a propriedade CRT deve ser serializada.
Declaration
public bool ShouldSerializeCRT()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIE()
Verifica se a propriedade IE deve ser serializada.
Declaration
public bool ShouldSerializeIE()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIEST()
Verifica se a propriedade IEST deve ser serializada.
Declaration
public bool ShouldSerializeIEST()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXFant()
Verifica se a propriedade XFant deve ser serializada.
Declaration
public bool ShouldSerializeXFant()
Returns
Type | Description |
---|---|
System.Boolean |