delete Async
open fun deleteAsync(parameters: PaymentInstrumentParameters, cancellationSignal: CancellationSignal?, callback: WalletCallback<PaymentInstrument>)
Asynchronously deletes a payment instrument for the customer.
Parameters
parameters
The parameters for deleting the instrument.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.