Mollie_API_Object_Payment::hasRecurringTypeRecurring PHP Méthode

hasRecurringTypeRecurring() public méthode

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