Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsPayable.ApAdjustmentLineCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsPayable.ApAdjustmentLineCreate:
Intacct.SDK.Functions.AccountsPayable.AbstractApAdjustmentLine Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ApAdjustmentLineCreate ()
 
override void WriteXml (ref IaXmlWriter xml)
 
abstract void WriteXml (ref IaXmlWriter xml)
 
void WriteXml (ref IaXmlWriter xml)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.AccountsPayable.AbstractApAdjustmentLine
string AccountLabel
 
string GlAccountNumber
 
string OffsetGlAccountNumber
 
decimal TransactionAmount
 
string AllocationId
 
string Memo
 
string Key
 
decimal? TotalPaid
 
decimal? TotalDue
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string CustomerId
 
string VendorId
 
string EmployeeId
 
string ItemId
 
string ClassId
 
string ContractId
 
string WarehouseId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AccountsPayable.AbstractApAdjustmentLine
 AbstractApAdjustmentLine ()
 

Constructor & Destructor Documentation

◆ ApAdjustmentLineCreate()

Intacct.SDK.Functions.AccountsPayable.ApAdjustmentLineCreate.ApAdjustmentLineCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.AccountsPayable.ApAdjustmentLineCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual