LineItemPayment
-
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? -
-
-
-
-
LineItemPayment Class Reference