Uses of Class
com.adyen.model.management.GooglePayInfo
-
Packages that use GooglePayInfo Package Description com.adyen.model.management -
-
Uses of GooglePayInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GooglePayInfo Modifier and Type Method Description static GooglePayInfoGooglePayInfo. fromJson(String jsonString)Create an instance of GooglePayInfo given an JSON stringGooglePayInfoPaymentMethod. getGooglePay()Get googlePayGooglePayInfoPaymentMethodSetupInfo. getGooglePay()Get googlePayGooglePayInfoGooglePayInfo. merchantId(String merchantId)GooglePayInfoGooglePayInfo. reuseMerchantId(Boolean reuseMerchantId)Methods in com.adyen.model.management with parameters of type GooglePayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. googlePay(GooglePayInfo googlePay)PaymentMethodSetupInfoPaymentMethodSetupInfo. googlePay(GooglePayInfo googlePay)voidPaymentMethod. setGooglePay(GooglePayInfo googlePay)googlePayvoidPaymentMethodSetupInfo. setGooglePay(GooglePayInfo googlePay)googlePay
-