Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.EmployeeExpenses.EmployeeCreate Intacct.SDK.Functions.EmployeeExpenses.EmployeeDelete Intacct.SDK.Functions.EmployeeExpenses.EmployeeUpdate

Data Fields

string EmployeeId
 
string ContactName
 
DateTime? StartDate
 
string Title
 
string Ssn
 
string EmployeeType
 
bool? Active
 
bool? PlaceholderResource
 
DateTime? BirthDate
 
DateTime? EndDate
 
string TerminationType
 
string ManagerEmployeeId
 
string Gender
 
string DepartmentId
 
string LocationId
 
string ClassId
 
string DefaultCurrency
 
string EarningTypeName
 
bool? PostActualCost
 
string Form1099Name
 
string Form1099Type
 
string Form1099Box
 
string AttachmentFolderName
 
string PreferredPaymentMethod
 
string SendAutomaticPaymentNotification
 
bool? MergePaymentRequests
 
bool? AchEnabled
 
string AchBankRoutingNo
 
string AchBankAccountNo
 
string AchBankAccountType
 
string AchBankAccountClass
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractEmployee()

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

Field Documentation

◆ AchBankAccountClass

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AchBankAccountClass

◆ AchBankAccountNo

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AchBankAccountNo

◆ AchBankAccountType

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AchBankAccountType

◆ AchBankRoutingNo

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AchBankRoutingNo

◆ AchEnabled

bool? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AchEnabled

◆ Active

bool? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Active

◆ AttachmentFolderName

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.AttachmentFolderName

◆ BirthDate

DateTime? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.BirthDate

◆ ClassId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.ClassId

◆ ContactName

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.ContactName

◆ CustomFields

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

◆ DefaultCurrency

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.DefaultCurrency

◆ DepartmentId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.DepartmentId

◆ EarningTypeName

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.EarningTypeName

◆ EmployeeId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.EmployeeId

◆ EmployeeType

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.EmployeeType

◆ EndDate

DateTime? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.EndDate

◆ Form1099Box

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Form1099Box

◆ Form1099Name

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Form1099Name

◆ Form1099Type

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Form1099Type

◆ Gender

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Gender

◆ LocationId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.LocationId

◆ ManagerEmployeeId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.ManagerEmployeeId

◆ MergePaymentRequests

bool? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.MergePaymentRequests

◆ PlaceholderResource

bool? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.PlaceholderResource

◆ PostActualCost

bool? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.PostActualCost

◆ PreferredPaymentMethod

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.PreferredPaymentMethod

◆ SendAutomaticPaymentNotification

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.SendAutomaticPaymentNotification

◆ Ssn

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Ssn

◆ StartDate

DateTime? Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.StartDate

◆ TerminationType

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.TerminationType

◆ Title

string Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee.Title