Uses of Class
com.adyen.model.marketpay.notification.ExchangeMessage
-
Packages that use ExchangeMessage Package Description com.adyen.model.marketpay.notification -
-
Uses of ExchangeMessage in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return ExchangeMessage Modifier and Type Method Description ExchangeMessageExchangeMessageContainer. getExchangeMessage()ExchangeMessageExchangeMessage. messageCode(String messageCode)ExchangeMessageExchangeMessage. messageDescription(String messageDescription)Methods in com.adyen.model.marketpay.notification that return types with arguments of type ExchangeMessage Modifier and Type Method Description List<ExchangeMessage>TestNotificationConfigurationResponse. getExchangeMessages()Populate the virtual exchangeMessages to bypass the exchangeMessageContainers listMethods in com.adyen.model.marketpay.notification with parameters of type ExchangeMessage Modifier and Type Method Description voidExchangeMessageContainer. setExchangeMessage(ExchangeMessage exchangeMessage)Method parameters in com.adyen.model.marketpay.notification with type arguments of type ExchangeMessage Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. exchangeMessages(List<ExchangeMessage> exchangeMessages)voidTestNotificationConfigurationResponse. setExchangeMessages(List<ExchangeMessage> exchangeMessages)
-