PayPal\Api\RefundDetail::setNote PHP Method

setNote() public method

Optional note associated with the refund.
public setNote ( string $note )
$note string
    public function setNote($note)
    {
        $this->note = $note;
        return $this;
    }