Class ClearOpenBatchReferenceRequest
Represents the a request for the ClearOpenBatchReference method.
Inheritance
System.Object
ClearOpenBatchReferenceRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ClearOpenBatchReferenceRequest : ServiceRequest
Constructors
ClearOpenBatchReferenceRequest()
Declaration
public ClearOpenBatchReferenceRequest()
Properties
BatchTotal
Declaration
[Obsolete("Use ClearOpenBatchReference.BatchAmount")]
public decimal? BatchTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusId
Declaration
[Obsolete("Use ClearOpenBatchReference.CampusId")]
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClearOpenBatchReferenceList
Clear Open Batch Reference List
Declaration
public ICollection<ClearOpenBatchReference> ClearOpenBatchReferenceList { get; set; }
Property Value
ReferenceNo
Declaration
[Obsolete("Use ClearOpenBatchReference.ReferenceNumber")]
public string ReferenceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
[Obsolete("Use ClearOpenBatchReference.StudentEnrollmentPeriodId")]
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|