Sage Intacct SDK for PHP
|
Public Member Functions | |
writeXml (XMLWriter &$xml) | |
Public Member Functions inherited from AbstractDeposit | |
getBankAccountId () | |
setBankAccountId ($bankAccountId) | |
getDepositDate () | |
setDepositDate ($depositDate) | |
getDepositSlipId () | |
setDepositSlipId ($depositSlipId) | |
getDescription () | |
setDescription ($description) | |
getAttachmentsId () | |
setAttachmentsId ($attachmentsId) | |
getTransactionKeysToDeposit () | |
setTransactionKeysToDeposit ($transactionKeysToDeposit) | |
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 AbstractDeposit | |
$bankAccountId | |
$depositDate | |
$depositSlipId | |
$description | |
$attachmentsId | |
$transactionsKeysToDeposit = [] | |
Protected Attributes inherited from AbstractFunction | |
$controlId = '' | |
Create a new cash management deposit record
writeXml | ( | XMLWriter & | $xml | ) |
Write the function block XML
XMLWriter | $xml |
InvalidArgumentException |
Reimplemented from AbstractFunction.