Sage Intacct SDK for .NET
Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryLineCreate:
Intacct.SDK.Functions.GeneralLedger.AbstractStatisticalJournalEntryLine Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry Intacct.SDK.Xml.IXmlObject

Public Member Functions

 StatisticalJournalEntryLineCreate ()
 
override void WriteXml (ref IaXmlWriter xml)
 
abstract void WriteXml (ref IaXmlWriter xml)
 
void WriteXml (ref IaXmlWriter xml)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.GeneralLedger.AbstractStatisticalJournalEntryLine
string StatAccountNumber
 
decimal? Amount
 
- Data Fields inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
string DocumentNumber
 
string AllocationId
 
string Memo
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string TaskId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ItemId
 
string ClassId
 
string ContractId
 
string WarehouseId
 
List< CustomAllocationSplitCustomAllocationSplits = new List<CustomAllocationSplit>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Static Public Attributes inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
const string CustomAllocationId = "Custom"
 
- Protected Member Functions inherited from Intacct.SDK.Functions.GeneralLedger.AbstractStatisticalJournalEntryLine
 AbstractStatisticalJournalEntryLine ()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
 AbstractGlEntry ()
 

Constructor & Destructor Documentation

◆ StatisticalJournalEntryLineCreate()

Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryLineCreate.StatisticalJournalEntryLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.GeneralLedger.StatisticalJournalEntryLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual