Uses of Class
com.adyen.model.payments.PaymentRequest3d.ShopperInteractionEnum
-
Packages that use PaymentRequest3d.ShopperInteractionEnum Package Description com.adyen.model.payments -
-
Uses of PaymentRequest3d.ShopperInteractionEnum in com.adyen.model.payments
Methods in com.adyen.model.payments 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.PaymentRequest3d.ShopperInteractionEnumPaymentRequest3d.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.payments with parameters of type PaymentRequest3d.ShopperInteractionEnum Modifier and Type Method Description voidPaymentRequest3d. setShopperInteraction(PaymentRequest3d.ShopperInteractionEnum shopperInteraction)PaymentRequest3dPaymentRequest3d. shopperInteraction(PaymentRequest3d.ShopperInteractionEnum shopperInteraction)voidPaymentRequest3d.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentRequest3d.ShopperInteractionEnum enumeration)
-