Package com.adyen.checkout.wechatpay
Class WeChatPayActionConfiguration.Builder
-
- All Implemented Interfaces:
public final class WeChatPayActionConfiguration.Builder extends BaseConfigurationBuilder<WeChatPayActionConfiguration, WeChatPayActionConfiguration.Builder>
Builder to create a WeChatPayActionConfiguration.
-
-
Constructor Summary
Constructors Constructor Description WeChatPayActionConfiguration.Builder(Environment environment, String clientKey)Initialize a configuration builder with the required fields. WeChatPayActionConfiguration.Builder(Context context, Environment environment, String clientKey)Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale. WeChatPayActionConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)Initialize a configuration builder with the required fields and a shopper locale.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
WeChatPayActionConfiguration.Builder
WeChatPayActionConfiguration.Builder(Environment environment, String clientKey)
Initialize a configuration builder with the required fields.- Parameters:
environment- The Environment to be used for internal network calls from the SDK to Adyen.clientKey- Your Client Key used for internal network calls from the SDK to Adyen.
-
WeChatPayActionConfiguration.Builder
WeChatPayActionConfiguration.Builder(Context context, Environment environment, String clientKey)
Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale.- Parameters:
context- A contextenvironment- The Environment to be used for internal network calls from the SDK to Adyen.clientKey- Your Client Key used for internal network calls from the SDK to Adyen.
-
WeChatPayActionConfiguration.Builder
WeChatPayActionConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)
Initialize a configuration builder with the required fields and a shopper locale.- Parameters:
shopperLocale- The Locale of the shopper.environment- The Environment to be used for internal network calls from the SDK to Adyen.clientKey- Your Client Key used for internal network calls from the SDK to Adyen.
-
-
-
-