PaymentSheetTelemetryEvent class final

Constructors

PaymentSheetTelemetryEvent({required String flowId, required int sequence, required String name, required DateTime timestamp, String? 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 String
final
operation String?
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