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/AddressDetails.php

<?php
/**
 * Creates an instance of AddressDetails as returned from a transaction
 *
 *
 * @package    Braintree
 * @subpackage Transaction
 * @copyright  2014 Braintree, a division of PayPal, Inc.
 *
 * @property-read string $firstName
 * @property-read string $lastName
 * @property-read string $company
 * @property-read string $streetAddress
 * @property-read string $extendedAddress
 * @property-read string $locality
 * @property-read string $region
 * @property-read string $postalCode
 * @property-read string $countryName
 * @uses Braintree_Instance inherits methods
 */
class Braintree_Transaction_AddressDetails extends Braintree_Instance
{
    protected $_attributes = array();
}