LineItemPayment
@objc(_TtCCC15CloverConnector9CLVModels8Payments15LineItemPayment)
public class LineItemPayment : NSObject, NSCoding, Mappable
-
Unique identifier; TBD this is confusing because it’s used as either line item id or payment id
Declaration
Swift
public var id: String?
-
Percent of this line item covered by this payment
Declaration
Swift
public var percentage: Int?
-
Bin this line item payment was for
Declaration
Swift
public var binName: String?
-
Payment has been refunded
Declaration
Swift
public var refunded: Bool?
-
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)