Class PostAxTransactionRequest
Represents the PostAxTransactionRequest service request.
Inheritance
System.Object
PostAxTransactionRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAxTransactionRequest : ServiceRequest
Constructors
PostAxTransactionRequest()
Declaration
public PostAxTransactionRequest()
Properties
GeneralLedgerCompanyNumber
Declaration
public string GeneralLedgerCompanyNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
HighDate
Declaration
public DateTime HighDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LowDate
Declaration
public DateTime LowDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TransactionType
Declaration
public int TransactionType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|