get Group Coupon Info By Coupon Id
fun getGroupCouponInfoByCouponId(playerId: String, couponId: String, sessionToken: String): Single<Coupon>
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.
coupon Id
the id of the coupon to get info from.
session Token
optional token of the user.