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