Class BatchChargeRequest
Inheritance
System.Object
BatchChargeRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BatchChargeRequest : ServiceRequest
Constructors
BatchChargeRequest()
Declaration
public BatchChargeRequest()
Properties
AcademicYearSequence
Declaration
public string AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingCodeTransactionId
Declaration
public int BillingCodeTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationEndDate
Declaration
public DateTime? GraduationEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GraduationStartDate
Declaration
public DateTime? GraduationStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriod
Declaration
public string PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriodEndDate
Declaration
public DateTime? PaymentPeriodEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodStartDate
Declaration
public DateTime? PaymentPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionEndDate
Declaration
public DateTime? ProgramVersionEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ProgramVersionStartDate
Declaration
public DateTime? ProgramVersionStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ReenrollEndDate
Declaration
public DateTime? ReenrollEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ReenrollStartDate
Declaration
public DateTime? ReenrollStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
ServiceTypeId
Declaration
public int ServiceTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShiftIdList
Declaration
public List<int> ShiftIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupIdList
Declaration
public List<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentStatusIdList
Declaration
public List<int> StudentStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionCurrencyCodeId
Declaration
public int? TransactionCurrencyCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionDueDate
Declaration
public DateTime? TransactionDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|