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