Sage Intacct SDK for .NET
Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction Class Reference
Inheritance diagram for Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.InventoryControl.InventoryTransactionCreate Intacct.SDK.Functions.InventoryControl.InventoryTransactionDelete

Data Fields

string DocumentId
 
string TransactionDefinition
 
DateTime? TransactionDate
 
string CreatedFrom
 
string DocumentNumber
 
string ReferenceNumber
 
string Message
 
string ExternalId
 
string BaseCurrency
 
string State
 
List< AbstractTransactionSubtotalSubtotals = new List<AbstractTransactionSubtotal>()
 
List< AbstractInventoryTransactionLineLines = new List<AbstractInventoryTransactionLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractInventoryTransaction()

Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.AbstractInventoryTransaction ( string  controlId = null)
inlineprotected

Field Documentation

◆ BaseCurrency

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.BaseCurrency

◆ CreatedFrom

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.CreatedFrom

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.CustomFields = new Dictionary<string, dynamic>()

◆ DocumentId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.DocumentId

◆ DocumentNumber

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.DocumentNumber

◆ ExternalId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.ExternalId

◆ Lines

List<AbstractInventoryTransactionLine> Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.Lines = new List<AbstractInventoryTransactionLine>()

◆ Message

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.Message

◆ ReferenceNumber

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.ReferenceNumber

◆ State

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.State

◆ Subtotals

List<AbstractTransactionSubtotal> Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.Subtotals = new List<AbstractTransactionSubtotal>()

◆ TransactionDate

DateTime? Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.TransactionDate

◆ TransactionDefinition

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransaction.TransactionDefinition