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