ParticipantRole
public enum ParticipantRole : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case agent = "AGENT"
-
Undocumented
Declaration
Swift
case customer = "CUSTOMER"
-
Undocumented
Declaration
Swift
case system = "SYSTEM"
-
Declaration
Swift
public var description: String { get }