Deprecate unused PayoutSenderBatchHeader#batch_status

This commit is contained in:
sdcoffey
2016-10-21 13:21:51 -07:00
parent e80631dd48
commit 7b380a1447

View File

@@ -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()
{ {