Package com.adyen.checkout.googlepay
Class GooglePayConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.core.internal.Configuration
public final class GooglePayConfiguration implements ConfigurationConfiguration class for the GooglePayComponent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGooglePayConfiguration.BuilderBuilder to create a GooglePayConfiguration.
-
Field Summary
Fields Modifier and Type Field Description private final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final AnalyticsConfigurationanalyticsConfigurationprivate final StringmerchantAccountprivate final IntegergooglePayEnvironmentprivate final Amountamountprivate final StringtotalPriceStatusprivate final StringcountryCodeprivate final MerchantInfomerchantInfoprivate final List<String>allowedAuthMethodsprivate final List<String>allowedCardNetworksprivate final BooleanisAllowPrepaidCardsprivate final BooleanisAllowCreditCardsprivate final BooleanisAssuranceDetailsRequiredprivate final BooleanisEmailRequiredprivate final BooleanisExistingPaymentMethodRequiredprivate final BooleanisShippingAddressRequiredprivate final ShippingAddressParametersshippingAddressParametersprivate final BooleanisBillingAddressRequiredprivate final BillingAddressParametersbillingAddressParameters
-
Method Summary
Modifier and Type Method Description LocalegetShopperLocale()EnvironmentgetEnvironment()StringgetClientKey()AnalyticsConfigurationgetAnalyticsConfiguration()final StringgetMerchantAccount()final IntegergetGooglePayEnvironment()AmountgetAmount()final StringgetTotalPriceStatus()final StringgetCountryCode()final MerchantInfogetMerchantInfo()final List<String>getAllowedAuthMethods()final List<String>getAllowedCardNetworks()final BooleanisAllowPrepaidCards()final BooleanisAllowCreditCards()final BooleanisAssuranceDetailsRequired()final BooleanisEmailRequired()final BooleanisExistingPaymentMethodRequired()final BooleanisShippingAddressRequired()final ShippingAddressParametersgetShippingAddressParameters()final BooleanisBillingAddressRequired()final BillingAddressParametersgetBillingAddressParameters()-
-
Method Detail
-
getShopperLocale
Locale getShopperLocale()
-
getEnvironment
Environment getEnvironment()
-
getClientKey
String getClientKey()
-
getAnalyticsConfiguration
AnalyticsConfiguration getAnalyticsConfiguration()
-
getMerchantAccount
final String getMerchantAccount()
-
getGooglePayEnvironment
final Integer getGooglePayEnvironment()
-
getAmount
Amount getAmount()
-
getTotalPriceStatus
final String getTotalPriceStatus()
-
getCountryCode
final String getCountryCode()
-
getMerchantInfo
final MerchantInfo getMerchantInfo()
-
getAllowedAuthMethods
final List<String> getAllowedAuthMethods()
-
getAllowedCardNetworks
final List<String> getAllowedCardNetworks()
-
isAllowPrepaidCards
final Boolean isAllowPrepaidCards()
-
isAllowCreditCards
final Boolean isAllowCreditCards()
-
isAssuranceDetailsRequired
final Boolean isAssuranceDetailsRequired()
-
isEmailRequired
final Boolean isEmailRequired()
-
isExistingPaymentMethodRequired
final Boolean isExistingPaymentMethodRequired()
-
isShippingAddressRequired
final Boolean isShippingAddressRequired()
-
getShippingAddressParameters
final ShippingAddressParameters getShippingAddressParameters()
-
isBillingAddressRequired
final Boolean isBillingAddressRequired()
-
getBillingAddressParameters
final BillingAddressParameters getBillingAddressParameters()
-
-
-
-