Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.AccountsReceivable.ArAdvanceCreate Intacct.SDK.Functions.AccountsReceivable.ArAdvanceUpdate

Data Fields

int? RecordNo
 
string CustomerId
 
string PaymentMethod
 
DateTime? PaymentDate
 
DateTime? ReceiptDate
 
string FinancialEntity
 
string UndepositedAccountNo
 
string PrBatch
 
string DocNumber
 
string Description
 
string Currency
 
string BaseCurrency
 
DateTime? ExchangeRateDate
 
string ExchangeRateTypeId
 
decimal? ExchangeRate
 
string AttachmentId
 
string Action
 
List< AbstractArAdvanceLineLines = new List<AbstractArAdvanceLine>()
 

Protected Member Functions

 AbstractArAdvance (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
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)
 
- 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

◆ AbstractArAdvance()

Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.AbstractArAdvance ( string  controlId = null)
inlineprotected

Field Documentation

◆ Action

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.Action

◆ AttachmentId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.AttachmentId

◆ BaseCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.BaseCurrency

◆ Currency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.Currency

◆ CustomerId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.CustomerId

◆ Description

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.Description

◆ DocNumber

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.DocNumber

◆ ExchangeRate

decimal? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.ExchangeRate

◆ ExchangeRateDate

DateTime? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.ExchangeRateDate

◆ ExchangeRateTypeId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.ExchangeRateTypeId

◆ FinancialEntity

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.FinancialEntity

◆ Lines

List<AbstractArAdvanceLine> Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.Lines = new List<AbstractArAdvanceLine>()

◆ PaymentDate

DateTime? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.PaymentDate

◆ PaymentMethod

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.PaymentMethod

◆ PrBatch

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.PrBatch

◆ ReceiptDate

DateTime? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.ReceiptDate

◆ RecordNo

int? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.RecordNo

◆ UndepositedAccountNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdvance.UndepositedAccountNo