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?)->()) {
}
Updated over 2 years ago
What’s Next