Class ManageAutoApplyCreditRequest
Represents the a request for the ManageAutoApplyCredit method.
Inheritance
System.Object
ManageAutoApplyCreditRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ManageAutoApplyCreditRequest : ServiceRequest
Constructors
ManageAutoApplyCreditRequest()
Declaration
public ManageAutoApplyCreditRequest()
Properties
BillingTransactionCodeIdList
Declaration
public List<int> BillingTransactionCodeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreditWaiverIdList
Declaration
public List<int> CreditWaiverIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceIdList
Declaration
public List<int> FundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
HighDate
Declaration
public DateTime HighDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsReapplyCredit
Declaration
public bool IsReapplyCredit { 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 |
|