Sage Intacct SDK for PHP
ApPaymentCreate Class Reference
Inheritance diagram for ApPaymentCreate:
AbstractFunction FunctionInterface

Public Member Functions

 __construct (ApPaymentInfo $apPaymentInfo, string $controlId)
 
 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Additional Inherited Members

- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new accounts payable payment request record

Constructor & Destructor Documentation

◆ __construct()

__construct ( ApPaymentInfo  $apPaymentInfo,
string  $controlId 
)

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.