Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.AccountsReceivable.ArPaymentApply Intacct.SDK.Functions.AccountsReceivable.ArPaymentCreate Intacct.SDK.Functions.AccountsReceivable.ArPaymentReverse

Data Fields

int? RecordNo
 
string PaymentMethod
 
int? SummaryRecordNo
 
string BankAccountId
 
string UndepositedFundsGlAccountNo
 
string TransactionCurrency
 
string BaseCurrency
 
string CustomerId
 
DateTime? ReceivedDate
 
decimal? TransactionPaymentAmount
 
decimal? BasePaymentAmount
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
string CreditCardType
 
string AuthorizationCode
 
string OverpaymentLocationId
 
string OverpaymentDepartmentId
 
string ReferenceNumber
 
List< ArPaymentItemApplyToTransactions = new List<ArPaymentItem>()
 

Protected Member Functions

 AbstractArPayment (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

◆ AbstractArPayment()

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

Field Documentation

◆ ApplyToTransactions

List<ArPaymentItem> Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.ApplyToTransactions = new List<ArPaymentItem>()

◆ AuthorizationCode

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.AuthorizationCode

◆ BankAccountId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.BankAccountId

◆ BaseCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.BaseCurrency

◆ BasePaymentAmount

decimal? Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.BasePaymentAmount

◆ CreditCardType

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.CreditCardType

◆ CustomerId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.CustomerId

◆ ExchangeRateDate

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

◆ ExchangeRateType

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.ExchangeRateType

◆ ExchangeRateValue

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

◆ OverpaymentDepartmentId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.OverpaymentDepartmentId

◆ OverpaymentLocationId

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.OverpaymentLocationId

◆ PaymentMethod

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.PaymentMethod

◆ ReceivedDate

DateTime? Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.ReceivedDate

◆ RecordNo

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

◆ ReferenceNumber

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.ReferenceNumber

◆ SummaryRecordNo

int? Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.SummaryRecordNo

◆ TransactionCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.TransactionCurrency

◆ TransactionPaymentAmount

decimal? Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.TransactionPaymentAmount

◆ UndepositedFundsGlAccountNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractArPayment.UndepositedFundsGlAccountNo