Uses of Class
com.adyen.model.checkout.ShopperInteractionDevice
-
Packages that use ShopperInteractionDevice Package Description com.adyen.model.checkout -
-
Uses of ShopperInteractionDevice in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperInteractionDevice Modifier and Type Method Description static ShopperInteractionDeviceShopperInteractionDevice. fromJson(String jsonString)Create an instance of ShopperInteractionDevice given an JSON stringShopperInteractionDeviceApplicationInfo. getShopperInteractionDevice()shopperInteractionDeviceShopperInteractionDeviceShopperInteractionDevice. locale(String locale)Locale on the shopper interaction device.ShopperInteractionDeviceShopperInteractionDevice. os(String os)Operating system running on the shopper interaction device.ShopperInteractionDeviceShopperInteractionDevice. osVersion(String osVersion)Version of the operating system on the shopper interaction device.Methods in com.adyen.model.checkout with parameters of type ShopperInteractionDevice Modifier and Type Method Description voidApplicationInfo. setShopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)shopperInteractionDeviceApplicationInfoApplicationInfo. shopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)shopperInteractionDevice
-