Class Rider
Represents a Rider
Constructors
Rider()
Declaration
public Rider()
Properties
Anniversary
The Rider Anniversary
Declaration
public Nullable<double> Anniversary { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
AverageIncome
The Rider Average Income
Declaration
public Nullable<double> AverageIncome { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Description
The Rider Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fee
The Rider Fee
Declaration
public double Fee { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollUpRate
The Rider Roll-Up rate
Declaration
public Nullable<double> RollUpRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |