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