PortOne Server SDK for JVM
Toggle table of contents
0.12.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment.cashreceipt
/
CancelCashReceiptResponse
Cancel
Cash
Receipt
Response
@
Serializable
data
class
CancelCashReceiptResponse
(
val
cancelledAmount
:
Long
,
val
cancelledAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
현금 영수증 취소 성공 응답
Members
Constructors
Cancel
Cash
Receipt
Response
Link copied to clipboard
constructor
(
cancelledAmount
:
Long
,
cancelledAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
Properties
cancelled
Amount
Link copied to clipboard
val
cancelledAmount
:
Long
취소 금액
cancelled
At
Link copied to clipboard
val
cancelledAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
현금 영수증 취소 완료 시점