Stripe.Params.Terminal.OnboardingLinkCreateParams.LinkOptions.AppleTermsAndConditions
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Terminal.OnboardingLinkCreateParams.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.merchant_display_name- The business name of the merchant accepting Apple's Terms and Conditions. Max length: 5000.