Class AdjustAccountTransactionRefundRequest
Represents the a request for the AdjustAccountTransactionRefund method.
Inheritance
System.Object
AdjustAccountTransactionRefundRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AdjustAccountTransactionRefundRequest : ServiceRequest
Constructors
AdjustAccountTransactionRefundRequest()
Declaration
public AdjustAccountTransactionRefundRequest()
Properties
AcademicYearSequence
StudentAcademicYearId
Declaration
public int? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AllowMultipleRefundsVoid
IgnoreTermRequired
Declaration
public bool AllowMultipleRefundsVoid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BankAccountId
BankAccountId
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CheckClearedDate
CheckClearedDate
Declaration
public DateTime? CheckClearedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CheckNumber
Description
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CheckStatus
CheckStatusCode
Declaration
public string CheckStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
StudentAccountTransactionId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IgnoreTermRequired
IgnoreTermRequired
Declaration
public bool IgnoreTermRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPreviousYear
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReScheduleCheckPrint
AllowProcessByAutomation
Declaration
public bool IsReScheduleCheckPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsScholarshipOrGrant
Declaration
public bool IsScholarshipOrGrant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVoidRefund
AllowProcessByAutomation
Declaration
public bool IsVoidRefund { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reference
Reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAcademicYearPaymentPeriodId
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubsidiaryAccountTypeId
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransactionAmount
TransactionAmount
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TransactionDate
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |