interface LegChannel { get number(): Nullable<string>; get type(): Nullable<string>; get user(): Nullable<string>; } Accessors
number
- get number(): Nullable<string>
Returns Nullable<string>
type
- get type(): Nullable<string>
Returns Nullable<string>
user
- get user(): Nullable<string>
Returns Nullable<string>
Represents a Leg Channel