Retrieves a deposit.
The deposit is specified by its key, which is contained in the DepositParams object passed to the method.
| Visual Basic |
|---|
Public Function GetDeposit( _
ByVal pIDepositParams As DepositParams _
) As Deposit |
- pIDepositParams
The key of the deposit to retrieve.
| Getting Deposit (C#) | Copy Code | |
|---|---|---|
| ||