getCouponsLinked
Get a list of coupons linked
This function returns a coupon linked list. The data can be filtered, sorted and paginated.
func getCouponsLinked(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [CustomerCouponResultView]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next