Class DetEventoEPECDest
Classe de detalhamento do destinatário do evento de EPEC
Inheritance
System.Object
DetEventoEPECDest
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 DetEventoEPECDest
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 |
IdEstrangeiro
Identificador do destinatário, em caso de comprador estrangeiro
Declaration
public string IdEstrangeiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IE
IE do destinatário
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
Código UF do destinatário
Declaration
public UFBrasil UF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
VICMS
Valor total do ICMS
Declaration
public double VICMS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VICMSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VICMS para atribuir ou resgatar o valor)
Declaration
public string VICMSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VNF
Valor total da NFe/NFCe
Declaration
public double VNF { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VNFField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VNF para atribuir ou resgatar o valor)
Declaration
public string VNFField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VST
Valor total do ICMS de substituição tributária
Declaration
public double VST { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VSTField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VST para atribuir ou resgatar o valor)
Declaration
public string VSTField { 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 |
ShouldSerializeIdEstrangeiro()
Declaration
public bool ShouldSerializeIdEstrangeiro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIE()
Declaration
public bool ShouldSerializeIE()
Returns
Type | Description |
---|---|
System.Boolean |