Esempio n. 1
0
 /**
  * Gets Bf_Coupons applied to this Bf_Subscription.
  * @return Bf_Coupon[]
  */
 public function getCoupons($options = NULL, $customClient = NULL)
 {
     return Bf_Coupon::getForSubscription($this, $options, $customClient);
 }