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