class Braintree_Transaction_AddressDetails in Commerce Braintree 7
Creates an instance of AddressDetails as returned from a transaction
@package Braintree @subpackage Transaction @copyright 2010 Braintree Payment Solutions
@property-read string $firstName @property-read string $lastName @property-read string $company @property-read string $streetAddress @property-read string $extendedAddress @property-read string $locality @property-read string $region @property-read string $postalCode @property-read string $countryName @uses Braintree_Instance inherits methods
Hierarchy
- class \Braintree_Instance
Expanded class hierarchy of Braintree_Transaction_AddressDetails
File
- braintree_php/
lib/ Braintree/ Transaction/ AddressDetails.php, line 29
View source
class Braintree_Transaction_AddressDetails extends Braintree_Instance {
protected $_attributes = array();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Braintree_Instance:: |
private | function | initializes instance properties from the keys/values of an array @ignore @access protected | |
Braintree_Instance:: |
public | function | 2 | |
Braintree_Instance:: |
public | function | returns private/nonexistent instance properties @access public | |
Braintree_Instance:: |
public | function | create a printable representation of the object as: ClassName[property=value, property=value] | 1 |
Braintree_Transaction_AddressDetails:: |
protected | property |