CreateOrder
data class CreateOrder(val customerId: String, val items: List<CreateOrder.Item>, val address: ShippingAddress, val fromCart: Boolean) : CommandValidator
CreateOrder .
Author
ahoo wang
Constructors
Link copied to clipboard
constructor(customerId: String, items: List<CreateOrder.Item>, address: ShippingAddress, fromCart: Boolean)