Uses of Class
com.adyen.model.checkout.GooglePayDetails.TypeEnum
-
Packages that use GooglePayDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of GooglePayDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return GooglePayDetails.TypeEnum Modifier and Type Method Description static GooglePayDetails.TypeEnumGooglePayDetails.TypeEnum. fromValue(String value)GooglePayDetails.TypeEnumGooglePayDetails. getType()**googlepay**, **paywithgoogle**static GooglePayDetails.TypeEnumGooglePayDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GooglePayDetails.TypeEnum[]GooglePayDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type GooglePayDetails.TypeEnum Modifier and Type Method Description voidGooglePayDetails. setType(GooglePayDetails.TypeEnum type)**googlepay**, **paywithgoogle**GooglePayDetailsGooglePayDetails. type(GooglePayDetails.TypeEnum type)
-