PayPal\Api\Presentation::setNoteToSellerLabel PHP Method

setNoteToSellerLabel() public method

A label to use as the title for the note to seller field. Used only when allow_note is 1.
public setNoteToSellerLabel ( string $note_to_seller_label )
$note_to_seller_label string
    public function setNoteToSellerLabel($note_to_seller_label)
    {
        $this->note_to_seller_label = $note_to_seller_label;
        return $this;
    }