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

    Interface IInput

    interface IInput {
        description?: string | null;
        formType: FormType;
        required?: boolean | null;
        selectionButtons?: ISelectionButton[];
        skipButtonText?: string | null;
        submitButtonText?: string | null;
        title: string;
        toggles?: IToggle[] | null;
    }
    Index

    Properties

    description?: string | null
    formType: FormType
    required?: boolean | null
    selectionButtons?: ISelectionButton[]
    skipButtonText?: string | null
    submitButtonText?: string | null
    title: string
    toggles?: IToggle[] | null