# `Stripe.Resources.Dispute.PaymentMethodDetails.Klarna`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/dispute.ex#L489)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Dispute.PaymentMethodDetails.Klarna{
  chargeback_loss_reason_code: String.t() | nil,
  reason_code: String.t() | nil
}
```

* `chargeback_loss_reason_code` - Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason Max length: 5000.
* `reason_code` - The reason for the dispute as defined by Klarna Max length: 5000. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
