Class AdjustAccountTransactionPaymentRequest
Represents the a request for the AdjustAccountTransactionPayment method.
Inheritance
System.Object
AdjustAccountTransactionPaymentRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AdjustAccountTransactionPaymentRequest : ServiceRequest
Constructors
AdjustAccountTransactionPaymentRequest()
Declaration
public AdjustAccountTransactionPaymentRequest()
Properties
AcademicYearSequence
Declaration
public int AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AppliedInvoices
Declaration
public string[] AppliedInvoices { get; set; }
Property Value
Type |
Description |
System.String[] |
|
BankAccountId
Declaration
public int? BankAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassSectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreditCardAuthorizationNumber
CreditCardAuthorizationNumber
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditCardDeclineCode
Declaration
public string CreditCardDeclineCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Drn
Declaration
public string Drn { 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 |
|
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsScholarshipOrGrant
Declaration
public bool IsScholarshipOrGrant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentBankAccountId
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentCreditCardId
Declaration
public int? StudentCreditCardId { 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
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
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyAddressId
Declaration
public int? SyAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionNumber
Declaration
public int TransactionNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|