ServerTotalStats
@objc(_TtCCC15CloverConnector9CLVModels8Payments16ServerTotalStats)
public class ServerTotalStats : NSObject, NSCoding, Mappable
-
Employee corresponding to these stats
Declaration
Swift
public var employeeId: String?
-
Declaration
Swift
public var employeeName: String?
-
Declaration
Swift
public var sales: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var refunds: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var net: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var giftCardLoads: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var giftCardCashOuts: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var tax: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public var tips: CLVModels.Payments.BatchTotalType?
-
Declaration
Swift
public func encode(with aCoder: NSCoder)
-
Declaration
Swift
required public init(coder aDecoder: NSCoder)
-
Declaration
Swift
override public init()
-
Declaration
Swift
required public init?(map: Map)
-
Declaration
Swift
public func mapping(map: Map)