Class GenerateInterestByPrincipalBalanceRequest
Represents the a request for the GenerateInterestByPrincipalBalance method.
Inheritance
System.Object
GenerateInterestByPrincipalBalanceRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateInterestByPrincipalBalanceRequest : ServiceRequest
Constructors
GenerateInterestByPrincipalBalanceRequest()
Declaration
public GenerateInterestByPrincipalBalanceRequest()
Properties
campusId
Declaration
public int[] campusId { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
FundSourceId
Declaration
public int[] FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
LastInterestDate
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ReferenceText
Declaration
public string ReferenceText { get; set; }
Property Value
Type |
Description |
System.String |
|
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.Nullable<System.Int32> |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|