Mollie_API_Object_Payment::hasRecurringType PHP Méthode

hasRecurringType() public méthode

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