Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportCreate Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportDelete Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportReverse

Data Fields

int? RecordNo
 
DateTime? TransactionDate
 
string EmployeeId
 
string ExpenseReportNumber
 
DateTime? GlPostingDate
 
int? SummaryRecordNo
 
string ExternalId
 
string Action
 
string BaseCurrency
 
string ReimbursementCurrency
 
string AttachmentsId
 
string ReasonForExpense
 
string Memo
 
List< AbstractExpenseReportLineLines = new List<AbstractExpenseReportLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

 AbstractExpenseReport (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ AbstractExpenseReport()

Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.AbstractExpenseReport ( string  controlId = null)
inlineprotected

Field Documentation

◆ Action

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.Action

◆ AttachmentsId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.AttachmentsId

◆ BaseCurrency

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.BaseCurrency

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.CustomFields = new Dictionary<string, dynamic>()

◆ EmployeeId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.EmployeeId

◆ ExpenseReportNumber

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.ExpenseReportNumber

◆ ExternalId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.ExternalId

◆ GlPostingDate

DateTime? Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.GlPostingDate

◆ Lines

List<AbstractExpenseReportLine> Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.Lines = new List<AbstractExpenseReportLine>()

◆ Memo

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.Memo

◆ ReasonForExpense

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.ReasonForExpense

◆ RecordNo

int? Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.RecordNo

◆ ReimbursementCurrency

string Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.ReimbursementCurrency

◆ SummaryRecordNo

int? Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.SummaryRecordNo

◆ TransactionDate

DateTime? Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport.TransactionDate