C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ExchangeRateProfile.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.Runtime.Serialization;
3
6
8{
12 {
13 #region APIResource Interface Members
15 public static readonly string CLASS_COLLECTION_NAME = "exchange_rate_profiles";
18 public override string collection_name => CLASS_COLLECTION_NAME;
19 #endregion APIResource Interface Members
20
21 #region Public Properties
23 [DataMember(Order = 12)]
24 [NotNull]
26
29 [DataMember(Order = 13)]
32 #endregion Public Properties
33
40 }
41}
Describes a collection of resources which can be listed.
Base class used by all persistent resources.
Indicates that the property, if left null, will be given a default value by the server corresponding ...
A profile describing how to apply exchange rates during an analysis.
override string collection_name
The collection endpoint at which resources of this type reside on the server.
IReference< ExchangeRateTable > exchange_rate_table
The ExchangeRateTable to get rates from.
ExchangeRateProfile()
Construct a new CatXL Layer with an empty rate_selection_order list.
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
List< ExchangeRateSelectionRule > rate_selection_order
The rate selection rules to apply, in the order that they should be applied.