Package com.adyen.checkout.googlepay
Class GooglePayButtonParameters
-
- All Implemented Interfaces:
public final class GooglePayButtonParametersClass containing some of the parameters required to initialize the Google Pay button.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringallowedPaymentMethods
-
Constructor Summary
Constructors Constructor Description GooglePayButtonParameters(String allowedPaymentMethods)
-
Method Summary
Modifier and Type Method Description final StringgetAllowedPaymentMethods()-
-
Constructor Detail
-
GooglePayButtonParameters
GooglePayButtonParameters(String allowedPaymentMethods)
-
-
Method Detail
-
getAllowedPaymentMethods
final String getAllowedPaymentMethods()
-
-
-
-