-
- All Implemented Interfaces:
-
com.oppwa.mobile.connect.checkout.uicomponent.PaymentDetailsUiComponentInteraction
,com.oppwa.mobile.connect.checkout.uicomponent.UiComponentInteraction
public interface BankAccountTokenUiComponentInteraction implements PaymentDetailsUiComponentInteraction
Provides methods to interact with BankAccountTokenUiComponent.
-
-
Method Summary
Modifier and Type Method Description abstract String
getBrand()
Returns the bank account token brand. abstract BankAccount
getBankAccount()
Returns bank account token details. -
-
Method Detail
-
getBankAccount
@NonNull() abstract BankAccount getBankAccount()
Returns bank account token details. It contains the account holder and IBAN.
-
-
-
-