PayPal\Api\Invoice::removeRefund PHP Method

removeRefund() public method

Remove Refunds from the list.
public removeRefund ( RefundDetail $refundDetail )
$refundDetail RefundDetail
    public function removeRefund($refundDetail)
    {
        return $this->setRefunds(array_diff($this->getRefunds(), array($refundDetail)));
    }