ProductOffering
public protocol ProductOffering
An offering for a Product
-
Id
Declaration
Swift
var id: String { get }
-
Title
Declaration
Swift
var name: String { get }
-
Description
Declaration
Swift
var description: String? { get }