PayPal\Api\Payee::setFirstName PHP Method

setFirstName() public method

First Name of the Payee.
Deprecation: Not publicly available
public setFirstName ( string $first_name )
$first_name string
    public function setFirstName($first_name)
    {
        $this->first_name = $first_name;
        return $this;
    }