Class GenerateInterestByAccountBalanceRequest
Inheritance
System.Object
GenerateInterestByAccountBalanceRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateInterestByAccountBalanceRequest : ServiceRequest
Constructors
GenerateInterestByAccountBalanceRequest()
Declaration
public GenerateInterestByAccountBalanceRequest()
Properties
BillCodeId
Declaration
public int BillCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Campuses
Declaration
public int[] Campuses { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
ExcludeFundSource
Declaration
public bool ExcludeFundSource { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FundByTerms
Declaration
public int[] FundByTerms { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
FundFromDate
Declaration
public DateTime? FundFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSources
Declaration
public int[] FundSources { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
FundToDate
Declaration
public DateTime? FundToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
HasExpectedFundings
Declaration
public bool HasExpectedFundings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasIncurredCharges
Declaration
public bool HasIncurredCharges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncurredChargeByEndDate
Declaration
public DateTime? IncurredChargeByEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IncurredChargeByFromDate
Declaration
public DateTime? IncurredChargeByFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IncurredChargeByTerms
Declaration
public int[] IncurredChargeByTerms { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
InterestRate
Declaration
public string InterestRate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsIncurredChargeByTerm
Declaration
public bool IsIncurredChargeByTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastInterestDate
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SystemSchoolStatuses
Declaration
public int[] SystemSchoolStatuses { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|