Uses of Class
com.adyen.model.checkout.PaymentDonationRequest.ShopperInteractionEnum
-
Packages that use PaymentDonationRequest.ShopperInteractionEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentDonationRequest.ShopperInteractionEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentDonationRequest.ShopperInteractionEnum Modifier and Type Method Description static PaymentDonationRequest.ShopperInteractionEnumPaymentDonationRequest.ShopperInteractionEnum. fromValue(String value)PaymentDonationRequest.ShopperInteractionEnumPaymentDonationRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.PaymentDonationRequest.ShopperInteractionEnumPaymentDonationRequest.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentDonationRequest.ShopperInteractionEnumPaymentDonationRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentDonationRequest.ShopperInteractionEnum[]PaymentDonationRequest.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 PaymentDonationRequest.ShopperInteractionEnum Modifier and Type Method Description voidPaymentDonationRequest. setShopperInteraction(PaymentDonationRequest.ShopperInteractionEnum shopperInteraction)PaymentDonationRequestPaymentDonationRequest. shopperInteraction(PaymentDonationRequest.ShopperInteractionEnum shopperInteraction)voidPaymentDonationRequest.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentDonationRequest.ShopperInteractionEnum enumeration)
-