CancellationStatus
public enum CancellationStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cancelled = "CANCELLED"
-
Undocumented
Declaration
Swift
case cancelling = "CANCELLING"
-
Declaration
Swift
public var description: String { get }