PayPal\Api\Invoice::setRefunds PHP Method

setRefunds() public method

List of refund details for the invoice.
public setRefunds ( RefundDetail[] $refunds )
$refunds RefundDetail[]
    public function setRefunds($refunds)
    {
        $this->refunds = $refunds;
        return $this;
    }