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

Public Member Functions

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

Data Fields

int? SourceLineRecordNo
 
- Data Fields inherited from Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine
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>()
 

Additional Inherited Members

- Protected Member Functions inherited from Intacct.SDK.Functions.InventoryControl.AbstractInventoryTransactionLine
 AbstractInventoryTransactionLine ()
 

Constructor & Destructor Documentation

◆ InventoryTransactionLineCreate()

Intacct.SDK.Functions.InventoryControl.InventoryTransactionLineCreate.InventoryTransactionLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.InventoryControl.InventoryTransactionLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

Field Documentation

◆ SourceLineRecordNo

int? Intacct.SDK.Functions.InventoryControl.InventoryTransactionLineCreate.SourceLineRecordNo