Sage Intacct SDK for .NET
Intacct.SDK.Functions.Purchasing.PurchasingTransactionApprove Class Reference
Inheritance diagram for Intacct.SDK.Functions.Purchasing.PurchasingTransactionApprove:
Intacct.SDK.Functions.Purchasing.AbstractPurchasingTransaction Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 PurchasingTransactionApprove (string controlId=null)
 
override 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...
 
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)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.Purchasing.AbstractPurchasingTransaction
string DocumentId
 
string TransactionDefinition
 
DateTime? TransactionDate
 
DateTime? GlPostingDate
 
string CreatedFrom
 
string VendorId
 
string VendorDocNumber
 
string DocumentNumber
 
DateTime? OriginalDocumentDate
 
string ReferenceNumber
 
string PaymentTerm
 
DateTime? DueDate
 
string Message
 
string ShippingMethod
 
string ReturnToContactName
 
string PayToContactName
 
string DeliverToContactName
 
string AttachmentsId
 
string ExternalId
 
string BaseCurrency
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
string VsoePriceList
 
string State
 
string ProjectId
 
string Comment
 
List< AbstractTransactionSubtotalSubtotals = new List<AbstractTransactionSubtotal>()
 
List< AbstractPurchasingTransactionLineLines = new List<AbstractPurchasingTransactionLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.Purchasing.AbstractPurchasingTransaction
 AbstractPurchasingTransaction (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 
- 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

◆ PurchasingTransactionApprove()

Intacct.SDK.Functions.Purchasing.PurchasingTransactionApprove.PurchasingTransactionApprove ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Purchasing.PurchasingTransactionApprove.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

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.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.