ItemQuantity
public class ItemQuantity : CustomStringConvertible
Undocumented
-
Create basket item quantity.
Declaration
Swift
public init(quantity: Int, exponent: Int, type: String)
-
Quantity of product.
Declaration
Swift
public let quantity: Int
-
Exponent of quantity of product.
Declaration
Swift
public let exponent: Int
-
Type of quantity of product.
Declaration
Swift
public let type: String
-
Textual representation.
Declaration
Swift
public var description: String { get }