Uses of Class
com.adyen.model.binlookup.CostEstimateRequest.ShopperInteractionEnum
-
Packages that use CostEstimateRequest.ShopperInteractionEnum Package Description com.adyen.model.binlookup -
-
Uses of CostEstimateRequest.ShopperInteractionEnum in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return CostEstimateRequest.ShopperInteractionEnum Modifier and Type Method Description static CostEstimateRequest.ShopperInteractionEnumCostEstimateRequest.ShopperInteractionEnum. fromValue(String value)CostEstimateRequest.ShopperInteractionEnumCostEstimateRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.static CostEstimateRequest.ShopperInteractionEnumCostEstimateRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CostEstimateRequest.ShopperInteractionEnum[]CostEstimateRequest.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.binlookup with parameters of type CostEstimateRequest.ShopperInteractionEnum Modifier and Type Method Description voidCostEstimateRequest. setShopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.CostEstimateRequestCostEstimateRequest. shopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction)
-