PayPal\Api\Invoice::removeRefund PHP 메소드

removeRefund() 공개 메소드

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