Mayson Monorepo Documentation
    Preparing search index...
    interface OnboardingLinkCreateParams {
        link_options: Stripe.Terminal.OnboardingLinkCreateParams.LinkOptions;
        link_type: "apple_terms_and_conditions";
        expand?: string[];
        on_behalf_of?: string;
    }
    Index

    Properties

    Specific fields needed to generate the desired link type.

    link_type: "apple_terms_and_conditions"

    The type of link being generated.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    on_behalf_of?: string

    Stripe account ID to generate the link for.