Uses of Class
com.adyen.model.PaymentRequest3ds2.ShopperInteractionEnum
-
Packages that use PaymentRequest3ds2.ShopperInteractionEnum Package Description com.adyen.model -
-
Uses of PaymentRequest3ds2.ShopperInteractionEnum in com.adyen.model
Methods in com.adyen.model that return PaymentRequest3ds2.ShopperInteractionEnum Modifier and Type Method Description static PaymentRequest3ds2.ShopperInteractionEnumPaymentRequest3ds2.ShopperInteractionEnum. fromValue(String text)PaymentRequest3ds2.ShopperInteractionEnumPaymentRequest3ds2.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentRequest3ds2.ShopperInteractionEnumPaymentRequest3ds2.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRequest3ds2.ShopperInteractionEnum[]PaymentRequest3ds2.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type PaymentRequest3ds2.ShopperInteractionEnum Modifier and Type Method Description voidPaymentRequest3ds2.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentRequest3ds2.ShopperInteractionEnum enumeration)
-