IdentityVerificationTimeRangeField

@Serializable(with = IdentityVerificationTimeRangeFieldSerializer::class)
sealed interface IdentityVerificationTimeRangeField

본인인증 다건 조회 시, 시각 범위를 적용할 필드

Inheritors

Types

Link copied to clipboard
@Serializable(with = IdentityVerificationTimeRangeField.FailedAtSerializer::class)
data object FailedAt : IdentityVerificationTimeRangeField

실패 시각

Link copied to clipboard
@Serializable(with = IdentityVerificationTimeRangeField.RequestedAtSerializer::class)
data object RequestedAt : IdentityVerificationTimeRangeField

요청 시각

Link copied to clipboard
@Serializable(with = IdentityVerificationTimeRangeField.StatusUpdatedAtSerializer::class)
data object StatusUpdatedAt : IdentityVerificationTimeRangeField

상태 변경 시각

Link copied to clipboard

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.

Link copied to clipboard
@Serializable(with = IdentityVerificationTimeRangeField.VerifiedAtSerializer::class)
data object VerifiedAt : IdentityVerificationTimeRangeField

완료 시각

Properties

Link copied to clipboard
abstract val value: String