protected property Braintree_Customer::$_attributes in Commerce Braintree 7
@access protected
Type: array registry of customer data
File
- braintree_php/
lib/ Braintree/ Customer.php, line 452
Class
- Braintree_Customer
- Creates and manages Customers
Code
protected $_attributes = array(
'addresses' => '',
'company' => '',
'creditCards' => '',
'email' => '',
'fax' => '',
'firstName' => '',
'id' => '',
'lastName' => '',
'phone' => '',
'createdAt' => '',
'updatedAt' => '',
'website' => '',
);