Sage Intacct SDK for PHP
|
Public Member Functions | |
__construct (int $recordNo, string $controlId) | |
writeXml (XMLWriter &$xml) | |
![]() | |
getControlId () | |
setControlId (string $controlId='') | |
__construct (string $controlId='') | |
writeXml (XMLWriter &$xml) | |
getControlId () | |
setControlId (string $controlId) | |
writeXml (XMLWriter &$xml) | |
Data Fields | |
const | DELETE = 'delete' |
const | DECLINE = 'decline_appaymentrequest' |
const | CONFIRM = 'confirm_appaymentrequest' |
const | APPROVE = 'approve_appaymentrequest' |
const | SEND = 'send_appaymentrequest' |
const | VOID = 'void_appaymentrequest' |
Protected Member Functions | |
getFunction () | |
Protected Attributes | |
$recordNo | |
![]() | |
$controlId = '' | |
__construct | ( | int | $recordNo, |
string | $controlId | ||
) |
|
abstractprotected |
Reimplemented in ApPaymentApprove, ApPaymentConfirm, ApPaymentDecline, ApPaymentDelete, ApPaymentSend, and ApPaymentVoid.
writeXml | ( | XMLWriter & | $xml | ) |
XMLWriter | $xml |
Reimplemented from AbstractFunction.
|
protected |
const APPROVE = 'approve_appaymentrequest' |
const CONFIRM = 'confirm_appaymentrequest' |
const DECLINE = 'decline_appaymentrequest' |
const DELETE = 'delete' |
const SEND = 'send_appaymentrequest' |
const VOID = 'void_appaymentrequest' |