PayPal\Api\PaymentOptions::setSkipFmf PHP Method

setSkipFmf() public method

Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the payment_method is set to credit_card
Deprecation: Not publicly available
public setSkipFmf ( boolean $skip_fmf )
$skip_fmf boolean
    public function setSkipFmf($skip_fmf)
    {
        $this->skip_fmf = $skip_fmf;
        return $this;
    }