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

    Type Alias CollectSetupIntentPaymentMethodParams

    type CollectSetupIntentPaymentMethodParams = {
        allowRedisplay?: AllowRedisplay;
        collectionReason?: CollectionReason;
        customerCancellation?: CustomerCancellation;
        motoConfiguration?: MotoConfiguration;
        setupIntent: SetupIntent.Type;
    }
    Index

    Properties

    allowRedisplay?: AllowRedisplay
    collectionReason?: CollectionReason
    customerCancellation?: CustomerCancellation
    motoConfiguration?: MotoConfiguration
    setupIntent: SetupIntent.Type