Tiny improvements.

This commit is contained in:
İrfan Evrens
2015-06-25 23:08:11 +03:00
parent 18e4eaaf31
commit cefecede81
26 changed files with 73 additions and 45 deletions

View File

@@ -5,11 +5,20 @@ namespace PayPal\Api;
use PayPal\Common\PayPalModel;
/**
* Class OpenIdAddress
*
* End-User's preferred address.
*
* @package PayPal\Api
*
* @property string street_address
* @property string locality
* @property string region
* @property string postal_code
* @property string country
*/
class OpenIdAddress extends PayPalModel
{
/**
* Full street address component, which may include house number, street name.
*