Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ReceitaDARE

    Classe de retorno do serviço de Receitas DARE - SP

    Inheritance
    object
    ReceitaDARE
    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.DARE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class ReceitaDARE

    Properties

    Codigo

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

    CodigoServicoDARE

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

    EscopoUso

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

    Nome

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

    Methods

    ShouldSerializeCodigo()

    Declaration
    public bool ShouldSerializeCodigo()
    Returns
    Type Description
    bool

    ShouldSerializeEscopoUso()

    Declaration
    public bool ShouldSerializeEscopoUso()
    Returns
    Type Description
    bool

    ShouldSerializeNome()

    Declaration
    public bool ShouldSerializeNome()
    Returns
    Type Description
    bool