getCouponLinked

Get a coupon linked by id

This function returns a coupon by the Id passed in the parameters.

func getCouponLinked(byId id: String, completion: @escaping (_ model: CouponResultView?, _ error: String?)->()) {
}

What’s Next