Order

constructor(id: String, lineItems: List<LineItem> = listOf(), totalValue: Double? = null, currency: String? = null, attributes: Map<String, Any> = mapOf())