Sage Intacct SDK for .NET
Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionCreate:
Intacct.SDK.Functions.OrderEntry.AbstractRecurringOrderEntryTransaction Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 RecurringOrderEntryTransactionCreate (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.OrderEntry.AbstractRecurringOrderEntryTransaction
string DocumentId
 
string TransactionDefinition
 
string CustomerId
 
string ReferenceNumber
 
string PaymentTerm
 
string Message
 
string ContractId
 
string ContractDescription
 
string CustomerPoNumber
 
string ShippingMethod
 
string ShipToContactName
 
string BillToContactName
 
string ExternalId
 
string BaseCurrency
 
string TransactionCurrency
 
string ExchangeRateType
 
string TaxSolutionId
 
string PayMethod
 
bool? IsPayInFull
 
decimal? PaymentAmount
 
string CreditCardType
 
int? CustomerCreditCardKey
 
int? CustomerBankAccountKey
 
string AccountType
 
string BankAccountId
 
string GlAccountKey
 
DateTime? StartDate
 
int? NumberOfOccurrences
 
DateTime? EndDate
 
string RepeatMode
 
int? RepeatInterval
 
bool? IsEndOfMonth
 
string Status
 
string DocStatus
 
List< AbstractTransactionSubtotalSubtotals = new List<AbstractTransactionSubtotal>()
 
List< AbstractRecurringOrderEntryTransactionLineLines = new List<AbstractRecurringOrderEntryTransactionLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.OrderEntry.AbstractRecurringOrderEntryTransaction
 AbstractRecurringOrderEntryTransaction (string controlId=null)
 
- 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

◆ RecurringOrderEntryTransactionCreate()

Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionCreate.RecurringOrderEntryTransactionCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.OrderEntry.RecurringOrderEntryTransactionCreate.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.