Mollie_API_Object_Payment::hasRecurringTypeFirst PHP Метод

hasRecurringTypeFirst() публичный Метод

Check whether 'recurringType' is set to 'first'. If a 'first' payment has been completed successfully, the consumer's account may be charged automatically using recurring payments.
public hasRecurringTypeFirst ( ) : boolean
Результат boolean
    public function hasRecurringTypeFirst()
    {
        return $this->recurringType == self::RECURRINGTYPE_FIRST;
    }