Update Payment.php

Added property experience_profile_id to Payment.php
This commit is contained in:
ultimatedion
2014-10-03 12:25:20 -04:00
parent bb7654b0b8
commit d42e6ee541

View File

@@ -20,6 +20,7 @@ use PayPal\Transport\PPRestCall;
* @property string state
* @property \PayPal\Api\RedirectUrls redirect_urls
* @property \PayPal\Api\Links links
* @property string experience_profile_id
*/
class Payment extends PPModel implements IResource
{