add Async
open fun addAsync(paymentInstrument: CciBankAccount, cancellationSignal: CancellationSignal?, callback: WalletCallback<PaymentInstrument>)
Asynchronously adds a new Peruvian Bank account for the customer.
Parameters
payment Instrument
The payment instrument to add.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.