Email template get paypal payment method

Hey,

I have installed the PayPal-Plugin. This plugin allows diffrent PayPal Payment-methods (for example paying with invoice).

In the email templates i can detect the shopware Payment-Methods. I can detect if an order is paid with paypal or with an other shopware Payment-Method:

{% if order.transactions.first.paymentMethod.name == „PayPal“ %}

But i did not find a way to get the actual Payment-Method (for example paying with invoice via PayPal). Is there a way to get the actual PayPal-Payment-Method?