Class Exped
Informações do expedidor do CTe.
Inheritance
System.Object
Exped
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 Exped
Properties
CNPJ
CNPJ do expedidor.
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do expedidor.
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Email do expedidor.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnderExped
Endereço do expedidor.
Declaration
public EnderExped EnderExped { get; set; }
Property Value
Type | Description |
---|---|
EnderExped |
Fone
Telefone do expedidor.
Declaration
public string Fone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IE
Inscrição Estadual do expedidor.
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNome
Razão Social ou Nome do expedidor.
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJ()
Verifica se a propriedade CNPJ deve ser serializada.
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Verifica se a propriedade CPF deve ser serializada.
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEmail()
Verifica se a propriedade Email deve ser serializada.
Declaration
public bool ShouldSerializeEmail()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFone()
Verifica se a propriedade Fone deve ser serializada.
Declaration
public bool ShouldSerializeFone()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIE()
Verifica se a propriedade IE deve ser serializada.
Declaration
public bool ShouldSerializeIE()
Returns
Type | Description |
---|---|
System.Boolean |