Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ReceitaDARE

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

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

    Properties

    Codigo

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

    CodigoServicoDARE

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

    EscopoUso

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

    Nome

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

    Methods

    ShouldSerializeCodigo()

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

    ShouldSerializeEscopoUso()

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

    ShouldSerializeNome()

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