CreatePlatformOrderTransferBodyOrderDetail

@Serializable
data class CreatePlatformOrderTransferBodyOrderDetail(val orderAmount: Long? = null, val orderLines: List<CreatePlatformOrderTransferBodyOrderLine>? = null)

주문 정보

주문 금액 또는 주문 항목 하나만 입력 가능합니다.

Constructors

constructor(orderAmount: Long? = null, orderLines: List<CreatePlatformOrderTransferBodyOrderLine>? = null)

Properties

Link copied to clipboard
val orderAmount: Long? = null

주문 금액

Link copied to clipboard

주문 항목 리스트