Uses of Class
com.adyen.model.checkout.GooglePayDetails
-
Packages that use GooglePayDetails Package Description com.adyen.model.checkout -
-
Uses of GooglePayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return GooglePayDetails Modifier and Type Method Description GooglePayDetailsGooglePayDetails. checkoutAttemptId(String checkoutAttemptId)static GooglePayDetailsGooglePayDetails. fromJson(String jsonString)Create an instance of GooglePayDetails given an JSON stringGooglePayDetailsGooglePayDetails. fundingSource(GooglePayDetails.FundingSourceEnum fundingSource)GooglePayDetailsCheckoutPaymentMethod. getGooglePayDetails()Get the actual instance of `GooglePayDetails`.GooglePayDetailsGooglePayDetails. googlePayCardNetwork(String googlePayCardNetwork)GooglePayDetailsGooglePayDetails. googlePayToken(String googlePayToken)GooglePayDetailsGooglePayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.GooglePayDetailsGooglePayDetails. storedPaymentMethodId(String storedPaymentMethodId)GooglePayDetailsGooglePayDetails. type(GooglePayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type GooglePayDetails Constructor Description CheckoutPaymentMethod(GooglePayDetails o)
-