PayPal\Api\Payee::setAccountNumber PHP Метод

setAccountNumber() публичный Метод

Unencrypted PayPal account Number of the Payee
Устаревший: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string
    public function setAccountNumber($account_number)
    {
        $this->account_number = $account_number;
        return $this;
    }