PayPal\Api\PayoutItem::setNote PHP Метод

setNote() публичный Метод

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;
    }