@stripe/stripe-terminal-react-native

    Interface IInput

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

    Properties

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