PayPal\Api\Payer::setFundingOptionId PHP Метод

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

Id of user selected funding option for the payment.'OneOf' funding_instruments,funding_option_id to be used to identify the specifics of payment method passed.
Устаревший: Not publicly available
public setFundingOptionId ( string $funding_option_id )
$funding_option_id string
    public function setFundingOptionId($funding_option_id)
    {
        $this->funding_option_id = $funding_option_id;
        return $this;
    }