PaymentSheetTelemetryEvent constructor
- required String flowId,
- required int sequence,
- required PaymentSheetTelemetryEventName name,
- required DateTime timestamp,
- PaymentSheetTelemetryOperation? operation,
- int? httpStatusCode,
- String? requestId,
- String? errorType,
Implementation
const PaymentSheetTelemetryEvent({
required this.flowId,
required this.sequence,
required this.name,
required this.timestamp,
this.operation,
this.httpStatusCode,
this.requestId,
this.errorType,
});