コード例 #1
0
ファイル: Subscription.php プロジェクト: billforward/bf-php
 /**
  * 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);
 }