PartnerOfferingItem
public struct PartnerOfferingItem : CatalogItem, Product, Decodable
Undocumented
-
A title
Declaration
Swift
public let title: String -
A secondary title
Declaration
Swift
public let subTitle: String? -
A display image
Declaration
Swift
public let imageURL: URL? -
Whether item is available or not
Declaration
Swift
public let isAvailable: Bool -
An identifier
Declaration
Swift
public let id: String -
Starting price
Declaration
Swift
public let price: Price -
Minimum number of loyalty points that can be earned
Declaration
Swift
public var minimumEarningPoints: Price? -
Type
Declaration
Swift
public let purchaseType: PurchaseType -
Declaration
Swift
public init(from decoder: Decoder) throws
PartnerOfferingItem Structure Reference