Class RefundPaidDisbursement
Inheritance
System.Object
RefundPaidDisbursement
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 RefundPaidDisbursement
Constructors
RefundPaidDisbursement()
Declaration
public RefundPaidDisbursement()
Properties
PaidDisbursementId
Paid Disbursement Id
Declaration
public int PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RefundAmount
Refund Amount
Declaration
public decimal RefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAwardId
Student Award Id
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |