-
public final class MolpayConfiguration.Builder extends IssuerListConfiguration.IssuerListBuilder<MolpayConfiguration>
Builder to create a MolpayConfiguration.
-
-
Method Summary
Modifier and Type Method Description MolpayConfiguration.BuildersetShopperLocale(Locale builderShopperLocale)MolpayConfiguration.BuildersetEnvironment(Environment builderEnvironment)MolpayConfigurationbuild()-
-
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() MolpayConfiguration.Builder setShopperLocale(Locale builderShopperLocale)
-
setEnvironment
@NonNull() MolpayConfiguration.Builder setEnvironment(Environment builderEnvironment)
-
build
@NonNull() MolpayConfiguration build()
-
-
-
-