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

    Type Alias SetupAttempt

    type SetupAttempt = {
        applicationId?: string;
        created?: string;
        customer?: string;
        id: string;
        livemode: boolean;
        onBehalfOfId?: string;
        paymentMethodDetails: SetupAttemptPaymentMethodDetails;
        paymentMethodId?: string;
        setupIntentId?: string;
        status: string;
        usage?: Usage;
    }
    Index

    Properties

    applicationId?: string
    created?: string
    customer?: string
    id: string
    livemode: boolean
    onBehalfOfId?: string
    paymentMethodDetails: SetupAttemptPaymentMethodDetails
    paymentMethodId?: string
    setupIntentId?: string
    status: string
    usage?: Usage