Sage Intacct SDK for .NET
Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionLineCreate:
Intacct.SDK.Functions.OrderEntry.AbstractRecurringOrderEntryTransactionLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

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

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.OrderEntry.AbstractRecurringOrderEntryTransactionLine
string ItemId
 
string ItemAliasId
 
string ItemDescription
 
bool? IsTaxable
 
string WarehouseId
 
decimal? Quantity
 
string Unit
 
decimal? Price
 
string DiscountSurchargeMemo
 
string LocationId
 
string DepartmentId
 
string Memo
 
string RevRecTemplate
 
DateTime? RevRecStartDate
 
DateTime? RevRecEndDate
 
string Status
 
string ProjectId
 
string TaskId
 
string CostTypeId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ClassId
 
string ContractId
 
string LineShipToContactName
 
List< AbstractTransactionItemDetailItemDetails = new List<AbstractTransactionItemDetail>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.OrderEntry.AbstractRecurringOrderEntryTransactionLine
 AbstractRecurringOrderEntryTransactionLine ()
 

Constructor & Destructor Documentation

◆ RecurringOrderEntryTransactionLineCreate()

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

Member Function Documentation

◆ WriteXml()

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