Class Exped
Informações do expedidor do CTe.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/cte")]
public class Exped
  Properties
CNPJ
CNPJ do expedidor.
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
CPF
CPF do expedidor.
Declaration
[XmlElement("CPF")]
public string CPF { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Email do expedidor.
Declaration
[XmlElement("email")]
public string Email { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
EnderExped
Endereço do expedidor.
Declaration
[XmlElement("enderExped")]
public EnderExped EnderExped { get; set; }
  Property Value
| Type | Description | 
|---|---|
| EnderExped | 
Fone
Telefone do expedidor.
Declaration
[XmlElement("fone")]
public string Fone { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
IE
Inscrição Estadual do expedidor.
Declaration
[XmlElement("IE")]
public string IE { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
XNome
Razão Social ou Nome do expedidor.
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
ShouldSerializeCNPJ()
Verifica se a propriedade CNPJ deve ser serializada.
Declaration
public bool ShouldSerializeCNPJ()
  Returns
| Type | Description | 
|---|---|
| bool | 
ShouldSerializeCPF()
Verifica se a propriedade CPF deve ser serializada.
Declaration
public bool ShouldSerializeCPF()
  Returns
| Type | Description | 
|---|---|
| bool | 
ShouldSerializeEmail()
Verifica se a propriedade Email deve ser serializada.
Declaration
public bool ShouldSerializeEmail()
  Returns
| Type | Description | 
|---|---|
| bool | 
ShouldSerializeFone()
Verifica se a propriedade Fone deve ser serializada.
Declaration
public bool ShouldSerializeFone()
  Returns
| Type | Description | 
|---|---|
| bool | 
ShouldSerializeIE()
Verifica se a propriedade IE deve ser serializada.
Declaration
public bool ShouldSerializeIE()
  Returns
| Type | Description | 
|---|---|
| bool |