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.common
/
PaymentProduct
Payment
Product
@
Serializable
data
class
PaymentProduct
(
val
id
:
String
,
val
name
:
String
,
val
tag
:
String
?
=
null
,
val
code
:
String
?
=
null
,
val
amount
:
Long
,
val
quantity
:
Int
,
val
link
:
String
?
=
null
)
상품 정보
Members
Constructors
Payment
Product
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
tag
:
String
?
=
null
,
code
:
String
?
=
null
,
amount
:
Long
,
quantity
:
Int
,
link
:
String
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
상품 단위가격
code
Link copied to clipboard
val
code
:
String
?
상품 코드
id
Link copied to clipboard
val
id
:
String
상품 고유 식별자
link
Link copied to clipboard
val
link
:
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
?
상품 태그