# PaymentMethodKlarna

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

```
type PaymentMethodKlarna {

  billingCategory: BillingCategoryKlarna

  authPaymentMethod: AuthPaymentMethodKlarna

}
```

### Fields[​](#fields "Enlace directo al Fields")

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

Klarna billing category for the payment.

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

Underlying funding source Klarna used to authorize the payment.

### Member Of[​](#member-of "Enlace directo al Member Of")

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