Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Transaction/
Upload File :
Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Transaction/AddressDetails.php

<?php

namespace Braintree\Transaction;

use Braintree\Instance;

/**
 * Creates an instance of AddressDetails as returned from a transaction
 *
 * See our {@link https://developer.paypal.com/braintree/docs/reference/response/transaction developer docs} for information on attributes
 */
class AddressDetails extends Instance
{
    protected $_attributes = [];
}