Mollie_API_Object_Payment::hasRecurringTypeRecurring PHP 메소드

hasRecurringTypeRecurring() 공개 메소드

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;
    }