Class PostGLReleaseBatchAxTransactionRequest
Represents the PostGLReleaseBatchAxTransactionRequest service request.
Inheritance
System.Object
PostGLReleaseBatchAxTransactionRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostGLReleaseBatchAxTransactionRequest : ServiceRequest
Constructors
PostGLReleaseBatchAxTransactionRequest()
Declaration
public PostGLReleaseBatchAxTransactionRequest()
Properties
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionTypeIdXml
Declaration
public string TransactionTypeIdXml { get; set; }
Property Value
Type |
Description |
System.String |
|