getCouponInfoById

fun getCouponInfoById(couponId: String, sessionToken: String, accessToken: String): Single<Coupon>

getCouponInfo, This Single will emmit a Coupon

Return

a Single that emits the Coupon info.

Parameters

couponId

the id of the coupon to get info from.

sessionToken

token of the user.

accessToken

JWT access token of the user.