Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfCons

    Classe de dados do pedido de consulta de cadastro de contribuintes

    Inheritance
    System.Object
    InfCons
    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
    public class InfCons

    Properties

    CNPJ

    CNPJ do contribuinte

    Declaration
    public string CNPJ { get; set; }
    Property Value
    Type Description
    System.String

    CPF

    CPF do contribuinte

    Declaration
    public string CPF { get; set; }
    Property Value
    Type Description
    System.String

    IE

    Inscrição estadual do contribuinte

    Declaration
    public string IE { get; set; }
    Property Value
    Type Description
    System.String

    UF

    Sigla da UF consultada, utilizar SU para SUFRAMA

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

    XServ

    Serviço solicitado. Padrão = CONS-CAD

    Declaration
    public string XServ { 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

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    System.Boolean