Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Dest

    Classe de informações do destinatário

    Inheritance
    object
    Dest
    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]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class Dest

    Properties

    CNPJ

    CNPJ do destinatário

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

    CPF

    CPF do destinatário

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

    CpfCnpj

    Declaration
    [XmlIgnore]
    public string CpfCnpj { set; }
    Property Value
    Type Description
    string

    Email

    Informar o e-mail do destinatário

    Declaration
    [XmlElement("email")]
    public string Email { get; set; }
    Property Value
    Type Description
    string

    EnderDest

    Endereço do destinatário

    Declaration
    [XmlElement("enderDest")]
    public EnderDest EnderDest { get; set; }
    Property Value
    Type Description
    EnderDest

    IE

    Inscrição Estadual (obrigatório nas operações com contribuintes do ICMS)

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

    IM

    Inscrição Municipal do tomador do serviço

    Declaration
    [XmlElement("IM")]
    public string IM { get; set; }
    Property Value
    Type Description
    string

    ISUF

    Inscrição na SUFRAMA (Obrigatório nas operações com as áreas com benefícios de incentivos fiscais sob controle da SUFRAMA)

    Declaration
    [XmlElement("ISUF")]
    public string ISUF { get; set; }
    Property Value
    Type Description
    string

    IdEstrangeiro

    Identificador do destinatário, em caso de comprador estrangeiro

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

    IndIEDest

    Indicador da IE do destinatário

    Declaration
    [XmlElement("indIEDest")]
    public IndicadorIEDestinatario IndIEDest { get; set; }
    Property Value
    Type Description
    IndicadorIEDestinatario

    XNome

    Razão Social ou nome do destinatário

    Declaration
    [XmlElement("xNome")]
    public string XNome { 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

    ShouldSerializeEmail()

    Declaration
    public bool ShouldSerializeEmail()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool

    ShouldSerializeIM()

    Declaration
    public bool ShouldSerializeIM()
    Returns
    Type Description
    bool

    ShouldSerializeISUF()

    Declaration
    public bool ShouldSerializeISUF()
    Returns
    Type Description
    bool

    ShouldSerializeIdEstrangeiro()

    Declaration
    public bool ShouldSerializeIdEstrangeiro()
    Returns
    Type Description
    bool

    ShouldSerializeXNome()

    Declaration
    public bool ShouldSerializeXNome()
    Returns
    Type Description
    bool