Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsPayable.AbstractBill Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsPayable.AbstractBill:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.AccountsPayable.BillCreate Intacct.SDK.Functions.AccountsPayable.BillDelete Intacct.SDK.Functions.AccountsPayable.BillReverse Intacct.SDK.Functions.AccountsPayable.BillUpdate

Data Fields

int? RecordNo
 
string VendorId
 
DateTime? TransactionDate
 
DateTime? GlPostingDate
 
string Action
 
int? SummaryRecordNo
 
string BillNumber
 
string Description
 
string ExternalId
 
string BaseCurrency
 
string TransactionCurrency
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string ExchangeRateType
 
bool? DoNotPostToGL
 
DateTime? DueDate
 
string PaymentTerm
 
string ReferenceNumber
 
bool? OnHold
 
string PayToContactName
 
string ReturnToContactName
 
string AttachmentsId
 
List< AbstractBillLineLines = new List<AbstractBillLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractBill()

Intacct.SDK.Functions.AccountsPayable.AbstractBill.AbstractBill ( string  controlId = null)
inlineprotected

Member Function Documentation

◆ WriteXmlMultiCurrencySection()

void Intacct.SDK.Functions.AccountsPayable.AbstractBill.WriteXmlMultiCurrencySection ( ref IaXmlWriter  xml)
inlineprotected

Field Documentation

◆ Action

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.Action

◆ AttachmentsId

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.AttachmentsId

◆ BaseCurrency

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.BaseCurrency

◆ BillNumber

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.BillNumber

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.AccountsPayable.AbstractBill.CustomFields = new Dictionary<string, dynamic>()

◆ Description

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.Description

◆ DoNotPostToGL

bool? Intacct.SDK.Functions.AccountsPayable.AbstractBill.DoNotPostToGL

◆ DueDate

DateTime? Intacct.SDK.Functions.AccountsPayable.AbstractBill.DueDate

◆ ExchangeRateDate

DateTime? Intacct.SDK.Functions.AccountsPayable.AbstractBill.ExchangeRateDate

◆ ExchangeRateType

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.ExchangeRateType

◆ ExchangeRateValue

decimal? Intacct.SDK.Functions.AccountsPayable.AbstractBill.ExchangeRateValue

◆ ExternalId

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.ExternalId

◆ GlPostingDate

DateTime? Intacct.SDK.Functions.AccountsPayable.AbstractBill.GlPostingDate

◆ Lines

List<AbstractBillLine> Intacct.SDK.Functions.AccountsPayable.AbstractBill.Lines = new List<AbstractBillLine>()

◆ OnHold

bool? Intacct.SDK.Functions.AccountsPayable.AbstractBill.OnHold

◆ PaymentTerm

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.PaymentTerm

◆ PayToContactName

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.PayToContactName

◆ RecordNo

int? Intacct.SDK.Functions.AccountsPayable.AbstractBill.RecordNo

◆ ReferenceNumber

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.ReferenceNumber

◆ ReturnToContactName

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.ReturnToContactName

◆ SummaryRecordNo

int? Intacct.SDK.Functions.AccountsPayable.AbstractBill.SummaryRecordNo

◆ TransactionCurrency

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.TransactionCurrency

◆ TransactionDate

DateTime? Intacct.SDK.Functions.AccountsPayable.AbstractBill.TransactionDate

◆ VendorId

string Intacct.SDK.Functions.AccountsPayable.AbstractBill.VendorId