getGroupCouponInfoByFundingId

fun getGroupCouponInfoByFundingId(playerId: String, fundingId: Long, groupPlayId: Long, sessionToken: String): Single<TemporaryGroupCoupon>

getCouponInfo, This Single will emmit a Coupon

Return

a Single that emits the Coupon info.

Parameters

playerId

the id of the player from the group.

fundingId

the funding id.

groupPlayId

the id of the group.

sessionToken

token of the user.