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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentRecord.PaymentMethodDetails.Konbini{
  store:
    Stripe.Resources.PaymentRecord.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*
