Current Path : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/ |
Current File : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Transaction/SubscriptionDetails.php |
<?php /** * Customer details from a transaction * Creates an instance of customer details as returned from a transaction * * @package Braintree * @subpackage Transaction * @copyright 2014 Braintree, a division of PayPal, Inc. * * @property-read string $billing_period_start_date * @property-read string $billing_period_end_date */ class Braintree_Transaction_SubscriptionDetails extends Braintree_Instance { }