Uses of Class
com.adyen.model.payment.MerchantDevice
-
Packages that use MerchantDevice Package Description com.adyen.model.payment -
-
Uses of MerchantDevice in com.adyen.model.payment
Methods in com.adyen.model.payment that return MerchantDevice Modifier and Type Method Description static MerchantDeviceMerchantDevice. fromJson(String jsonString)Create an instance of MerchantDevice given an JSON stringMerchantDeviceApplicationInfo. getMerchantDevice()merchantDeviceMerchantDeviceMerchantDevice. os(String os)Operating system running on the merchant device.MerchantDeviceMerchantDevice. osVersion(String osVersion)Version of the operating system on the merchant device.MerchantDeviceMerchantDevice. reference(String reference)Merchant device reference.Methods in com.adyen.model.payment with parameters of type MerchantDevice Modifier and Type Method Description ApplicationInfoApplicationInfo. merchantDevice(MerchantDevice merchantDevice)merchantDevicevoidApplicationInfo. setMerchantDevice(MerchantDevice merchantDevice)merchantDevice
-