| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Transaction/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Transaction/CustomerDetails.php |
<?php
namespace Braintree\Transaction;
use Braintree\Instance;
/**
* Customer details from a transaction
* Creates an instance of customer details as returned from a transaction
*
* See our {@link https://developer.paypal.com/braintree/docs/reference/response/transaction#customer_details developer docs} for information on attributes
*/
class CustomerDetails extends Instance
{
}