Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportLineCreate:
Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReportLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ExpenseReportLineCreate ()
 
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.AbstractExpenseReportLine
string ExpenseType
 
string GlAccountNumber
 
decimal? ReimbursementAmount
 
string PaymentTypeName
 
bool? Form1099
 
string PaidTo
 
string PaidFor
 
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
 
string TaskId
 
string CostTypeId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReportLine
 AbstractExpenseReportLine ()
 

Constructor & Destructor Documentation

◆ ExpenseReportLineCreate()

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

Member Function Documentation

◆ WriteXml()

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