PlatformOrderTransferProduct

@Serializable
data class PlatformOrderTransferProduct(val id: String, val name: String, val amount: Long, val taxFreeAmount: Long, val tag: String? = null)

상품

Constructors

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

Properties

Link copied to clipboard

상품 금액

Link copied to clipboard
val id: String

상품 아이디

Link copied to clipboard

상품 이름

Link copied to clipboard
val tag: String? = null

태그

Link copied to clipboard

상품 면세 금액