Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.KonbiniPayments.Support (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{
    email: String.t() | nil,
    hours:
      Stripe.Params.V2.Core.AccountUpdateParams.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.