STPKlarnaLineItemType
Objective-C
enum STPKlarnaLineItemType {}
Swift
enum STPKlarnaLineItemType : UInt
The type of the Klarna line item.
-
The line item for a product
Declaration
Objective-C
STPKlarnaLineItemTypeSKU
Swift
case SKU = 0
-
The line item for taxes
Declaration
Objective-C
STPKlarnaLineItemTypeTax
Swift
case tax = 1
-
The line item for shipping costs
Declaration
Objective-C
STPKlarnaLineItemTypeShipping
Swift
case shipping = 2