Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfConsRetorno

    Classe dos dados do resultado do dados do pedido de consulta de cadastro de contribuintes

    Inheritance
    object
    InfConsRetorno
    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 InfConsRetorno

    Properties

    CNPJ

    CNPJ do contribuinte

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

    CPF

    CPF do contribuinte

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

    CStat

    Código do status da mensagem enviada

    Declaration
    [XmlElement("cStat")]
    public int CStat { get; set; }
    Property Value
    Type Description
    int

    CUF

    Código da UF de atendimento

    Declaration
    [XmlIgnore]
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

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

    Declaration
    [XmlElement("cUF")]
    public int CUFField { get; set; }
    Property Value
    Type Description
    int

    DhCons

    Data da Consulta no formato AAAA-MM-DDTHH:MM:SSTZD

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhCons { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhConsField

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

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

    InfCad

    Informações cadastrais do contribuinte consultado

    Declaration
    [XmlElement("infCad")]
    public List<InfCad> InfCad { get; set; }
    Property Value
    Type Description
    List<InfCad>

    UF

    Sigla da UF consultada, utilizar SU para SUFRAMA

    Declaration
    [XmlIgnore]
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    UFField

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

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

    VerAplic

    Versão do aplicativo que processou o pedido de consulta de cadastro

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

    XMotivo

    Descrição literal do status do serviço solicitado

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