Class ReallocateAppliedCreditRequest
Represents the a request for the ReallocateAppliedCredit method.
Inheritance
System.Object
ReallocateAppliedCreditRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReallocateAppliedCreditRequest : ServiceRequest
Constructors
ReallocateAppliedCreditRequest()
Declaration
public ReallocateAppliedCreditRequest()
Properties
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BillingTransactionCodeIdList
Declaration
public ICollection<int> BillingTransactionCodeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreditWaiverIdList
Declaration
public ICollection<int> CreditWaiverIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceIdList
Declaration
public ICollection<int> FundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
HighDate
Declaration
public DateTime HighDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IncludeUserTransactions
Declaration
public bool IncludeUserTransactions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReallocateCredit
Declaration
public bool IsReallocateCredit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReapply
Declaration
public bool IsReapply { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowDate
Declaration
public DateTime LowDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|