C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AggregateQuotaShare.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3using Newtonsoft.Json;
4
6{
10 {
11
13 [DataMember(Order = 30)]
14 [NotNull]
15 [GreaterThan(0, true)]
16 [PropertyAlias(new[] { "agg limit" })]
17 public MonetaryUnit aggregate_limit { get; set; }
18
20 [DataMember(Order = 31)]
21 [GreaterThan(0, true)]
22 [JsonProperty(NullValueHandling = NullValueHandling.Include)]
23 [PropertyAlias(new[]
24 {
25 "agg attachment",
26 "agg retention", "aggregate retention",
27 "agg deductible", "aggregate deductible"
28 })]
30 }
31}
Specifies one or more aliases to be used as synonyms for the property's name.
Representation of a Quota Share contract that is limited in annual payouts.
MonetaryUnit aggregate_limit
The aggregate limit applied by this layer.
MonetaryUnit aggregate_attachment
The aggregate attachment applied by this layer.
Representation of a Quota Share contract.
Definition QuotaShare.cs:9
Representation of a monetary value with a currency.
Abstract representation of a layer that has occurrence terms.