Class CouponBase
Represents a coupon
Constructors
CouponBase()
Declaration
public CouponBase()
  Properties
PaymentDates
Payment dates
Declaration
public IList<DateTime> PaymentDates { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.DateTime> | 
PaymentEndDateUTC
The coupon payment end date
Declaration
public Nullable<DateTime> PaymentEndDateUTC { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
PaymentFrequency
The coupon payment frequency
Declaration
public Nullable<Frequency> PaymentFrequency { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<Frequency> | 
PaymentStartDateUTC
The Coupon payment start date
Declaration
public Nullable<DateTime> PaymentStartDateUTC { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
Type
The coupon type
Declaration
public CouponType Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CouponType |