LeaseContactType Enumeration |
Describes customer's Contact type, it could be classified as: Primary, Emergency, Alternate, Unknown.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum LeaseContactType
<SerializableAttribute>
Public Enumeration LeaseContactType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 | |
Alternate | 1 | |
Emergency | 2 | |
Primary | 3 | |
See Also