BTPayPalLineItemUPCType
@objc
public enum BTPayPalLineItemUPCType : Int, Encodable
Use this option to specify the UPC type of the line item.
-
Default
Declaration
Swift
case none -
Upc Type A
Declaration
Swift
case UPC_A -
Upc Type B
Declaration
Swift
case UPC_B -
Upc Type C
Declaration
Swift
case UPC_C -
Upc Type D
Declaration
Swift
case UPC_D -
Upc Type E
Declaration
Swift
case UPC_E -
Upc Type 2
Declaration
Swift
case UPC_2 -
Upc Type 5
Declaration
Swift
case UPC_5 -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub