BatchCardTotal
@objc(_TtCCC15CloverConnector9CLVModels8Payments14BatchCardTotal)
public class BatchCardTotal : NSObject, NSCoding, Mappable
-
Total count of types
Declaration
Swift
public var count: Int? -
Total amount for type
Declaration
Swift
public var total: Int? -
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)
BatchCardTotal Class Reference