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

    Interface NumericResult

    interface NumericResult {
        formType: FormType;
        numericString?: null | string;
        skipped: boolean;
        toggles: ToggleResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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