PortOne Server SDK for JVM
Toggle table of contents
0.21.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.b2b.taxinvoice
/
B2bTaxInvoiceItem
/
B2bTaxInvoiceItem
B2b
Tax
Invoice
Item
constructor
(
purchaseDate
:
String
?
=
null
,
name
:
String
?
=
null
,
spec
:
String
?
=
null
,
quantity
:
Decimal
?
=
null
,
unitCostAmount
:
Decimal
?
=
null
,
supplyCostAmount
:
Long
?
=
null
,
taxAmount
:
Long
?
=
null
,
remark
:
String
?
=
null
)