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

    Type Alias PaymentMethodOptions

    type PaymentMethodOptions = {
        captureMethod?: "manual" | "manual_preferred";
        requestedPriority: string;
        requestExtendedAuthorization?: boolean;
        requestIncrementalAuthorizationSupport?: boolean;
        requestPartialAuthorization?: string;
    }
    Index

    Properties

    captureMethod?: "manual" | "manual_preferred"
    requestedPriority: string
    requestExtendedAuthorization?: boolean
    requestIncrementalAuthorizationSupport?: boolean
    requestPartialAuthorization?: string