BTPayPalLineItemKind
@objc
public enum BTPayPalLineItemKind : Int, Encodable
Use this option to specify whether a line item is a debit (sale) or credit (refund) to the customer.
-
Debit
Declaration
Swift
case debit -
Credit
Declaration
Swift
case credit -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub