PlatformOrderTransferOrderLine

@Serializable
data class PlatformOrderTransferOrderLine(val product: PlatformOrderTransferProduct, val quantity: Int, val discounts: List<PlatformOrderTransferDiscount>, val additionalFees: List<PlatformOrderTransferAdditionalFee>, val amount: PlatformOrderSettlementAmount)

주문 항목

Constructors

Properties

Link copied to clipboard

상품 추가 수수료 정보

Link copied to clipboard

상품 정산 금액 정보

Link copied to clipboard

상품 할인 정보

Link copied to clipboard
Link copied to clipboard

상품 수량