Stripe.Resources.PaymentMethodConfiguration.Zip.DisplayPreference (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethodConfiguration.Zip.DisplayPreference{
  overridable: boolean() | nil,
  preference: String.t() | nil,
  value: String.t() | nil
}
  • overridable - For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used. Nullable.
  • preference - The account's display preference. Possible values: none, off, on.
  • value - The effective display preference value. Possible values: off, on.