Current Path : /var/test/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/ |
Current File : /var/test/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/CustomerDetails.php |
<?php /** * Customer details from a transaction * Creates an instance of customer details as returned from a transaction * * @package Braintree * @subpackage Transaction * @copyright 2014 Braintree, a division of PayPal, Inc. * * @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 { }