Class DisbursementBatchData
Inheritance
System.Object
DisbursementBatchData
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 DisbursementBatchData
Constructors
DisbursementBatchData()
Declaration
public DisbursementBatchData()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
DisbursementBatchDetailId
Declaration
public int DisbursementBatchDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPellGrant
Declaration
public bool IsPellGrant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reason
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScheduledDisbursementId
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |