PaymentSheetTelemetryEvent class final

Privacy-safe diagnostic metadata from one payment-sheet presentation.

Constructors

PaymentSheetTelemetryEvent({required String flowId, required int sequence, required PaymentSheetTelemetryEventName name, required DateTime timestamp, PaymentSheetTelemetryOperation? operation, int? httpStatusCode, String? requestId, String? errorType})
const
PaymentSheetTelemetryEvent.fromJson(Map<Object?, Object?> value)
factory

Properties

errorType String?
final
flowId String
final
hashCode int
The hash code for this object.
no setterinherited
httpStatusCode int?
final
name PaymentSheetTelemetryEventName
final
operation PaymentSheetTelemetryOperation?
final
requestId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
final
timestamp DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited