$timesUsed = $coupon->getTimesUsed(); $customer = $coupon->getCustomerId(); echo $timesUsed; echo $customer;
top of page
bottom of page