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
/
RegisterStoreReceiptBodyItem
Register
Store
Receipt
Body
Item
@
Serializable
data
class
RegisterStoreReceiptBodyItem
(
val
storeBusinessRegistrationNumber
:
String
,
val
storeName
:
String
,
val
totalAmount
:
Long
,
val
taxFreeAmount
:
Long
?
=
null
,
val
vatAmount
:
Long
?
=
null
,
val
supplyAmount
:
Long
?
=
null
,
val
currency
:
Currency
)
하위 상점 거래 정보
Members
Constructors
Register
Store
Receipt
Body
Item
Link copied to clipboard
constructor
(
storeBusinessRegistrationNumber
:
String
,
storeName
:
String
,
totalAmount
:
Long
,
taxFreeAmount
:
Long
?
=
null
,
vatAmount
:
Long
?
=
null
,
supplyAmount
:
Long
?
=
null
,
currency
:
Currency
)
Properties
currency
Link copied to clipboard
val
currency
:
Currency
통화
store
Business
Registration
Number
Link copied to clipboard
val
storeBusinessRegistrationNumber
:
String
하위 상점 사업자등록번호
store
Name
Link copied to clipboard
val
storeName
:
String
하위 상점명
supply
Amount
Link copied to clipboard
val
supplyAmount
:
Long
?
공급가액
tax
Free
Amount
Link copied to clipboard
val
taxFreeAmount
:
Long
?
면세액
total
Amount
Link copied to clipboard
val
totalAmount
:
Long
결제 총 금액
vat
Amount
Link copied to clipboard
val
vatAmount
:
Long
?
부가세액