C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Name | Type | Description | Notes |
---|---|---|---|
Rows | List<EscalationRow> | ||
EscalationFrequency | string | Frequency of escalation interval | |
CalculationMethod | string | How the escalation is calculated | [optional] |
AdjustFromDate | string | Reference date for escalation adjustment (optional). Controls how start dates are interpreted for escalation calculations. | [optional] |
AdjustStartDate | DateTime? | Custom start date for escalation. REQUIRED when adjustFromDate is 'date', and not allowed otherwise. | [optional] |