Mollie_API_Object_Payment::hasRecurringType PHP Method

hasRecurringType() public method

Check whether the 'recurringType' parameter has been defined for this payment.
public hasRecurringType ( ) : boolean
return boolean
    public function hasRecurringType()
    {
        return $this->hasRecurringTypeFirst() || $this->hasRecurringTypeRecurring();
    }