Sage Intacct SDK for .NET
Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch Class Reference
Inheritance diagram for Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntry Intacct.SDK.Functions.GeneralLedger.AbstractStatisticalJournalEntry Intacct.SDK.Functions.GeneralLedger.JournalEntryCreate Intacct.SDK.Functions.GeneralLedger.JournalEntryDelete Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryCreate Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryDelete

Data Fields

int? RecordNo
 
string JournalSymbol
 
DateTime? PostingDate
 
DateTime? ReverseDate
 
string Description
 
string HistoryComment
 
string ReferenceNumber
 
string AttachmentsId
 
string Action
 
List< AbstractGlEntryLines = new List<AbstractGlEntry>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

 AbstractGlBatch (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ AbstractGlBatch()

Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.AbstractGlBatch ( string  controlId = null)
inlineprotected

Field Documentation

◆ Action

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.Action

◆ AttachmentsId

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.AttachmentsId

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.CustomFields = new Dictionary<string, dynamic>()

◆ Description

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.Description

◆ HistoryComment

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.HistoryComment

◆ JournalSymbol

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.JournalSymbol

◆ Lines

List<AbstractGlEntry> Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.Lines = new List<AbstractGlEntry>()

◆ PostingDate

DateTime? Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.PostingDate

◆ RecordNo

int? Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.RecordNo

◆ ReferenceNumber

string Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.ReferenceNumber

◆ ReverseDate

DateTime? Intacct.SDK.Functions.GeneralLedger.AbstractGlBatch.ReverseDate