-
- All Implemented Interfaces:
-
com.adyen.checkout.components.Component,com.adyen.checkout.components.PaymentComponent,com.adyen.checkout.components.ViewableComponent
public final class BacsDirectDebitComponent extends BasePaymentComponent<BacsDirectDebitConfiguration, BacsDirectDebitInputData, BacsDirectDebitOutputData, BacsDirectDebitComponentState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBacsDirectDebitComponent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PaymentMethodDelegatemPaymentMethodDelegateprivate final BacsDirectDebitConfigurationmConfiguration
-
Constructor Summary
Constructors Constructor Description BacsDirectDebitComponent(SavedStateHandle savedStateHandle, GenericPaymentMethodDelegate paymentMethodDelegate, BacsDirectDebitConfiguration configuration)
-
Method Summary
Modifier and Type Method Description Array<String>getSupportedPaymentMethodTypes()final UnitsetInputMode()final UnitsetConfirmationMode()-
Methods inherited from class com.adyen.checkout.components.base.lifecycle.PaymentComponentViewModel
addCloseable, clear, getTag, onCleared, setTagIfAbsent -
Methods inherited from class com.adyen.checkout.bacs.BacsDirectDebitComponent
getOutputData, getState, inputDataChanged, notifyException, notifyStateChanged, notifyStateChanged, observe, observeErrors, observeOutputData, removeErrorObserver, removeErrorObservers, removeObserver, removeObservers, requiresInput, sendAnalyticsEvent, setAnalyticsEnabled, setCreatedForDropIn -
Methods inherited from class com.adyen.checkout.components.base.BasePaymentComponent
getConfiguration, getSavedStateHandle -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BacsDirectDebitComponent
BacsDirectDebitComponent(SavedStateHandle savedStateHandle, GenericPaymentMethodDelegate paymentMethodDelegate, BacsDirectDebitConfiguration configuration)
-
-
Method Detail
-
getSupportedPaymentMethodTypes
Array<String> getSupportedPaymentMethodTypes()
-
setInputMode
final Unit setInputMode()
-
setConfirmationMode
final Unit setConfirmationMode()
-
-
-
-