GetIdentityVerificationsResponse

@Serializable
data class GetIdentityVerificationsResponse(val items: List<IdentityVerification>, val page: PageInfo)

본인인증 내역 다건 조회 성공 응답 정보

Constructors

Link copied to clipboard
constructor(items: List<IdentityVerification>, page: PageInfo)

Properties

Link copied to clipboard

조회된 본인인증 내역 리스트

Link copied to clipboard

조회된 페이지 정보