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