Mollie_API_Object_Payment::hasRecurringTypeFirst PHP Method

hasRecurringTypeFirst() public method

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
return boolean
    public function hasRecurringTypeFirst()
    {
        return $this->recurringType == self::RECURRINGTYPE_FIRST;
    }