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`.
*
* @param string $batch_status
*
* @return $this
* @deprecated This property is unused
*/
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`.
*
* @return string
* @deprecated This property is unused
*/
public function getBatchStatus()
{