PayPal\Api\Payer::setFundingOptionId PHP Method

setFundingOptionId() public method

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.
Deprecation: 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;
    }