Package com.adyen.checkout.googlepay
Class GooglePayConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.core.internal.ButtonConfiguration,com.adyen.checkout.components.core.internal.Configuration
@Deprecated(message = "Configuration classes are deprecated, use CheckoutConfiguration instead.") public final class GooglePayConfiguration implements Configuration, ButtonConfiguration
Configuration class for the GooglePayComponent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGooglePayConfiguration.BuilderBuilder to create a GooglePayConfiguration.
-
Field Summary
-
Method Summary
-
-
Method Detail
-
getShopperLocale
Locale getShopperLocale()
-
getEnvironment
Environment getEnvironment()
-
getClientKey
String getClientKey()
-
getAnalyticsConfiguration
AnalyticsConfiguration getAnalyticsConfiguration()
-
getAmount
Amount getAmount()
-
isSubmitButtonVisible
Boolean isSubmitButtonVisible()
-
getMerchantAccount
final String getMerchantAccount()
-
getGooglePayEnvironment
final Integer getGooglePayEnvironment()
-
getTotalPriceStatus
final String getTotalPriceStatus()
-
getCountryCode
final String getCountryCode()
-
getMerchantInfo
final MerchantInfo getMerchantInfo()
-
getAllowedAuthMethods
final List<String> getAllowedAuthMethods()
-
getAllowedCardNetworks
final List<String> getAllowedCardNetworks()
-
getAllowedIssuerCountryCodes
final List<String> getAllowedIssuerCountryCodes()
-
getBlockedIssuerCountryCodes
final List<String> getBlockedIssuerCountryCodes()
-
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()
-
getCheckoutOption
final String getCheckoutOption()
-
getGooglePayButtonStyling
final GooglePayButtonStyling getGooglePayButtonStyling()
-
-
-
-