@stripe/stripe-terminal-react-native
    Preparing search index...

    Interface SelectionResult

    interface SelectionResult {
        formType: FormType;
        selection?: string | null;
        selectionId?: string | null;
        skipped: boolean;
        toggles: ToggleResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    formType: FormType
    selection?: string | null
    selectionId?: string | null
    skipped: boolean
    toggles: ToggleResult[]