Sage Intacct SDK for .NET
Intacct.SDK.Functions.OrderEntry.OrderEntryTransactionLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.OrderEntry.OrderEntryTransactionLineCreate:
Intacct.SDK.Functions.OrderEntry.AbstractOrderEntryTransactionLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

 OrderEntryTransactionLineCreate ()
 
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.OrderEntry.AbstractOrderEntryTransactionLine
string BundleNumber
 
string ItemId
 
string ItemDescription
 
bool? Taxable
 
string WarehouseId
 
decimal? Quantity
 
string Unit
 
string LineLevelSimpleTaxType
 
decimal? DiscountPercent
 
decimal? Price
 
string DiscountSurchargeMemo
 
string Memo
 
string RevRecTemplate
 
DateTime? RevRecStartDate
 
DateTime? RevRecEndDate
 
string RenewalMacro
 
string FulfillmentStatus
 
string TaskNumber
 
string BillingTemplate
 
bool? DropShip
 
string LineShipToContactName
 
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.OrderEntry.AbstractOrderEntryTransactionLine
 AbstractOrderEntryTransactionLine ()
 

Constructor & Destructor Documentation

◆ OrderEntryTransactionLineCreate()

Intacct.SDK.Functions.OrderEntry.OrderEntryTransactionLineCreate.OrderEntryTransactionLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.OrderEntry.OrderEntryTransactionLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

Field Documentation

◆ SourceLineRecordNo

int? Intacct.SDK.Functions.OrderEntry.OrderEntryTransactionLineCreate.SourceLineRecordNo