Class UpdateBankReconciledRequest
Represents the a request for the UpdateReconcileStatus method.
Inheritance
System.Object
UpdateBankReconciledRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateBankReconciledRequest : ServiceRequest
Constructors
UpdateBankReconciledRequest()
Declaration
public UpdateBankReconciledRequest()
Properties
IsReconciled
Declaration
public bool IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReconcileTransactionList
List of ReconcileTransaction List
Declaration
public List<ReconcileTransaction> ReconcileTransactionList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ReconcileTransaction> |