Click or drag to resize

Contact.SatisfactionLevel Property

Satisfaction level.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+20275c6cef4601c15169f89cd31dd1da3f900c48
Syntax
public int? SatisfactionLevel { get; set; }

Property Value

Nullable<Int32>
Remarks
Valid values are:
  • Not set: Unknown
  • 1: Unsatisfied
  • 2: Neutral
  • 3: Satisfied
See Also