Verified Identity Verification
@Serializable
@SerialName(value = "VERIFIED" )
완료된 본인인증 내역
Constructors
Link copied to clipboard
constructor(id: String, channel: SelectedChannel? = null, verifiedCustomer: IdentityVerificationVerifiedCustomer, customData: String? = null, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, updatedAt: @Serializable(with = InstantSerializer::class ) Instant, statusChangedAt: @Serializable(with = InstantSerializer::class ) Instant, verifiedAt: @Serializable(with = InstantSerializer::class ) Instant, pgTxId: String, pgRawResponse: String)