PayPal\Api\Patch::setFrom PHP Méthode

setFrom() public méthode

A string containing a JSON Pointer value that references the location in the target document to move the value from.
public setFrom ( string $from )
$from string
    public function setFrom($from)
    {
        $this->from = $from;
        return $this;
    }