Stripe.Resources.Terminal.OnboardingLink.LinkOptions.AppleTermsAndConditions
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Terminal.OnboardingLink.LinkOptions.AppleTermsAndConditions{ allow_relinking: boolean() | nil, merchant_display_name: String.t() | nil }
allow_relinking- Whether the link should also support users relinking their Apple account. Nullable.merchant_display_name- The business name of the merchant accepting Apple's Terms and Conditions. Max length: 5000.