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

    Type Alias CollectSetupIntentPaymentMethodParams

    type CollectSetupIntentPaymentMethodParams = {
        allowRedisplay?: AllowRedisplay;
        collectionReason?: CollectionReason;
        enableCustomerCancellation?: boolean;
        moto?: boolean;
        setupIntent: SetupIntent.Type;
    }
    Index

    Properties

    allowRedisplay?: AllowRedisplay
    collectionReason?: CollectionReason
    enableCustomerCancellation?: boolean
    moto?: boolean
    setupIntent: SetupIntent.Type