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

Public Member Functions

 JournalEntryLineCreate ()
 
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.AbstractJournalEntryLine
string GlAccountNumber
 
decimal? TransactionAmount
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
- 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.AbstractJournalEntryLine
 AbstractJournalEntryLine ()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
 AbstractGlEntry ()
 

Constructor & Destructor Documentation

◆ JournalEntryLineCreate()

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

Member Function Documentation

◆ WriteXml()

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