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