toggle menu
PortOne Server SDK for JVM
0.8.1
jvm
switch theme
search in API
PortOne Server SDK for JVM
/
io.portone.sdk.server.common
/
PaymentProduct
Payment
Product
@
Serializable
data
class
PaymentProduct
(
val
id
:
String
,
val
name
:
String
,
val
amount
:
Long
,
val
quantity
:
Int
,
val
tag
:
String
?
=
null
,
val
code
:
String
?
=
null
)
상품 정보
Members
Constructors
Payment
Product
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
amount
:
Long
,
quantity
:
Int
,
tag
:
String
?
=
null
,
code
:
String
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
상품 단위가격
code
Link copied to clipboard
val
code
:
String
?
=
null
상품 코드
id
Link copied to clipboard
val
id
:
String
상품 고유 식별자
name
Link copied to clipboard
val
name
:
String
상품명
quantity
Link copied to clipboard
val
quantity
:
Int
주문 수량
tag
Link copied to clipboard
val
tag
:
String
?
=
null
상품 태그