1using System.Collections.Generic;
2using System.Runtime.Serialization;
13 #region APIResource Interface Members
19 #endregion APIResource Interface Members
21 #region Public Properties
32 #endregion Public Properties
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.