Info

constructor(    id: String = UUID.randomUUID().toString(),     timestamp: Long = Date().time,     shouldForceSend: Boolean = false,     component: String,     type: AnalyticsEvent.Info.Type? = null,     target: String? = null,     isStoredPaymentMethod: Boolean? = null,     brand: String? = null,     issuer: String? = null,     validationErrorCode: String? = null,     validationErrorMessage: String? = null,     configData: Map<String, String>? = null)