InventoryDeletionStatus
public enum InventoryDeletionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inprogress = "InProgress"
-
Undocumented
Declaration
Swift
case complete = "Complete"
-
Declaration
Swift
public var description: String { get }