Uses of Class
com.adyen.model.checkout.BalanceCheckRequest.ShopperInteractionEnum
-
Packages that use BalanceCheckRequest.ShopperInteractionEnum Package Description com.adyen.model.checkout -
-
Uses of BalanceCheckRequest.ShopperInteractionEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BalanceCheckRequest.ShopperInteractionEnum Modifier and Type Method Description static BalanceCheckRequest.ShopperInteractionEnumBalanceCheckRequest.ShopperInteractionEnum. fromValue(String value)BalanceCheckRequest.ShopperInteractionEnumBalanceCheckRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.static BalanceCheckRequest.ShopperInteractionEnumBalanceCheckRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BalanceCheckRequest.ShopperInteractionEnum[]BalanceCheckRequest.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 BalanceCheckRequest.ShopperInteractionEnum Modifier and Type Method Description voidBalanceCheckRequest. setShopperInteraction(BalanceCheckRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.BalanceCheckRequestBalanceCheckRequest. shopperInteraction(BalanceCheckRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
-