FormXProductValue
public struct FormXProductValue : Decodable
FormXProductValue is purchase info value returned by the FormXAPIClient.extract(data:completion:)
.
-
The amount of the item
Declaration
Swift
public let amount: Double?
-
The discount of the item
Declaration
Swift
public let discount: String?
-
The name of the item
Declaration
Swift
public let name: String?
-
The quantity of the item
Declaration
Swift
public let quantity: Int?
-
The sku of the item
Declaration
Swift
public let sku: String?
-
The unit price of the item
Declaration
Swift
public let unitPrice: Double?