Parameters for onboarding link create.
Summary
Types
@type t() :: %Stripe.Params.Terminal.OnboardingLinkCreateParams{ expand: term(), link_options: term(), link_type: term(), on_behalf_of: term() }
expand- Specifies which fields in the response should be expanded.link_options- Specific fields needed to generate the desired link type.link_type- The type of link being generated. Possible values:apple_terms_and_conditions.on_behalf_of- Stripe account ID to generate the link for. Max length: 5000.