예제 #1
0
 public static function init()
 {
     Recurly_CouponRedemption::$_writeableAttributes = array('account_code', 'currency');
     Recurly_CouponRedemption::$_nestedAttributes = array('account');
 }
예제 #2
0
 public static function init()
 {
     Recurly_CouponRedemption::$_writeableAttributes = array('account_code', 'currency', 'subscription_uuid');
 }