Class DeleteAxTransactionRequest
Represents the DeleteAxTransactionRequest service request.
Inheritance
System.Object
DeleteAxTransactionRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteAxTransactionRequest : ServiceRequest
Constructors
DeleteAxTransactionRequest()
Declaration
public DeleteAxTransactionRequest()
Properties
GeneralLedgerCompanyNumber
Declaration
public string GeneralLedgerCompanyNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|