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