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()Get shopperInteractionDeviceShopperInteractionDeviceShopperInteractionDevice. locale(String locale)ShopperInteractionDeviceShopperInteractionDevice. os(String os)ShopperInteractionDeviceShopperInteractionDevice. osVersion(String osVersion)Methods in com.adyen.model.checkout with parameters of type ShopperInteractionDevice Modifier and Type Method Description voidApplicationInfo. setShopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)shopperInteractionDeviceApplicationInfoApplicationInfo. shopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)
-