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

    Type Alias CollectPaymentMethodParams

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

    Properties

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