Sage Intacct SDK for .NET
Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine Class Referenceabstract
Inheritance diagram for Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine:
Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.InventoryControl.InventoryTransactionLineCreate

Public Member Functions

abstract void WriteXml (ref IaXmlWriter xml)
 
void WriteXml (ref IaXmlWriter xml)
 

Data Fields

string ItemId
 
string ItemDescription
 
string WarehouseId
 
decimal? Quantity
 
string Unit
 
decimal? Cost
 
List< AbstractTransactionItemDetailItemDetails = new List<AbstractTransactionItemDetail>()
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ClassId
 
string ContractId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

 AbstractInventoryTransactionLine ()
 

Constructor & Destructor Documentation

◆ AbstractInventoryTransactionLine()

Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.AbstractInventoryTransactionLine ( )
inlineprotected

Member Function Documentation

◆ WriteXml()

abstract void Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.WriteXml ( ref IaXmlWriter  xml)
pure virtual

Field Documentation

◆ ClassId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ClassId

◆ ContractId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ContractId

◆ Cost

decimal? Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.Cost

◆ CustomerId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.CustomerId

◆ CustomFields

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

◆ DepartmentId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.DepartmentId

◆ EmployeeId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.EmployeeId

◆ ItemDescription

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ItemDescription

◆ ItemDetails

List<AbstractTransactionItemDetail> Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ItemDetails = new List<AbstractTransactionItemDetail>()

◆ ItemId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ItemId

◆ LocationId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.LocationId

◆ ProjectId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.ProjectId

◆ Quantity

decimal? Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.Quantity

◆ Unit

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.Unit

◆ VendorId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.VendorId

◆ WarehouseId

string Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine.WarehouseId