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