Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ReceitaIngressos

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

    Properties

    DescIngr

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

    PrecoIndiv

    Declaration
    [XmlIgnore]
    public double PrecoIndiv { get; set; }
    Property Value
    Type Description
    double

    PrecoIndivField

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

    QtdeIngrDev

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

    QtdeIngrVenda

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

    QtdeIngrVendidos

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

    TpIngresso

    Declaration
    [XmlElement("tpIngresso")]
    public TipoDeIngresso TpIngresso { get; set; }
    Property Value
    Type Description
    TipoDeIngresso

    VlrTotal

    Declaration
    [XmlIgnore]
    public double VlrTotal { get; set; }
    Property Value
    Type Description
    double

    VlrTotalField

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