ProviderCoi Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class ProviderCoi : CorrigoEntityWithOptimisticLock
The ProviderCoi type exposes the following members.
| Name | Description | |
|---|---|---|
| AmtCoverage |
Amount of coverage. Max. precision 2 digits; negative values are not allowed.
| |
| Comment |
Coverage details.
Max Length=1024
| |
| CurrencyTypeId |
Chosen currency.
| |
| DisplayAs |
Displayable name.
Max Length=256
| |
| EmployeeId |
Employee/technician ID.
| |
| EndDate |
Date when insurance coverage ends (date only; no time).
| |
| StartDate |
Date when insurance coverage starts (date only; no time).
| |
| StatusId |
Insurance status, auto-computed. Matches enumeration InsuranceStatus.
|