PayPal\Api\Patch::setFrom PHP 메소드

setFrom() 공개 메소드

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