Class ButtonComponentParams
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.ui.model.ButtonParams,com.adyen.checkout.components.core.internal.ui.model.ComponentParams
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class ButtonComponentParams implements ComponentParams, ButtonParams
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisSubmitButtonVisibleprivate final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final AnalyticsParamsanalyticsParamsprivate final BooleanisCreatedByDropInprivate final Amountamount
-
Constructor Summary
Constructors Constructor Description ButtonComponentParams(CommonComponentParams commonComponentParams, Boolean isSubmitButtonVisible)
-
Method Summary
Modifier and Type Method Description BooleanisSubmitButtonVisible()-
Methods inherited from class com.adyen.checkout.components.core.internal.ui.model.ComponentParams
getAmount, getAnalyticsParams, getClientKey, getEnvironment, getShopperLocale, isCreatedByDropIn -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ButtonComponentParams
ButtonComponentParams(CommonComponentParams commonComponentParams, Boolean isSubmitButtonVisible)
-
-
Method Detail
-
isSubmitButtonVisible
Boolean isSubmitButtonVisible()
-
-
-
-