# `Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Konbini`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L1391)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Konbini{
  store:
    Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Konbini.Store.t()
    | nil
}
```

* `store` - If the payment succeeded, this contains the details of the convenience store where the payment was completed. Nullable.

---

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