Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.InvoiceLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.InvoiceLineCreate:
Intacct.SDK.Functions.AccountsReceivable.AbstractInvoiceLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

 InvoiceLineCreate ()
 
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.AccountsReceivable.AbstractInvoiceLine
string AccountLabel
 
string GlAccountNumber
 
string OffsetGlAccountNumber
 
decimal? TransactionAmount
 
string AllocationId
 
string Memo
 
int? Key
 
decimal? TotalPaid
 
decimal? TotalDue
 
string RevRecTemplateId
 
string DeferredRevGlAccountNo
 
DateTime? RevRecStartDate
 
DateTime? RevRecEndDate
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ItemId
 
string ClassId
 
string ContractId
 
string WarehouseId
 
List< AbstractInvoiceLineTaxEntriesTaxentry = new List<AbstractInvoiceLineTaxEntries>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AccountsReceivable.AbstractInvoiceLine
 AbstractInvoiceLine ()
 

Constructor & Destructor Documentation

◆ InvoiceLineCreate()

Intacct.SDK.Functions.AccountsReceivable.InvoiceLineCreate.InvoiceLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.AccountsReceivable.InvoiceLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual