PayPal\Api\Payee::setAccountNumber PHP Method

setAccountNumber() public method

Unencrypted PayPal account Number of the Payee
Deprecation: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string
    public function setAccountNumber($account_number)
    {
        $this->account_number = $account_number;
        return $this;
    }