Stripe.Resources.PaymentMethodConfiguration.ApplePay.DisplayPreference
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentMethodConfiguration.ApplePay.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. Iffalse, 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.