TerminalOnboardingLinkOnboardingLink
Returns redirect links used for onboarding onto Tap to Pay on iPhone.
Summary
Types
@type t() :: %Stripe.Resources.Terminal.OnboardingLink{ link_options: term(), link_type: term(), object: term(), on_behalf_of: term(), redirect_url: term() }
link_options- Expandable.link_type- The type of link being generated. Possible values:apple_terms_and_conditions.object- Possible values:terminal.onboarding_link.on_behalf_of- Stripe account ID to generate the link for. Max length: 5000. Nullable.redirect_url- The link passed back to the user for their onboarding. Max length: 5000.