Package com.adyen.checkout.paybybank
Class PayByBankConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.core.internal.Configuration
public final class PayByBankConfiguration implements ConfigurationConfiguration class for the PayByBankComponent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPayByBankConfiguration.BuilderBuilder to create a PayByBankConfiguration.
-
Field Summary
Fields Modifier and Type Field Description private final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final BooleanisAnalyticsEnabledprivate final Amountamount
-
Method Summary
Modifier and Type Method Description LocalegetShopperLocale()EnvironmentgetEnvironment()StringgetClientKey()BooleanisAnalyticsEnabled()AmountgetAmount()-
-
Method Detail
-
getShopperLocale
Locale getShopperLocale()
-
getEnvironment
Environment getEnvironment()
-
getClientKey
String getClientKey()
-
isAnalyticsEnabled
Boolean isAnalyticsEnabled()
-
getAmount
Amount getAmount()
-
-
-
-