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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Konbini.Store{
  chain: String.t() | nil
}
```

* `chain` - The name of the convenience store chain where the payment was completed. Possible values: `familymart`, `lawson`, `ministop`, `seicomart`. Nullable.

---

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