forked from LiveCarta/PayPal-PHP-SDK
Update Payouts to v1.2
This commit is contained in:
@@ -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[]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user