Your IP : 216.73.216.95


Current Path : /var/test/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/
Upload File :
Current File : /var/test/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
{
}