ProductVariationOption
public class ProductVariationOption : Codable
Represents variation options on a Product
-
The id of this option
Declaration
Swift
public let id: String
-
The name of this option
Declaration
Swift
public let name: String
-
The description of this option
Declaration
Swift
public let description: String