SignStatusInfo

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

전자서명 접수번호
Transaction ID