getGroupCouponInfoByCouponId

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

playerId

the id of the player from the group.

couponId

the id of the coupon to get info from.

sessionToken

optional token of the user.