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

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 = ''
 

Detailed Description

Create a new cash management deposit record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.