Sage Intacct SDK for .NET
Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt Class Reference
Inheritance diagram for Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.CashManagement.OtherReceiptCreate

Data Fields

DateTime ReceiptDate
 
string Payer
 
string PaymentMethod
 
DateTime TransactionDate
 
string TransactionNo
 
string Description
 
string AttachmentsId
 
string BankAccountId
 
DateTime? DepositDate
 
string UndepositedFundsGlAccountNo
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
List< AbstractOtherReceiptLineLines = new List<AbstractOtherReceiptLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractOtherReceipt()

Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.AbstractOtherReceipt ( string  controlId = null)
inlineprotected

Field Documentation

◆ AttachmentsId

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.AttachmentsId

◆ BankAccountId

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.BankAccountId

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.CustomFields = new Dictionary<string, dynamic>()

◆ DepositDate

DateTime? Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.DepositDate

◆ Description

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.Description

◆ ExchangeRateDate

DateTime? Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.ExchangeRateDate

◆ ExchangeRateType

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.ExchangeRateType

◆ ExchangeRateValue

decimal? Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.ExchangeRateValue

◆ Lines

List<AbstractOtherReceiptLine> Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.Lines = new List<AbstractOtherReceiptLine>()

◆ Payer

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.Payer

◆ PaymentMethod

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.PaymentMethod

◆ ReceiptDate

DateTime Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.ReceiptDate

◆ TransactionCurrency

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.TransactionCurrency

◆ TransactionDate

DateTime Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.TransactionDate

◆ TransactionNo

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.TransactionNo

◆ UndepositedFundsGlAccountNo

string Intacct.SDK.Functions.CashManagement.AbstractOtherReceipt.UndepositedFundsGlAccountNo