Current Path : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/ |
Current File : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/StatusDetails.php |
<?php /** * Status details from a transaction * Creates an instance of StatusDetails, as part of a transaction response * * @package Braintree * @copyright 2014 Braintree, a division of PayPal, Inc. * * @property-read string $amount * @property-read string $status * @property-read string $timestamp * @property-read string $transactionSource * @property-read string $user * @uses Braintree_Instance inherits methods */ class Braintree_Transaction_StatusDetails extends Braintree_Instance { }