get Group Coupon Info By Funding Id
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
player Id
the id of the player from the group.
funding Id
the funding id.
group Play Id
the id of the group.
session Token
token of the user.