PortOne Server SDK for JVM
Toggle table of contents
0.23.0
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.payment
/
Dispute
Dispute
@
Serializable
data
class
Dispute
(
val
status
:
DisputeStatus
,
val
pgDisputeId
:
String
?
=
null
,
val
reason
:
String
,
val
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
val
resolvedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
분쟁 내역
Members
Constructors
Dispute
Link copied to clipboard
constructor
(
status
:
DisputeStatus
,
pgDisputeId
:
String
?
=
null
,
reason
:
String
,
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
resolvedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
분쟁 발생 시각
pg
Dispute
Id
Link copied to clipboard
val
pgDisputeId
:
String
?
PG사 분쟁 아이디
reason
Link copied to clipboard
val
reason
:
String
분쟁 사유
resolved
At
Link copied to clipboard
val
resolvedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
분쟁 해소 시각
status
Link copied to clipboard
val
status
:
DisputeStatus
분쟁 상태