FailedIdentityVerification

@Serializable
@SerialName(value = "FAILED")
data class FailedIdentityVerification(    val id: String,     val channel: SelectedChannel? = null,     val requestedCustomer: IdentityVerificationRequestedCustomer,     val customData: String? = null,     val requestedAt: @Serializable(with = InstantSerializer::class) Instant,     val updatedAt: @Serializable(with = InstantSerializer::class) Instant,     val statusChangedAt: @Serializable(with = InstantSerializer::class) Instant,     val failure: IdentityVerificationFailure,     val version: PortOneVersion) : IdentityVerification.Recognized

실패한 본인인증 내역

Constructors

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

Properties

Link copied to clipboard
open override val channel: SelectedChannel? = null

사용된 본인인증 채널

Link copied to clipboard
open override val customData: String? = null

사용자 지정 데이터

Link copied to clipboard

본인인증 실패 정보

Link copied to clipboard
open override val id: String

본인인증 내역 아이디

Link copied to clipboard
open override val requestedAt: @Serializable(with = InstantSerializer::class) Instant

본인인증 요청 시점

Link copied to clipboard
Link copied to clipboard
open override val statusChangedAt: @Serializable(with = InstantSerializer::class) Instant

상태 업데이트 시점

Link copied to clipboard
open override val updatedAt: @Serializable(with = InstantSerializer::class) Instant

업데이트 시점

Link copied to clipboard
open override val version: PortOneVersion

포트원 버전