sagas/reports

Namespace

sagas/reports

Source:

Methods

(async, generator, static) getFreeBetShopReports(action)

Description:
  • Get free bet reports list

Source:
Parameters:
Name Type Description
action object

Filtering data

(async, generator, static) getRoundReports(action)

Description:
  • Get round reports list

Source:
Parameters:
Name Type Description
action object

Filtering data

(async, generator, static) getTurnoverReports(action)

Description:
  • Get turover reports list

Source:
Parameters:
Name Type Description
action object

Filtering data

(async, static) module.exports() → {void}

Source:
Returns:
Type
void

Type Definitions

"getRounds/response.data"

Source:
Properties:
Name Type Description
roundStats Array.<Round>
totalPage number
Type:
  • object

"getTurnoverReports/response.data"

Source:
Properties:
Name Type Description
numberOfBets number
totalStake number
numberOfWinningBets number
totalWin number
profit number
currencySymbol string
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