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.reconciliation
/
PaymentReconciliationVatReportSummary
Payment
Reconciliation
Vat
Report
Summary
@
Serializable
data
class
PaymentReconciliationVatReportSummary
(
val
totalSupplyAmount
:
Long
,
val
totalVatAmount
:
Long
,
val
totalTaxFreeAmount
:
Long
,
val
totalAmount
:
Long
)
Members
Constructors
Payment
Reconciliation
Vat
Report
Summary
Link copied to clipboard
constructor
(
totalSupplyAmount
:
Long
,
totalVatAmount
:
Long
,
totalTaxFreeAmount
:
Long
,
totalAmount
:
Long
)
Properties
total
Amount
Link copied to clipboard
val
totalAmount
:
Long
총 금액
total
Supply
Amount
Link copied to clipboard
val
totalSupplyAmount
:
Long
총 공급가액
total
Tax
Free
Amount
Link copied to clipboard
val
totalTaxFreeAmount
:
Long
총 면세 금액
total
Vat
Amount
Link copied to clipboard
val
totalVatAmount
:
Long
총 부가세 금액