PayPal\Api\FundingSource::setFundingInstrumentType PHP Méthode

setFundingInstrumentType() public méthode

Instrument type for this funding source Valid Values: ["BALANCE", "PAYMENT_CARD", "BANK_ACCOUNT", "CREDIT", "INCENTIVE", "EXTERNAL_FUNDING", "TAB"]
public setFundingInstrumentType ( string $funding_instrument_type )
$funding_instrument_type string
    public function setFundingInstrumentType($funding_instrument_type)
    {
        $this->funding_instrument_type = $funding_instrument_type;
        return $this;
    }