Package com.adyen.model.applicationinfo
Class ApplicationInfo
- java.lang.Object
-
- com.adyen.model.applicationinfo.ApplicationInfo
-
public class ApplicationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CommonFieldgetAdyenLibrary()CommonFieldgetAdyenPaymentSource()ExternalPlatformgetExternalPlatform()CommonFieldgetMerchantApplication()MerchantDevicegetMerchantDevice()CommonFieldgetPaymentDetailsSource()ShopperInteractionDevicegetShopperInteractionDevice()inthashCode()voidsetAdyenPaymentSource(CommonField adyenPaymentSource)voidsetExternalPlatform(ExternalPlatform externalPlatform)voidsetMerchantApplication(CommonField merchantApplication)voidsetMerchantDevice(MerchantDevice merchantDevice)voidsetPaymentDetailsSource(CommonField paymentDetailsSource)voidsetShopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)StringtoString()
-
-
-
Method Detail
-
getPaymentDetailsSource
public CommonField getPaymentDetailsSource()
-
setPaymentDetailsSource
public void setPaymentDetailsSource(CommonField paymentDetailsSource)
-
getAdyenLibrary
public CommonField getAdyenLibrary()
-
getAdyenPaymentSource
public CommonField getAdyenPaymentSource()
-
setAdyenPaymentSource
public void setAdyenPaymentSource(CommonField adyenPaymentSource)
-
getMerchantApplication
public CommonField getMerchantApplication()
-
setMerchantApplication
public void setMerchantApplication(CommonField merchantApplication)
-
getMerchantDevice
public MerchantDevice getMerchantDevice()
-
setMerchantDevice
public void setMerchantDevice(MerchantDevice merchantDevice)
-
getExternalPlatform
public ExternalPlatform getExternalPlatform()
-
setExternalPlatform
public void setExternalPlatform(ExternalPlatform externalPlatform)
-
getShopperInteractionDevice
public ShopperInteractionDevice getShopperInteractionDevice()
-
setShopperInteractionDevice
public void setShopperInteractionDevice(ShopperInteractionDevice shopperInteractionDevice)
-
-