|
Sage Intacct SDK for PHP
|
Protected Member Functions | |
| getFunction () | |
| getFunction () | |
Additional Inherited Members | |
Public Member Functions inherited from AbstractApPaymentFunction | |
| __construct (int $recordNo, 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) | |
Data Fields inherited from AbstractApPaymentFunction | |
| const | DELETE = 'delete' |
| const | DECLINE = 'decline_appaymentrequest' |
| const | CONFIRM = 'confirm_appaymentrequest' |
| const | APPROVE = 'approve_appaymentrequest' |
| const | SEND = 'send_appaymentrequest' |
| const | VOID = 'void_appaymentrequest' |
Protected Attributes inherited from AbstractApPaymentFunction | |
| $recordNo | |
Protected Attributes inherited from AbstractFunction | |
| $controlId = '' | |
|
protected |
Reimplemented from AbstractApPaymentFunction.