Class CourseRefundPolicyCondition
Inheritance
System.Object
CourseRefundPolicyCondition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CourseRefundPolicyCondition
Constructors
CourseRefundPolicyCondition()
Declaration
public CourseRefundPolicyCondition()
Properties
AttendenceUnits
Declaration
public string AttendenceUnits { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeleteFlag
Declaration
public string DeleteFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighValue
Declaration
public decimal HighValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxEarnAmount
Declaration
public decimal MaxEarnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
RefundPercent
Declaration
public decimal RefundPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
RefundPercentageFlag
Declaration
public string RefundPercentageFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SequenceNumber
Declaration
public int? SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |