public static function init()
 {
   Recurly_BillingInfo::$_writeableAttributes = array(
     'first_name','last_name','name_on_account','ip_address',
     'address1','address2','city','state','country','zip','phone','vat_number',
     'number','month','year','verification_value','start_year','start_month','issue_number',
     'account_number','routing_number','account_type',
     'paypal_billing_agreement_id', 'amazon_billing_agreement_id',
     'token_id'
   );
   Recurly_BillingInfo::$_nestedAttributes = array('account');
 }
Beispiel #2
0
 public static function init()
 {
     Recurly_BillingInfo::$_writeableAttributes = array('first_name', 'last_name', 'ip_address', 'address1', 'address2', 'city', 'state', 'country', 'zip', 'phone', 'vat_number', 'number', 'month', 'year', 'verification_value', 'start_year', 'start_month', 'issue_number');
     Recurly_BillingInfo::$_nestedAttributes = array('account');
 }