PayPal\Api\PayoutItem::setNote PHP Method

setNote() public method

Optional. A sender-specified note for notifications. Value is any string value.
public setNote ( string $note )
$note string
    public function setNote($note)
    {
        $this->note = $note;
        return $this;
    }