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