-
public final class SepaConfiguration.Builder extends BaseConfigurationBuilder<SepaConfiguration>
Builder to create a SepaConfiguration.
-
-
Method Summary
Modifier and Type Method Description SepaConfiguration.BuildersetShopperLocale(Locale builderShopperLocale)SepaConfiguration.BuildersetEnvironment(Environment builderEnvironment)-
Methods inherited from class com.adyen.checkout.components.base.BaseConfigurationBuilder
build, buildInternal, getBuilderClientKey, getBuilderEnvironment, getBuilderShopperLocale, setBuilderClientKey, setBuilderEnvironment, setBuilderShopperLocale, setEnvironment, setShopperLocale -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Builder
Builder(Context context, String clientKey)
Constructor for Builder with default values.- Parameters:
context- A contextclientKey- Your Client Key used for network calls from the SDK to Adyen.
-
Builder
Builder(Locale shopperLocale, Environment environment, String clientKey)
Builder with required parameters.- Parameters:
shopperLocale- The Locale of the shopper.environment- The Environment to be used for network calls to Adyen.clientKey- Your Client Key used for network calls from the SDK to Adyen.
-
-
Method Detail
-
setShopperLocale
@NonNull() SepaConfiguration.Builder setShopperLocale(Locale builderShopperLocale)
-
setEnvironment
@NonNull() SepaConfiguration.Builder setEnvironment(Environment builderEnvironment)
-
-
-
-