# PaymentMethodKlarna

Details from Klarna order used as payment method at the time of the transaction.

```
type PaymentMethodKlarna {

  billingCategory: BillingCategoryKlarna

  authPaymentMethod: AuthPaymentMethodKlarna

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`PaymentMethodKlarna.billingCategory`](#billing-category) ● [`BillingCategoryKlarna`](https://docs.monei.com/apis/graphql/types/enums/billing-category-klarna/.md) enum[​](#billing-category "Direct link to billing-category")

Klarna billing category for the payment.

#### [`PaymentMethodKlarna.authPaymentMethod`](#auth-payment-method) ● [`AuthPaymentMethodKlarna`](https://docs.monei.com/apis/graphql/types/enums/auth-payment-method-klarna/.md) enum[​](#auth-payment-method "Direct link to auth-payment-method")

Underlying funding source Klarna used to authorize the payment.

### Member Of[​](#member-of "Direct link to Member Of")

[`PaymentMethod`](https://docs.monei.com/apis/graphql/types/objects/payment-method/.md) object
