@stripe/stripe-terminal-react-native

    Type Alias SetupAttempt

    SetupAttempt: SetupIntent.IOS.SetupAttempt & SetupIntent.Android.SetupAttempt & {
        applicationId?: string;
        created?: number;
        customer?: string;
        id: string;
        onBehalfOfId?: string;
        paymentMethodDetails: SetupAttemptPaymentMethodDetails;
        paymentMethodId?: string;
        setupIntentId?: string;
        status: string;
    }
    MMNEPVFCICPMFPCPTTAAATR