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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GooglePayInfoGooglePayInfo. merchantId(String merchantId)Google Pay [Merchant ID](https://support.google.com/paymentscenter/answer/7163092?GooglePayInfoGooglePayInfo. reuseMerchantId(Boolean reuseMerchantId)Indicates whether the Google Pay Merchant ID is used for several merchant accounts.Methods in com.adyen.model.management with parameters of type GooglePayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. googlePay(GooglePayInfo googlePay)googlePayPaymentMethodSetupInfoPaymentMethodSetupInfo. googlePay(GooglePayInfo googlePay)googlePayvoidPaymentMethod. setGooglePay(GooglePayInfo googlePay)googlePayvoidPaymentMethodSetupInfo. setGooglePay(GooglePayInfo googlePay)googlePay
-