Uses of Class
com.adyen.model.nexo.SoundRequest
-
Packages that use SoundRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of SoundRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type SoundRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withSoundRequest(SoundRequest soundRequest) -
Uses of SoundRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as SoundRequest Modifier and Type Field Description protected SoundRequestSaleToPOIRequest. soundRequestThe Sound request.Methods in com.adyen.model.nexo that return SoundRequest Modifier and Type Method Description SoundRequestObjectFactory. createSoundRequest()Create an instance ofSoundRequestSoundRequestSaleToPOIRequest. getSoundRequest()Gets the value of the soundRequest property.Methods in com.adyen.model.nexo with parameters of type SoundRequest Modifier and Type Method Description voidSaleToPOIRequest. setSoundRequest(SoundRequest value)Sets the value of the soundRequest property.
-