Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsPayable.ApPaymentVoid Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsPayable.ApPaymentVoid:
Intacct.SDK.Functions.AccountsPayable.AbstractApPaymentFunction Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ApPaymentVoid (int recordNo, string controlId=null)
 
- Public Member Functions inherited from Intacct.SDK.Functions.AccountsPayable.AbstractApPaymentFunction
override 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...
 
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)
 

Protected Member Functions

override string GetFunction ()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AccountsPayable.AbstractApPaymentFunction
 AbstractApPaymentFunction (int recordNo, string controlId=null)
 
abstract string GetFunction ()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Static Public Attributes inherited from Intacct.SDK.Functions.AccountsPayable.AbstractApPaymentFunction
const string Delete = "delete"
 
const string Decline = "decline_appaymentrequest"
 
const string Confirm = "confirm_appaymentrequest"
 
const string Approve = "approve_appaymentrequest"
 
const string Send = "send_appaymentrequest"
 
const string Void = "void_appaymentrequest"
 
- 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

◆ ApPaymentVoid()

Intacct.SDK.Functions.AccountsPayable.ApPaymentVoid.ApPaymentVoid ( int  recordNo,
string  controlId = null 
)
inline

Member Function Documentation

◆ GetFunction()

override string Intacct.SDK.Functions.AccountsPayable.ApPaymentVoid.GetFunction ( )
inlineprotectedvirtual