PortOne Server SDK for JVM
Toggle table of contents
0.17.1-alpha2-1-gea614106bf
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment
/
Dispute
/
Dispute
Dispute
constructor
(
status
:
DisputeStatus
,
pgDisputeId
:
String
?
=
null
,
reason
:
String
,
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
resolvedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)