Class AdjustAccountTransactionChargeRequest
Represents the a request for the AdjustAccountTransactionCharge method.
Inheritance
System.Object
AdjustAccountTransactionChargeRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AdjustAccountTransactionChargeRequest : ServiceRequest
Constructors
AdjustAccountTransactionChargeRequest()
Declaration
public AdjustAccountTransactionChargeRequest()
Properties
AcademicYearSequence
StudentAcademicYearId
Declaration
public int? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AllowProcessByAutomation
AllowProcessByAutomation
Declaration
public bool? AllowProcessByAutomation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BillingTransactionCode
BillingTransactionCodeId
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BillingTransactionCodeId
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChargeTaxList
Declaration
public List<PostAccountTransactionChargeTax> ChargeTaxList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PostAccountTransactionChargeTax> |
ClassSectionId
ClasssectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Description
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtendedProperties
Declaration
public EntityCollection<EntityProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<Cmc.Core.EntityModel.EntityProperty> |
Id
StudentAccountTransactionId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsCalculateTransactionDueDate
IsCalculateTransactionDueDate
Declaration
public bool IsCalculateTransactionDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTaxIncluded
isTaxIncluded
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsTransactionAmountChanged
IsTransactionAmountChanged
Declaration
public bool IsTransactionAmountChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaymentDueDate
TransactionDueDate
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Reference
Reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAcademicYearId
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentAcademicYearPaymentPeriodId
ClasssectionId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodFeeId
Student Enrollment Period Fee Id
Declaration
public int? StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentSubsidiaryAccountTransactionId
Subsidiary Account Transaction Id
Declaration
public int StudentSubsidiaryAccountTransactionId { 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.Decimal |
TransactionDate
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TransactionNumber
TransactionNumber
Declaration
public int? TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |