Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.EmployeeExpenses.ReimbursementRequestCreate

Data Fields

int? RecordNo
 
string PaymentMethod
 
string BankAccountId
 
string EmployeeId
 
string MergeOption
 
DateTime PaymentDate
 
string DocumentNo
 
string Memo
 
string NotificationContactName
 
List< ReimbursementRequestItemApplyToTransactions = new List<ReimbursementRequestItem>()
 

Protected Member Functions

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

◆ AbstractReimbursementRequest()

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

Field Documentation

◆ ApplyToTransactions

List<ReimbursementRequestItem> Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.ApplyToTransactions = new List<ReimbursementRequestItem>()

◆ BankAccountId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.BankAccountId

◆ DocumentNo

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.DocumentNo

◆ EmployeeId

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.EmployeeId

◆ Memo

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.Memo

◆ MergeOption

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.MergeOption

◆ NotificationContactName

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.NotificationContactName

◆ PaymentDate

DateTime Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.PaymentDate

◆ PaymentMethod

string Intacct.SDK.Functions.EmployeeExpenses.AbstractReimbursementRequest.PaymentMethod

◆ RecordNo

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