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