Order
-
Unique identifier
Declaration
Swift
public var id: String? -
Currency of this order
Declaration
Swift
public var currency: String? -
-
The employee who took this order
Declaration
Swift
public var employee: CLVModels.Employees.Employee? -
Total price of the order
Declaration
Swift
public var total: Int? -
-
-
-
-
-
-
-
-
-
-
Creation timestamp
Declaration
Swift
public var createdTime: NSDate? -
-
Last modified time of the order
Declaration
Swift
public var modifiedTime: NSDate? -
-
Optional service charge (gratuity) applied to this order
Declaration
Swift
public var serviceCharge: CLVModels.Base.ServiceCharge? -
-
-
-
-
Device which created the order
Declaration
Swift
public var device: CLVModels.Device.Device? -
-
-
-
-
Order Class Reference