SignStatusInfo

@Serializable
data class SignStatusInfo(val txId: String, val requestedAt: Date?, val requestExpiredAt: Date?, val signedAt: Date?) : Parcelable

카카오톡 사용자 서명 결과
Result of a user signature

Constructors

Link copied to clipboard
constructor(txId: String, requestedAt: Date?, requestExpiredAt: Date?, signedAt: Date?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
@SerialName(value = "requested_at")
val requestedAt: Date?

서명 요청 시간, UTC
Signature request time, UTC

Link copied to clipboard
@SerialName(value = "request_expired_at")
val requestExpiredAt: Date?

서명 요청 유효 시간, UTC
Signature validity time, UTC

Link copied to clipboard
@SerialName(value = "signed_at")
val signedAt: Date?

서명 완료 시간, UTC
Signature completion time, UTC

Link copied to clipboard
@SerialName(value = "tx_id")
val txId: String

전자서명 접수번호
Transaction ID