Uses of Class
com.adyen.model.checkout.PayWithGoogleDetails.TypeEnum
-
Packages that use PayWithGoogleDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of PayWithGoogleDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayWithGoogleDetails.TypeEnum Modifier and Type Method Description static PayWithGoogleDetails.TypeEnumPayWithGoogleDetails.TypeEnum. fromValue(String value)PayWithGoogleDetails.TypeEnumPayWithGoogleDetails. getType()**paywithgoogle**static PayWithGoogleDetails.TypeEnumPayWithGoogleDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayWithGoogleDetails.TypeEnum[]PayWithGoogleDetails.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 PayWithGoogleDetails.TypeEnum Modifier and Type Method Description voidPayWithGoogleDetails. setType(PayWithGoogleDetails.TypeEnum type)**paywithgoogle**PayWithGoogleDetailsPayWithGoogleDetails. type(PayWithGoogleDetails.TypeEnum type)**paywithgoogle**
-