Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.InvoiceCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.InvoiceCreate:
Intacct.SDK.Functions.AccountsReceivable.AbstractInvoice Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 InvoiceCreate (string controlId=null)
 
override void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.AccountsReceivable.AbstractInvoice
int? RecordNo
 
string CustomerId
 
DateTime? TransactionDate
 
DateTime? GlPostingDate
 
string Action
 
int? SummaryRecordNo
 
string InvoiceNumber
 
string Description
 
string ExternalId
 
string BaseCurrency
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
bool? DoNotPostToGl
 
DateTime? DueDate
 
string PaymentTerm
 
string ReferenceNumber
 
bool? OnHold
 
string BillToContactName
 
string ShipToContactName
 
string AttachmentsId
 
string TaxSolutionId
 
List< AbstractInvoiceLineLines = new List<AbstractInvoiceLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AccountsReceivable.AbstractInvoice
 AbstractInvoice (string controlId=null)
 
void WriteXmlMultiCurrencySection (ref IaXmlWriter xml)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ InvoiceCreate()

Intacct.SDK.Functions.AccountsReceivable.InvoiceCreate.InvoiceCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

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

This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.