Class Dest
Classe de informações do destinatário
Inheritance
System.Object
Dest
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Dest
Fields
XNomeField
Declaration
string XNomeField
Field Value
Type | Description |
---|---|
System.String |
Properties
CNPJ
CNPJ do destinatário
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do destinatário
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CpfCnpj
Declaration
public string CpfCnpj { set; }
Property Value
Type | Description |
---|---|
System.String |
Informar o e-mail do destinatário
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnderDest
Endereço do destinatário
Declaration
public EnderDest EnderDest { get; set; }
Property Value
Type | Description |
---|---|
EnderDest |
IdEstrangeiro
Identificador do destinatário, em caso de comprador estrangeiro
Declaration
public string IdEstrangeiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IE
Inscrição Estadual (obrigatório nas operações com contribuintes do ICMS)
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IM
Inscrição Municipal do tomador do serviço
Declaration
public string IM { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndIEDest
Indicador da IE do destinatário
Declaration
public IndicadorIEDestinatario IndIEDest { get; set; }
Property Value
Type | Description |
---|---|
IndicadorIEDestinatario |
ISUF
Inscrição na SUFRAMA (Obrigatório nas operações com as áreas com benefícios de incentivos fiscais sob controle da SUFRAMA)
Declaration
public string ISUF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNome
Razão Social ou nome do destinatário
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEmail()
Declaration
public bool ShouldSerializeEmail()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIdEstrangeiro()
Declaration
public bool ShouldSerializeIdEstrangeiro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIE()
Declaration
public bool ShouldSerializeIE()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIM()
Declaration
public bool ShouldSerializeIM()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeISUF()
Declaration
public bool ShouldSerializeISUF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXNome()
Declaration
public bool ShouldSerializeXNome()
Returns
Type | Description |
---|---|
System.Boolean |