deleteAsync

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.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.