Uses of Class
com.adyen.model.nexo.MessageHeader
-
Packages that use MessageHeader Package Description com.adyen.model.nexo com.adyen.model.terminal.security com.adyen.terminal.security -
-
Uses of MessageHeader in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as MessageHeader Modifier and Type Field Description protected MessageHeaderRepeatedMessageResponse. messageHeaderThe Message header.protected MessageHeaderSaleToPOIRequest. messageHeaderThe Message header.protected MessageHeaderSaleToPOIResponse. messageHeaderThe Message header.Methods in com.adyen.model.nexo that return MessageHeader Modifier and Type Method Description MessageHeaderObjectFactory. createMessageHeader()Create an instance ofMessageHeaderMessageHeaderRepeatedMessageResponse. getMessageHeader()Gets the value of the messageHeader property.MessageHeaderSaleToPOIRequest. getMessageHeader()Gets the value of the messageHeader property.MessageHeaderSaleToPOIResponse. getMessageHeader()Gets the value of the messageHeader property.Methods in com.adyen.model.nexo with parameters of type MessageHeader Modifier and Type Method Description voidRepeatedMessageResponse. setMessageHeader(MessageHeader value)Sets the value of the messageHeader property.voidSaleToPOIRequest. setMessageHeader(MessageHeader value)Sets the value of the messageHeader property.voidSaleToPOIResponse. setMessageHeader(MessageHeader value)Sets the value of the messageHeader property. -
Uses of MessageHeader in com.adyen.model.terminal.security
Methods in com.adyen.model.terminal.security that return MessageHeader Modifier and Type Method Description MessageHeaderSaleToPOISecuredMessage. getMessageHeader()Methods in com.adyen.model.terminal.security with parameters of type MessageHeader Modifier and Type Method Description voidSaleToPOISecuredMessage. setMessageHeader(MessageHeader messageHeader) -
Uses of MessageHeader in com.adyen.terminal.security
Methods in com.adyen.terminal.security with parameters of type MessageHeader Modifier and Type Method Description SaleToPOISecuredMessageNexoCrypto. encrypt(String saleToPoiMessageJson, MessageHeader messageHeader)
-