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