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
/
IssuedPaymentCashReceipt
/
IssuedPaymentCashReceipt
Issued
Payment
Cash
Receipt
constructor
(
type
:
CashReceiptType
?
=
null
,
pgReceiptId
:
String
?
=
null
,
issueNumber
:
String
,
totalAmount
:
Long
,
taxFreeAmount
:
Long
?
=
null
,
currency
:
Currency
,
url
:
String
?
=
null
,
issuedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)