class Braintree_Transaction_SubscriptionDetails 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 $billing_period_start_date @property-read string $billing_period_end_date
Hierarchy
Expanded class hierarchy of Braintree_Transaction_SubscriptionDetails
File
- braintree_php/
lib/ Braintree/ Transaction/ SubscriptionDetails.php, line 20
View source
class Braintree_Transaction_SubscriptionDetails extends Braintree_Instance {
}
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 |