Uses of Class
com.adyen.model.management.Logo
-
Packages that use Logo Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of Logo in com.adyen.model.management
Methods in com.adyen.model.management that return Logo Modifier and Type Method Description LogoLogo. data(String data)static LogoLogo. fromJson(String jsonString)Create an instance of Logo given an JSON string -
Uses of Logo in com.adyen.service.management
Methods in com.adyen.service.management that return Logo Modifier and Type Method Description LogoTerminalSettingsCompanyLevel. getTheTerminalLogo(String companyId, Map<String,String> queryParams)Get the terminal logoLogoTerminalSettingsMerchantLevel. getTheTerminalLogo(String merchantId, Map<String,String> queryParams)Get the terminal logoLogoTerminalSettingsStoreLevel. getTheTerminalLogo(String merchantId, String reference, Map<String,String> queryParams)Get the terminal logoLogoTerminalSettingsStoreLevel. getTheTerminalLogo(String storeId, Map<String,String> queryParams)Get the terminal logoLogoTerminalSettingsTerminalLevel. getTheTerminalLogo(String terminalId)Get the terminal logoLogoTerminalSettingsTerminalLevel. updateTheLogo(String terminalId, Logo logo)Update the logoLogoTerminalSettingsCompanyLevel. updateTheTerminalLogo(String companyId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsMerchantLevel. updateTheTerminalLogo(String merchantId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsStoreLevel. updateTheTerminalLogo(String storeId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsStoreLevel. updateTheTerminalLogo(String merchantId, String reference, Logo logo, Map<String,String> queryParams)Update the terminal logoMethods in com.adyen.service.management with parameters of type Logo Modifier and Type Method Description LogoTerminalSettingsTerminalLevel. updateTheLogo(String terminalId, Logo logo)Update the logoLogoTerminalSettingsCompanyLevel. updateTheTerminalLogo(String companyId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsMerchantLevel. updateTheTerminalLogo(String merchantId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsStoreLevel. updateTheTerminalLogo(String storeId, Logo logo, Map<String,String> queryParams)Update the terminal logoLogoTerminalSettingsStoreLevel. updateTheTerminalLogo(String merchantId, String reference, Logo logo, Map<String,String> queryParams)Update the terminal logo
-