Additional properties for rolldown prizes.
This commit is contained in:
@@ -36,18 +36,24 @@
|
|||||||
|
|
||||||
public decimal Matched2PrizeFund { get; set; }
|
public decimal Matched2PrizeFund { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched2RolldownPrize { get; set; }
|
||||||
|
|
||||||
public decimal TotalMatched3 { get; set; }
|
public decimal TotalMatched3 { get; set; }
|
||||||
|
|
||||||
public decimal Matched3Prize { get; set; }
|
public decimal Matched3Prize { get; set; }
|
||||||
|
|
||||||
public decimal Matched3PrizeFund { get; set; }
|
public decimal Matched3PrizeFund { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched3RolldownPrize { get; set; }
|
||||||
|
|
||||||
public decimal TotalMatched4 { get; set; }
|
public decimal TotalMatched4 { get; set; }
|
||||||
|
|
||||||
public decimal Matched4Prize { get; set; }
|
public decimal Matched4Prize { get; set; }
|
||||||
|
|
||||||
public decimal Matched4PrizeFund { get; set; }
|
public decimal Matched4PrizeFund { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched4RolldownPrize { get; set; }
|
||||||
|
|
||||||
public decimal TotalMatched5 { get; set; }
|
public decimal TotalMatched5 { get; set; }
|
||||||
|
|
||||||
public decimal Matched5Prize { get; set; }
|
public decimal Matched5Prize { get; set; }
|
||||||
@@ -56,16 +62,22 @@
|
|||||||
|
|
||||||
public decimal TotalMatched5PlusBonus { get; set; }
|
public decimal TotalMatched5PlusBonus { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched5RolldownPrize { get; set; }
|
||||||
|
|
||||||
public decimal Matched5PlusBonusPrize { get; set; }
|
public decimal Matched5PlusBonusPrize { get; set; }
|
||||||
|
|
||||||
public decimal Matched5PlusBonusPrizeFund { get; set; }
|
public decimal Matched5PlusBonusPrizeFund { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched5PlusBonusRolldownPrize { get; set; }
|
||||||
|
|
||||||
public decimal TotalMatched6 { get; set; }
|
public decimal TotalMatched6 { get; set; }
|
||||||
|
|
||||||
public decimal Matched6Prize { get; set; }
|
public decimal Matched6Prize { get; set; }
|
||||||
|
|
||||||
public decimal Matched6PrizeFund { get; set; }
|
public decimal Matched6PrizeFund { get; set; }
|
||||||
|
|
||||||
|
public decimal Matched6RolldownPrize { get; set; }
|
||||||
|
|
||||||
public int TotalWinners { get; set; }
|
public int TotalWinners { get; set; }
|
||||||
|
|
||||||
public decimal TotalPrizeFund {get; set;}
|
public decimal TotalPrizeFund {get; set;}
|
||||||
|
|||||||
Reference in New Issue
Block a user