Class ReceitaIngressos
Inheritance
System.Object
ReceitaIngressos
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.EFDReinf
Assembly: Unimake.Business.DFe.dll
Syntax
public class ReceitaIngressos
Properties
DescIngr
Declaration
public string DescIngr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrecoIndiv
Declaration
public double PrecoIndiv { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PrecoIndivField
Declaration
public string PrecoIndivField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QtdeIngrDev
Declaration
public string QtdeIngrDev { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QtdeIngrVenda
Declaration
public string QtdeIngrVenda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QtdeIngrVendidos
Declaration
public string QtdeIngrVendidos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpIngresso
Declaration
public TipoDeIngresso TpIngresso { get; set; }
Property Value
Type | Description |
---|---|
TipoDeIngresso |
VlrTotal
Declaration
public double VlrTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VlrTotalField
Declaration
public string VlrTotalField { get; set; }
Property Value
Type | Description |
---|---|
System.String |