You are here

CustomerDetails.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Transaction/CustomerDetails.php
View source
<?php

/**
 * Customer details from a transaction
 *
 * @package    Braintree
 * @subpackage Transaction
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * 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
 */
class Braintree_Transaction_CustomerDetails extends Braintree_Instance {

}

Classes

Namesort descending Description
Braintree_Transaction_CustomerDetails Creates an instance of customer details as returned from a transaction