Class UpdateRevenueLedgerAxBatchNumberRequest
Represents the request for the UpdateGlPostingFlag method.
Inheritance
System.Object
UpdateRevenueLedgerAxBatchNumberRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateRevenueLedgerAxBatchNumberRequest : ServiceRequest
Constructors
UpdateRevenueLedgerAxBatchNumberRequest()
Declaration
public UpdateRevenueLedgerAxBatchNumberRequest()
Properties
AxBatchNo
Declaration
public string AxBatchNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPosted
This is boolean flag for updating AxGLBatchNo .
Database Information:
- Table nameSaRevenueDetail
- Column nameGLStatusFlag
Declaration
public bool IsPosted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RevenueDetailIdList
The List of Revenue Detail Ids based on which the AxGLBatchNo will be updated.
Database Information:
- Table nameSaRevenueDetail
- Column nameSaRevenueDetailId
Declaration
public List<int> RevenueDetailIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |