FailedIdentityVerification

constructor(id: String, requestedCustomer: IdentityVerificationRequestedCustomer, requestedAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant, statusChangedAt: @Serializable(with = InstantSerializer::class) Instant, failure: IdentityVerificationFailure, channel: SelectedChannel? = null, customData: String? = null)