Class GenericComponentParams
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.ui.model.ComponentParams
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class GenericComponentParams implements ComponentParams
-
-
Field Summary
Fields Modifier and Type Field Description private final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final AnalyticsParamsanalyticsParamsprivate final BooleanisCreatedByDropInprivate final Amountamount
-
Constructor Summary
Constructors Constructor Description GenericComponentParams(CommonComponentParams commonComponentParams)
-
Method Summary
Modifier and Type Method Description -
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
-
GenericComponentParams
GenericComponentParams(CommonComponentParams commonComponentParams)
-
-
-
-