sagas/reportsShop
- Source:
Methods
(async, generator, static) getRoundReportsShop(action)
- Description:
Get round reports shop list
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
action |
object | Filtering data |
Type Definitions
"getRoundsShop/response.data"
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
roundStats |
Array.<RoundShop> | |
totalPage |
number |
Type:
- object
Round
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
roundId |
number | |
roundStartDate |
string | |
roundEndDate |
string | |
roundStatus |
number | |
placedCoupons |
number | |
settledCoupons |
number | |
winningCoupons |
number | |
totalPlacedStake |
number | |
totalWonAmount |
number | |
paidCoupons |
number | |
wontPayCoupons |
number |
Type:
- object