Interface IExchange
The exchange object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IExchange : IEquatable<IExchange>, IImportObject<IExchange>
Properties
CreatedObjectDate
The default created date for new objects
Declaration
DateTime? CreatedObjectDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
RegulationShares
The regulation shares
Declaration
List<RegulationShare> RegulationShares { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RegulationShare> |
Tenants
The tenants
Declaration
List<ExchangeTenant> Tenants { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExchangeTenant> |