C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILayer_WithOccurrenceTerms.cs
Go to the documentation of this file.
2
3namespace AnalyzeRe.Layers
4{
7 {
9 [PropertyAlias(new[] { "occurrence limit", "occ limit", "event limit" })]
10 MonetaryUnit limit { get; set; }
11
13 [PropertyAlias(new[] { "retention", "deductible" })]
15 }
16}
Specifies one or more aliases to be used as synonyms for the property's name.
Representation of a monetary value with a currency.
Abstract representation of a layer that has occurrence terms.
MonetaryUnit attachment
The per-occurrence attachment applied by this layer.
MonetaryUnit limit
The per-occurrence limit applied by this layer.
Abstract representation of a layer with terms.