@stripe/stripe-terminal-react-native

    Type Alias CollectPaymentMethodParams

    type CollectPaymentMethodParams = {
        allowRedisplay?: AllowRedisplay;
        enableCustomerCancellation?: boolean;
        moto?: boolean;
        paymentIntent: PaymentIntent.Type;
        requestDynamicCurrencyConversion?: boolean;
        skipTipping?: boolean;
        surchargeNotice?: string;
        tipEligibleAmount?: number;
        updatePaymentIntent?: boolean;
    }
    Index

    Properties

    allowRedisplay?: AllowRedisplay
    enableCustomerCancellation?: boolean
    moto?: boolean
    paymentIntent: PaymentIntent.Type
    requestDynamicCurrencyConversion?: boolean
    skipTipping?: boolean
    surchargeNotice?: string
    tipEligibleAmount?: number
    updatePaymentIntent?: boolean
    MMNEPVFCICPMFPCPTTAAATR