Uses of Class
com.adyen.model.AbstractPaymentRequest.ShopperInteractionEnum
-
Packages that use AbstractPaymentRequest.ShopperInteractionEnum Package Description com.adyen.model -
-
Uses of AbstractPaymentRequest.ShopperInteractionEnum in com.adyen.model
Methods in com.adyen.model that return AbstractPaymentRequest.ShopperInteractionEnum Modifier and Type Method Description AbstractPaymentRequest.ShopperInteractionEnumAbstractPaymentRequest. getShopperInteraction()how the shopper interacts with the systemstatic AbstractPaymentRequest.ShopperInteractionEnumAbstractPaymentRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractPaymentRequest.ShopperInteractionEnum[]AbstractPaymentRequest.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 AbstractPaymentRequest.ShopperInteractionEnum Modifier and Type Method Description voidAbstractPaymentRequest. setShopperInteraction(AbstractPaymentRequest.ShopperInteractionEnum shopperInteraction)TAbstractPaymentRequest. shopperInteraction(AbstractPaymentRequest.ShopperInteractionEnum shopperInteraction)
-