C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
NoClaimsBonus.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.Serialization;
4
5namespace AnalyzeRe.Layers
6{
13 {
14 #region Public Properties
16 [DataMember(Order = 21)]
17 [NotNull]
18 [GreaterThan(0, true)]
19 public MonetaryUnit payout_amount { get; set; }
20
22 [DataMember(Order = 22)]
23 [NotNull]
24 public DateTime? payout_date { get; set; }
25 #endregion Public Properties
26 }
27}
Abstract representation of a layer. This resource type cannot be instantiated instead derived resourc...
The No Claims Bonus applies a payout to trials which contain no losses. (i.e. when there are no occur...
DateTime? payout_date
The date on which the payout is made.
MonetaryUnit payout_amount
The amount paid out when no losses are present.
Representation of a monetary value with a currency.