Uses of Class
com.adyen.model.management.GooglePayResponseInfo
-
Packages that use GooglePayResponseInfo Package Description com.adyen.model.management -
-
Uses of GooglePayResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GooglePayResponseInfo Modifier and Type Method Description static GooglePayResponseInfoGooglePayResponseInfo. fromJson(String jsonString)Create an instance of GooglePayResponseInfo given an JSON stringGooglePayResponseInfoPaymentMethod. getGooglePay()Get googlePayGooglePayResponseInfoGooglePayResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GooglePayResponseInfoGooglePayResponseInfo. merchantId(String merchantId)Google Pay [Merchant ID]GooglePayResponseInfoGooglePayResponseInfo. 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 GooglePayResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. googlePay(GooglePayResponseInfo googlePay)googlePayvoidPaymentMethod. setGooglePay(GooglePayResponseInfo googlePay)googlePay
-