# `Stripe.Resources.Stores`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/stores.ex#L2)

payment_intent_next_action_konbini_stores

# `t`

```elixir
@type t() :: %Stripe.Resources.Stores{
  familymart: Stripe.Resources.Familymart.t(),
  lawson: Stripe.Resources.Lawson.t(),
  ministop: Stripe.Resources.Ministop.t(),
  seicomart: Stripe.Resources.Seicomart.t()
}
```

* `familymart` - FamilyMart instruction details. Nullable. Expandable.
* `lawson` - Lawson instruction details. Nullable. Expandable.
* `ministop` - Ministop instruction details. Nullable. Expandable.
* `seicomart` - Seicomart instruction details. Nullable. Expandable.

# `expandable_fields`

# `object_name`

---

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