Inttegro SDK for React Native - v0.1.0
    Preparing search index...

    Interface PaymentSheetTelemetryEvent

    interface PaymentSheetTelemetryEvent {
        errorType?: string;
        flowId: string;
        httpStatusCode?: number;
        name: PaymentSheetTelemetryEventName;
        operation?:
            | "checkout.lookup"
            | "checkout.pay"
            | "checkout.request_confirmation"
            | "checkout.confirm_payment";
        requestId?: string;
        sequence: number;
        timestamp: string;
    }
    Index
    errorType?: string
    flowId: string
    httpStatusCode?: number
    operation?:
        | "checkout.lookup"
        | "checkout.pay"
        | "checkout.request_confirmation"
        | "checkout.confirm_payment"
    requestId?: string
    sequence: number
    timestamp: string