Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.KonbiniPayments.Support.Hours (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.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.