PortOne Server SDK for JVM
Toggle table of contents
0.24.0-2-g45541d7d56
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.b2b.counterparty
/
B2bCertificate
/
B2bCertificate
B2b
Certificate
constructor
(
registeredAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
expiredAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
issuerName
:
String
,
subjectName
:
String
,
certificateType
:
B2bCertificateType
,
oid
:
String
,
registrantContactName
:
String
,
registrantContactId
:
String
)