Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.AccountsReceivable.ArAdjustmentCreate Intacct.SDK.Functions.AccountsReceivable.ArAdjustmentDelete

Data Fields

int? RecordNo
 
string CustomerId
 
DateTime TransactionDate
 
DateTime? GlPostingDate
 
string Action
 
string SummaryRecordNo
 
string InvoiceNumber
 
string Description
 
string ExternalId
 
string BaseCurrency
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
bool? DoNotPostToGl
 
string AdjustmentNumber
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
List< AbstractArAdjustmentLineLines = new List<AbstractArAdjustmentLine>()
 

Protected Member Functions

 AbstractArAdjustment (string controlId=null)
 
void WriteXmlMultiCurrencySection (ref IaXmlWriter xml)
 
- 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

◆ AbstractArAdjustment()

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

Member Function Documentation

◆ WriteXmlMultiCurrencySection()

void Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.WriteXmlMultiCurrencySection ( ref IaXmlWriter  xml)
inlineprotected

Field Documentation

◆ Action

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.Action

◆ AdjustmentNumber

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.AdjustmentNumber

◆ BaseCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.BaseCurrency

◆ CustomerId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.CustomerId

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.CustomFields = new Dictionary<string, dynamic>()

◆ Description

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.Description

◆ DoNotPostToGl

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.DoNotPostToGl

◆ ExchangeRateDate

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

◆ ExchangeRateType

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.ExchangeRateType

◆ ExchangeRateValue

decimal? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.ExchangeRateValue

◆ ExternalId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.ExternalId

◆ GlPostingDate

DateTime? Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.GlPostingDate

◆ InvoiceNumber

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.InvoiceNumber

◆ Lines

List<AbstractArAdjustmentLine> Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.Lines = new List<AbstractArAdjustmentLine>()

◆ RecordNo

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

◆ SummaryRecordNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.SummaryRecordNo

◆ TransactionCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.TransactionCurrency

◆ TransactionDate

DateTime Intacct.SDK.Functions.AccountsReceivable.AbstractArAdjustment.TransactionDate