Communication Preference Channel
data class CommunicationPreferenceChannel(val channel: CommunicationChannel, val enabled: Boolean, val effective: Boolean, val editable: Boolean)
Communication preference configuration for a single channel within a category.