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

Data Fields

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>()
 

Protected Member Functions

 AbstractJournalEntryLine ()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
 AbstractGlEntry ()
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
abstract void WriteXml (ref IaXmlWriter xml)
 
void WriteXml (ref IaXmlWriter xml)
 
- Static Public Attributes inherited from Intacct.SDK.Functions.GeneralLedger.AbstractGlEntry
const string CustomAllocationId = "Custom"
 

Constructor & Destructor Documentation

◆ AbstractJournalEntryLine()

Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.AbstractJournalEntryLine ( )
inlineprotected

Field Documentation

◆ ExchangeRateDate

DateTime? Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.ExchangeRateDate

◆ ExchangeRateType

string Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.ExchangeRateType

◆ ExchangeRateValue

decimal? Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.ExchangeRateValue

◆ GlAccountNumber

string Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.GlAccountNumber

◆ TransactionAmount

decimal? Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.TransactionAmount

◆ TransactionCurrency

string Intacct.SDK.Functions.GeneralLedger.AbstractJournalEntryLine.TransactionCurrency