Updated Identity Support from SDK Core

- Moved PPModels required for Identity Support
This commit is contained in:
japatel
2014-10-14 14:15:41 -05:00
parent 0cb302326a
commit dc2ac0fd63
36 changed files with 2652 additions and 587 deletions

View File

@@ -3,7 +3,6 @@
namespace PayPal\Api;
use PayPal\Common\PPModel;
use PayPal\Rest\ApiContext;
/**
* Class Patch
@@ -14,7 +13,7 @@ use PayPal\Rest\ApiContext;
*
* @property string op
* @property string path
* @property \PayPal\Api\object value
* @property mixed value
* @property string from
*/
class Patch extends PPModel
@@ -71,7 +70,7 @@ class Patch extends PPModel
* New value to apply based on the operation. op=remove does not require value.
*
*
* @param \PayPal\Api\object $value
* @param mixed $value
*
* @return $this
*/
@@ -84,7 +83,7 @@ class Patch extends PPModel
/**
* New value to apply based on the operation. op=remove does not require value.
*
* @return \PayPal\Api\object
* @return mixed
*/
public function getValue()
{