PaymentProduct

@Serializable
data class PaymentProduct(val id: String, val name: String, val amount: Long, val quantity: Int, val tag: String? = null, val code: String? = null)

상품 정보

Constructors

Link copied to clipboard
constructor(id: String, name: String, amount: Long, quantity: Int, tag: String? = null, code: String? = null)

Properties

Link copied to clipboard

상품 단위가격

Link copied to clipboard
val code: String? = null

상품 코드

Link copied to clipboard
val id: String

상품 고유 식별자

Link copied to clipboard

상품명

Link copied to clipboard

주문 수량

Link copied to clipboard
val tag: String? = null

상품 태그