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

    Type Alias ProcessPaymentIntentParams

    type ProcessPaymentIntentParams = {
        allowRedisplay?: AllowRedisplay;
        customerCancellation?: CustomerCancellation;
        motoConfiguration?: MotoConfiguration;
        paymentIntent: PaymentIntent.Type;
        requestDynamicCurrencyConversion?: boolean;
        returnUrl?: string;
        skipTipping?: boolean;
        surcharge?: Surcharge;
        surchargeNotice?: string;
        tipEligibleAmount?: number;
        updatePaymentIntent?: boolean;
    }
    Index

    Properties

    allowRedisplay?: AllowRedisplay
    customerCancellation?: CustomerCancellation
    motoConfiguration?: MotoConfiguration
    paymentIntent: PaymentIntent.Type
    requestDynamicCurrencyConversion?: boolean
    returnUrl?: string
    skipTipping?: boolean
    surcharge?: Surcharge
    surchargeNotice?: string
    tipEligibleAmount?: number
    updatePaymentIntent?: boolean