Uses of Class
com.adyen.model.checkout.PaymentSessionRequest.ShopperInteractionEnum
-
Packages that use PaymentSessionRequest.ShopperInteractionEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentSessionRequest.ShopperInteractionEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentSessionRequest.ShopperInteractionEnum Modifier and Type Method Description static PaymentSessionRequest.ShopperInteractionEnumPaymentSessionRequest.ShopperInteractionEnum. fromValue(String text)PaymentSessionRequest.ShopperInteractionEnumPaymentSessionRequest. getShopperInteraction()PaymentSessionRequest.ShopperInteractionEnumPaymentSessionRequest.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentSessionRequest.ShopperInteractionEnumPaymentSessionRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentSessionRequest.ShopperInteractionEnum[]PaymentSessionRequest.ShopperInteractionEnum. 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 PaymentSessionRequest.ShopperInteractionEnum Modifier and Type Method Description voidPaymentSessionRequest. setShopperInteraction(PaymentSessionRequest.ShopperInteractionEnum shopperInteraction)PaymentSessionRequestPaymentSessionRequest. shopperInteraction(PaymentSessionRequest.ShopperInteractionEnum shopperInteraction)voidPaymentSessionRequest.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentSessionRequest.ShopperInteractionEnum enumeration)
-