# `Stripe.Resources.V2.Core.Account.Configuration.Merchant.KonbiniPayments.Support`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L2192)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Merchant.KonbiniPayments.Support{
    email: String.t() | nil,
    hours:
      Stripe.Resources.V2.Core.Account.Configuration.Merchant.KonbiniPayments.Support.Hours.t()
      | nil,
    phone: String.t() | nil
  }
```

* `email` - Support email address for Konbini payments.
* `hours` - Support hours for Konbini payments.
* `phone` - Support phone number for Konbini payments.

---

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