Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEPECDest

    Classe de detalhamento do destinatário do evento de EPEC

    Inheritance
    object
    DetEventoEPECDest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "dest")]
    public class DetEventoEPECDest

    Properties

    CNPJ

    CNPJ do destinatário

    Declaration
    [XmlElement("CNPJ", Order = 1)]
    public string CNPJ { get; set; }
    Property Value
    Type Description
    string

    CPF

    CPF do destinatário

    Declaration
    [XmlElement("CPF", Order = 1)]
    public string CPF { get; set; }
    Property Value
    Type Description
    string

    IE

    IE do destinatário

    Declaration
    [XmlElement("IE", Order = 3)]
    public string IE { get; set; }
    Property Value
    Type Description
    string

    IdEstrangeiro

    Identificador do destinatário, em caso de comprador estrangeiro

    Declaration
    [XmlElement("idEstrangeiro", Order = 2)]
    public string IdEstrangeiro { get; set; }
    Property Value
    Type Description
    string

    UF

    Código UF do destinatário

    Declaration
    [XmlElement("UF", Order = 0)]
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    VICMS

    Valor total do ICMS

    Declaration
    [XmlIgnore]
    public double VICMS { get; set; }
    Property Value
    Type Description
    double

    VICMSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VICMS para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("vICMS", Order = 5)]
    public string VICMSField { get; set; }
    Property Value
    Type Description
    string

    VNF

    Valor total da NFe/NFCe

    Declaration
    [XmlIgnore]
    public double VNF { get; set; }
    Property Value
    Type Description
    double

    VNFField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VNF para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("vNF", Order = 4)]
    public string VNFField { get; set; }
    Property Value
    Type Description
    string

    VST

    Valor total do ICMS de substituição tributária

    Declaration
    [XmlIgnore]
    public double VST { get; set; }
    Property Value
    Type Description
    double

    VSTField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VST para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("vST", Order = 6)]
    public string VSTField { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool

    ShouldSerializeIdEstrangeiro()

    Declaration
    public bool ShouldSerializeIdEstrangeiro()
    Returns
    Type Description
    bool