Uses of Class
com.adyen.model.marketpayaccount.StoreDetail.ShopperInteractionEnum
-
Packages that use StoreDetail.ShopperInteractionEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of StoreDetail.ShopperInteractionEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return StoreDetail.ShopperInteractionEnum Modifier and Type Method Description static StoreDetail.ShopperInteractionEnumStoreDetail.ShopperInteractionEnum. fromValue(String value)StoreDetail.ShopperInteractionEnumStoreDetail. getShopperInteraction()The sales channel.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.marketpayaccount with parameters of type StoreDetail.ShopperInteractionEnum Modifier and Type Method Description voidStoreDetail. setShopperInteraction(StoreDetail.ShopperInteractionEnum shopperInteraction)StoreDetailStoreDetail. shopperInteraction(StoreDetail.ShopperInteractionEnum shopperInteraction)
-