Class Emit
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class Emit
Properties
CNPJ
CNPJ do Emitente
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CPF
CPF do Emitente
Declaration
[XmlElement("CPF")]
public string CPF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnderEmit
Endereço do Emitente
Declaration
[XmlElement("enderEmit")]
public EnderEmit EnderEmit { get; set; }
Property Value
| Type | Description |
|---|---|
| EnderEmit |
IE
Inscrição Estadual do Emitente
Declaration
[XmlElement("IE")]
public string IE { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XFant
Nome Fantasia do Emitente
Declaration
[XmlElement("xFant")]
public string XFant { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XNome
Razão Social ou Nome do Emitente
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeCNPJ()
Verifica se deve serializar o campo CNPJ (não vazio)
Declaration
public bool ShouldSerializeCNPJ()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeCPF()
Verifica se deve serializar o campo CPF (não vazio)
Declaration
public bool ShouldSerializeCPF()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeXFant()
Verifica se deve serializar o campo XFant (não vazio)
Declaration
public bool ShouldSerializeXFant()
Returns
| Type | Description |
|---|---|
| bool |