PurchasedProductDetailsQuery
public struct PurchasedProductDetailsQuery
This type is used to accurately retrieve a wishlist of catalog items that interest the user.
-
Order identifier
Declaration
Swift
public let orderId: String
-
Product identifier
Declaration
Swift
public let productId: String
-
Purchase type
Declaration
Swift
public let purchaseType: PurchaseType
-
Initializes an
PurchasedProductDetailsQuery
- orderId: Order identifier
- productId : Product identifier
- purchaseType: Purchase type
Declaration
Swift
public init(orderId: String, productId: String, purchaseType: PurchaseType)