ProductCode
public class ProductCode : Item
A code or number used to identify Products, for instance a UPC or GTIN.
-
An identifier type for Products, for instance a UPC or GTIN.
Declaration
Swift
@objc dynamic var productCodeType: String?
-
An identifier for Products, for instance a UPC or GTIN.
Declaration
Swift
@objc dynamic var productNumber: String?
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws