Uses of Class
com.adyen.model.marketpayconfiguration.ExchangeMessage
-
Packages that use ExchangeMessage Package Description com.adyen.model.marketpayconfiguration -
-
Uses of ExchangeMessage in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return ExchangeMessage Modifier and Type Method Description static ExchangeMessageExchangeMessage. fromJson(String jsonString)Create an instance of ExchangeMessage given an JSON stringExchangeMessageExchangeMessage. messageCode(String messageCode)ExchangeMessageExchangeMessage. messageDescription(String messageDescription)Methods in com.adyen.model.marketpayconfiguration that return types with arguments of type ExchangeMessage Modifier and Type Method Description List<ExchangeMessage>TestNotificationConfigurationResponse. getExchangeMessages()The notification message and related response messages.Methods in com.adyen.model.marketpayconfiguration with parameters of type ExchangeMessage Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. addExchangeMessagesItem(ExchangeMessage exchangeMessagesItem)Method parameters in com.adyen.model.marketpayconfiguration with type arguments of type ExchangeMessage Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. exchangeMessages(List<ExchangeMessage> exchangeMessages)voidTestNotificationConfigurationResponse. setExchangeMessages(List<ExchangeMessage> exchangeMessages)
-