AddDeposit | Adds a deposit. |
CancelCheckRow | Cancels a check that was received as an incoming payment together with the incoming payment document. |
CancelCheckRowbyCurrentSystemDate | CancelCheckRowbyCurrentSystemDate |
CancelDeposit | Cancels an existing deposit. |
CancelDepositbyCurrentSystemDate | CancelDepositbyCurrentSystemDate |
GetDataInterface | Creates an empty data structure for use with the DepositsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDeposit | Retrieves a deposit.
The deposit is specified by its key, which is contained in the DepositParams object passed to the method. |
GetDepositList | Returns the DepositsParams data collection that identify all deposits. |
UpdateDeposit | Updates an existing deposit.
The data for the deposit, including the key of the deposit to be updated, is contained in the Deposit object passed to the method. To update a deposit, you must first retrieve it using the GetDeposit method. |