forked from LiveCarta/PayPal-PHP-SDK
Deprecate unused PayoutSenderBatchHeader#batch_status
This commit is contained in:
@@ -88,11 +88,7 @@ class PayoutSenderBatchHeader extends PayPalModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The batch status to update. You can change the `NEW` batch status to `PENDING` or `CANCEL`.
|
* @deprecated This property is unused
|
||||||
*
|
|
||||||
* @param string $batch_status
|
|
||||||
*
|
|
||||||
* @return $this
|
|
||||||
*/
|
*/
|
||||||
public function setBatchStatus($batch_status)
|
public function setBatchStatus($batch_status)
|
||||||
{
|
{
|
||||||
@@ -101,9 +97,7 @@ class PayoutSenderBatchHeader extends PayPalModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The batch status to update. You can change the `NEW` batch status to `PENDING` or `CANCEL`.
|
* @deprecated This property is unused
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
*/
|
||||||
public function getBatchStatus()
|
public function getBatchStatus()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user