Update Payouts to v1.2

This commit is contained in:
sdcoffey
2016-10-13 11:04:49 -07:00
parent 3f98d9f182
commit 0f3a5e6548
12 changed files with 177 additions and 153 deletions

View File

@@ -7,7 +7,7 @@ use PayPal\Common\PayPalModel;
/**
* Class PayoutBatch
*
* The batch status as generated by PayPal.
* The PayPal-generated batch status.
*
* @package PayPal\Api
*
@@ -18,7 +18,7 @@ use PayPal\Common\PayPalModel;
class PayoutBatch extends PayPalModel
{
/**
* A batch header that includes the generated batch status.
* A batch header. Includes the generated batch status.
*
* @param \PayPal\Api\PayoutBatchHeader $batch_header
*
@@ -31,7 +31,7 @@ class PayoutBatch extends PayPalModel
}
/**
* A batch header that includes the generated batch status.
* A batch header. Includes the generated batch status.
*
* @return \PayPal\Api\PayoutBatchHeader
*/
@@ -41,7 +41,7 @@ class PayoutBatch extends PayPalModel
}
/**
* Array of the items in a batch payout.
* An array of items in a batch payout.
*
* @param \PayPal\Api\PayoutItemDetails[] $items
*
@@ -54,7 +54,7 @@ class PayoutBatch extends PayPalModel
}
/**
* Array of the items in a batch payout.
* An array of items in a batch payout.
*
* @return \PayPal\Api\PayoutItemDetails[]
*/