addAsync

open fun addAsync(paymentInstrument: CciBankAccount, cancellationSignal: CancellationSignal?, callback: WalletCallback<PaymentInstrument>)

Asynchronously adds a new Peruvian Bank account for the customer.

Parameters

paymentInstrument

The payment instrument to add.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.