get Paysafecash Locations Async
open fun getPaysafecashLocationsAsync(paysafecashLocationRequest: PaysafecashLocationRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<List<PaysafecashLocation>>)
Asynchronously retrieves physical locations where Paysafecash can be used.
Parameters
paysafecash Location Request
The request for retrieving Paysafecash locations.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.