You are here

class Braintree_Transaction_CustomerDetails in Commerce Braintree 7

Creates an instance of customer details as returned from a transaction

@package Braintree @subpackage Transaction @copyright 2010 Braintree Payment Solutions

@property-read string $company @property-read string $email @property-read string $fax @property-read string $firstName @property-read string $id @property-read string $lastName @property-read string $phone @property-read string $website @uses Braintree_Instance inherits methods

Hierarchy

Expanded class hierarchy of Braintree_Transaction_CustomerDetails

File

braintree_php/lib/Braintree/Transaction/CustomerDetails.php, line 27

View source
class Braintree_Transaction_CustomerDetails extends Braintree_Instance {

}

Members

Namesort descending Modifiers Type Description Overrides
Braintree_Instance::_initializeFromArray private function initializes instance properties from the keys/values of an array @ignore @access protected
Braintree_Instance::__construct public function 2
Braintree_Instance::__get public function returns private/nonexistent instance properties @access public
Braintree_Instance::__toString public function create a printable representation of the object as: ClassName[property=value, property=value] 1