PaymentSheetTelemetryEvent

data class PaymentSheetTelemetryEvent(val flowId: String, val sequence: Int, val name: PaymentSheetTelemetryEvent.Name, val timestamp: Instant, val operation: String? = null, val httpStatusCode: Int? = null, val requestId: String? = null, val errorType: String? = null)

Constructors

Link copied to clipboard
constructor(flowId: String, sequence: Int, name: PaymentSheetTelemetryEvent.Name, timestamp: Instant, operation: String? = null, httpStatusCode: Int? = null, requestId: String? = null, errorType: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard