A
B
C
D
G
H
I
M
S
W
S
- setAllowCreditCards(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set if you support credit cards.
- setAllowedAuthMethods(java.util.List) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the supported authentication methods.
- setAllowedCardNetworks(java.util.List) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the allowed card networks.
- setAllowedCountryCodes(java.util.List) - function in com.adyen.checkout.googlepay.ShippingAddressParameters
- setAllowPrepaidCards(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set if you support prepaid cards.
- setAmount(com.adyen.checkout.components.core.Amount) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the amount of the transaction.
- setAnalyticsConfiguration(com.adyen.checkout.components.core.AnalyticsConfiguration) - function in com.adyen.checkout.components.core.internal.BaseConfigurationBuilder
- setAssuranceDetailsRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set to true to request assurance details.
- setBillingAddressParameters(com.adyen.checkout.googlepay.BillingAddressParameters) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the required billing address details.
- setBillingAddressRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set to true if you require a billing address.
- setCountryCode(java.lang.String) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the ISO 3166-1 alpha-2 country code where the transaction is processed.
- setEmailRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set to true if you require an email address.
- setExistingPaymentMethodRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Default is false.
- setFormat(java.lang.String) - function in com.adyen.checkout.googlepay.BillingAddressParameters
- setGooglePayEnvironment(java.lang.Integer) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the environment to be used by GooglePay.
- setInteractionBlocked(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayComponent
- setMerchantAccount(java.lang.String) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set the merchant account to be put in the payment token from Google to Adyen.
- setMerchantId(java.lang.String) - function in com.adyen.checkout.googlepay.MerchantInfo
- setMerchantInfo(com.adyen.checkout.googlepay.MerchantInfo) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the information about the merchant requesting the payment.
- setMerchantName(java.lang.String) - function in com.adyen.checkout.googlepay.MerchantInfo
- setOnRedirectListener(kotlin.jvm.functions.Function0) - function in com.adyen.checkout.action.core.internal.ActionHandlingComponent
- setPhoneNumberRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.BillingAddressParameters
- setPhoneNumberRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.ShippingAddressParameters
- setShippingAddressParameters(com.adyen.checkout.googlepay.ShippingAddressParameters) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the required shipping address details.
- setShippingAddressRequired(java.lang.Boolean) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Set to true if you require a shipping address.
- setShopperLocale(java.util.Locale) - function in com.adyen.checkout.components.core.internal.BaseConfigurationBuilder
- setTotalPriceStatus(java.lang.String) - function in com.adyen.checkout.googlepay.GooglePayConfiguration.Builder
- Sets the status of the total price used.
- ShippingAddressParameters - class in com.adyen.checkout.googlepay
- Pass this object to GooglePayConfiguration.shippingAddressParameters to the required shipping address details.
- startGooglePayScreen(android.app.Activity,java.lang.Integer) - function in com.adyen.checkout.googlepay.GooglePayComponent
- Start the GooglePay screen which will return the result to the provided Activity.