PayPal\Api\PaymentOptions::setRecurringFlag PHP Method

setRecurringFlag() public method

Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card
Deprecation: Not publicly available
public setRecurringFlag ( boolean $recurring_flag )
$recurring_flag boolean
    public function setRecurringFlag($recurring_flag)
    {
        $this->recurring_flag = $recurring_flag;
        return $this;
    }