Class PostAccountTransactionChargeRequest
Represents the a request for the PostAccountTransactionCharge method.
Inheritance
System.Object
PostAccountTransactionChargeRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAccountTransactionChargeRequest : ServiceRequest
Constructors
PostAccountTransactionChargeRequest()
Declaration
public PostAccountTransactionChargeRequest()
Properties
AllowProcessByAutomation
AllowProcessByAutomation
Declaration
public bool? AllowProcessByAutomation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BillingTransactionCodeId
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChargeTaxList
List of Taxes
Declaration
public List<PostAccountTransactionChargeTax> ChargeTaxList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PostAccountTransactionChargeTax> |
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> |
IgnoreTermRequired
IgnoreTermRequired
Declaration
public bool IgnoreTermRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsChargeAdjustment
IsChargeAdjustment true - Charge False - Adjustment
Declaration
public bool IsChargeAdjustment { 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> |
OverrideBilledDate
OverrideBilledDate
Declaration
public bool? OverrideBilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
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
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentAccountClassSectionId
StudentAccountClassSectionId
Declaration
public int? StudentAccountClassSectionId { 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 |
SubsidiaryAccountTypeId
Student Subsidiary Account Id
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 |