Requests a deposit status update.
The deposit confirm request.
A promise that resolves to the updated deposit.
Requests a deposit creation.
The deposit create request.
A promise that resolves to the updated deposit.
Retrieves a deposit by id.
The id of the deposit.
A promise that resolves to a deposit.
Retrieves user deposits with pagination metadata.
OptionaldepositParameters: GetDepositParametersFilter parameters.
A promise that resolves to a deposit list.
Retrieves all deposit options.
A promise that resolves to a list of deposit options.
Retrieves all paysafecash locations filtered by the parameters in the request.
The paysafecash locations get request.
A promise that resolves to a list of deposit options.
Creates a deposit preview.
The request payload for creating a deposit preview.
A promise that resolves to the newly created deposit preview.
StaticgetFunctionRetrieves the singleton instance of the DepositService class.
The singleton instance of the DepositService class.
Service class for managing deposit related operations.