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

Nested struct within the parent resource.

# `t`

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