Class SupportChannelBindingEntity
An embedded projection onto an external system.
public record SupportChannelBindingEntity : IEquatable<SupportChannelBindingEntity>
- Inheritance
-
SupportChannelBindingEntity
- Implements
- Inherited Members
Properties
Address
[BsonIgnoreIfNull]
public string Address { get; init; }
Property Value
ChannelType
[BsonRepresentation(BsonType.String)]
public required SupportChannelType ChannelType { get; init; }
Property Value
ExternalId
public required string ExternalId { get; init; }