Class Rider
Represents a Rider
public class Rider
- Inheritance
-
Rider
- Inherited Members
Constructors
Rider()
public Rider()
Properties
Anniversary
The Rider Anniversary
public double? Anniversary { get; set; }
Property Value
AverageIncome
The Rider Average Income
public double? AverageIncome { get; set; }
Property Value
Description
The Rider Description
public string Description { get; set; }
Property Value
Fee
The Rider Fee
public double Fee { get; set; }
Property Value
RollUpRate
The Rider Roll-Up rate
public double? RollUpRate { get; set; }