InventoryAttributeDataType
public enum InventoryAttributeDataType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case string = "string"
-
Undocumented
Declaration
Swift
case number = "number"
-
Declaration
Swift
public var description: String { get }