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