Uses of Class
com.adyen.model.checkout.MerchantDevice
-
Packages that use MerchantDevice Package Description com.adyen.model.checkout -
-
Uses of MerchantDevice in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MerchantDevice Modifier and Type Method Description static MerchantDeviceMerchantDevice. fromJson(String jsonString)Create an instance of MerchantDevice given an JSON stringMerchantDeviceApplicationInfo. getMerchantDevice()Get merchantDeviceMerchantDeviceMerchantDevice. os(String os)MerchantDeviceMerchantDevice. osVersion(String osVersion)MerchantDeviceMerchantDevice. reference(String reference)Methods in com.adyen.model.checkout with parameters of type MerchantDevice Modifier and Type Method Description ApplicationInfoApplicationInfo. merchantDevice(MerchantDevice merchantDevice)voidApplicationInfo. setMerchantDevice(MerchantDevice merchantDevice)merchantDevice
-