Stripe.Params.CustomerSessionCreateParams.Components.MobilePaymentElement (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.CustomerSessionCreateParams.Components.MobilePaymentElement{
    enabled: boolean() | nil,
    features:
      Stripe.Params.CustomerSessionCreateParams.Components.MobilePaymentElement.Features.t()
      | nil
  }
  • enabled - Whether the mobile payment element is enabled.
  • features - This hash defines whether the mobile payment element supports certain features.