Mollie_API_Object_Payment::hasRecurringTypeRecurring PHP Method

hasRecurringTypeRecurring() public method

Check whether 'recurringType' is set to 'recurring'. This type of payment is processed without involving the consumer.
    public function hasRecurringTypeRecurring()
    {
        return $this->recurringType == self::RECURRINGTYPE_RECURRING;
    }