Class ApplyAccountTransactionCreditRequest
Represents the a request for the ApplyAccountTransactionCredit method.
Inheritance
System.Object
ApplyAccountTransactionCreditRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ApplyAccountTransactionCreditRequest : ServiceRequest
Constructors
ApplyAccountTransactionCreditRequest()
Declaration
public ApplyAccountTransactionCreditRequest()
Properties
ApplyAccountTransactionCreditList
ApplyAccountTransactionCreditList
Declaration
public List<ApplyAccountTransactionCredit> ApplyAccountTransactionCreditList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ApplyAccountTransactionCredit> |
IsChildSelected
IsChildSelected
Declaration
public bool IsChildSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentAccountTransactionId
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |