# PaymentMethodKlarnaInput

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

```
input PaymentMethodKlarnaInput {

  billingCategory: String

  authPaymentMethod: String

}
```

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

#### [`PaymentMethodKlarnaInput.billingCategory`](#billing-category) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#billing-category "Direct link to billing-category")

Klarna billing category (raw value).

#### [`PaymentMethodKlarnaInput.authPaymentMethod`](#auth-payment-method) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#auth-payment-method "Direct link to auth-payment-method")

Klarna underlying funding source (raw value).

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

[`PaymentMethodInput`](https://docs.monei.com/apis/graphql/types/inputs/payment-method-input/.md) input
