Ready Identity Verification
@Serializable
@SerialName(value = "READY" )
준비 상태의 본인인증 내역
Constructors
Link copied to clipboard
constructor(id: String, requestedCustomer: IdentityVerificationRequestedCustomer, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, updatedAt: @Serializable(with = InstantSerializer::class ) Instant, statusChangedAt: @Serializable(with = InstantSerializer::class ) Instant, channel: SelectedChannel? = null, customData: String? = null)