Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.ExpenseAdjustmentLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.ExpenseAdjustmentLineCreate:
Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseAdjustmentLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ExpenseAdjustmentLineCreate ()
 
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.EmployeeExpenses.AbstractExpenseAdjustmentLine
string ExpenseType
 
string GlAccountNumber
 
decimal? ReimbursementAmount
 
string PaymentTypeName
 
bool? Form1099
 
string Memo
 
DateTime? ExpenseDate
 
decimal? Quantity
 
decimal? UnitRate
 
string TransactionCurrency
 
decimal? TransactionAmount
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
bool? Billable
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ItemId
 
string ClassId
 
string ContractId
 
string WarehouseId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseAdjustmentLine
 AbstractExpenseAdjustmentLine ()
 

Constructor & Destructor Documentation

◆ ExpenseAdjustmentLineCreate()

Intacct.SDK.Functions.EmployeeExpenses.ExpenseAdjustmentLineCreate.ExpenseAdjustmentLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.EmployeeExpenses.ExpenseAdjustmentLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual