BatchTotalType

@objc(_TtCCC15CloverConnector9CLVModels8Payments14BatchTotalType)
public class BatchTotalType : 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)