Enabled Billing Plans and Agreements APIs

- Added API Classes, Samples, and Tests
- Updated Functional Tests
- Updated Documentation with new SDK Name
- Updated Few Samples to use newer nicer result page
This commit is contained in:
japatel
2014-10-31 10:16:13 -05:00
parent f55fd3d984
commit 4d481ad104
192 changed files with 13310 additions and 1045 deletions

View File

@@ -20,7 +20,7 @@ class Patch extends PPModel
{
/**
* The operation to perform.
* Valid Values: ["add", "remove", "replace", "move", "copy", "test"]
* Valid Values: ["add", "remove", "replace", "move", "copy", "test"]
*
* @param string $op
*
@@ -44,7 +44,6 @@ class Patch extends PPModel
/**
* String containing a JSON-Pointer value that references a location within the target document where the operation is performed.
*
*
* @param string $path
*
@@ -68,7 +67,6 @@ class Patch extends PPModel
/**
* New value to apply based on the operation. op=remove does not require value.
*
*
* @param mixed $value
*
@@ -92,7 +90,6 @@ class Patch extends PPModel
/**
* A string containing a JSON Pointer value that references the location in the target document from which to move the value. Required for use where op=move.
*
*
* @param string $from
*