Uses of Class
com.adyen.model.marketpay.StoreDetail.ShopperInteractionEnum
-
Packages that use StoreDetail.ShopperInteractionEnum Package Description com.adyen.model.marketpay -
-
Uses of StoreDetail.ShopperInteractionEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return StoreDetail.ShopperInteractionEnum Modifier and Type Method Description static StoreDetail.ShopperInteractionEnumStoreDetail.ShopperInteractionEnum. fromValue(String text)StoreDetail.ShopperInteractionEnumStoreDetail. getShopperInteraction()StoreDetail.ShopperInteractionEnumStoreDetail.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static StoreDetail.ShopperInteractionEnumStoreDetail.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreDetail.ShopperInteractionEnum[]StoreDetail.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type StoreDetail.ShopperInteractionEnum Modifier and Type Method Description voidStoreDetail. setShopperInteraction(StoreDetail.ShopperInteractionEnum shopperInteraction)voidStoreDetail.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, StoreDetail.ShopperInteractionEnum enumeration)
-