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

Nested struct within the parent resource.

# `t`

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

* `end_time` - Support hours end time (JST time of day) for in `HH:MM` format.
* `start_time` - Support hours start time (JST time of day) for in `HH:MM` format.

---

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