# BillingCategoryKlarna

Klarna billing category for the payment.

* `PAY_IN_PARTS` - Pay in equal instalments (interest-free).
* `PAY_LATER` - Pay after delivery within a specified timeframe.
* `PAY_NOW` - Immediate payment at time of purchase.
* `SLICE_IT` - Split payment into installments.
* `SLICE_IT_BY_CARD` - Split payment into installments using a card.

```
enum BillingCategoryKlarna {

  PAY_IN_PARTS

  PAY_LATER

  PAY_NOW

  SLICE_IT

  SLICE_IT_BY_CARD

}
```

### Values[​](#values "Direct link to Values")

#### [`BillingCategoryKlarna.PAY_IN_PARTS`](#pay-in-parts)[​](#pay-in-parts "Direct link to pay-in-parts")

#### [`BillingCategoryKlarna.PAY_LATER`](#pay-later)[​](#pay-later "Direct link to pay-later")

#### [`BillingCategoryKlarna.PAY_NOW`](#pay-now)[​](#pay-now "Direct link to pay-now")

#### [`BillingCategoryKlarna.SLICE_IT`](#slice-it)[​](#slice-it "Direct link to slice-it")

#### [`BillingCategoryKlarna.SLICE_IT_BY_CARD`](#slice-it-by-card)[​](#slice-it-by-card "Direct link to slice-it-by-card")

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

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