Uses of Class
com.adyen.model.tapi.InputUpdate
-
Packages that use InputUpdate Package Description com.adyen.model.tapi -
-
Uses of InputUpdate in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return InputUpdate Modifier and Type Method Description InputUpdateInputUpdate. addMenuEntryItem(MenuEntry menuEntryItem)static InputUpdateInputUpdate. fromJson(String jsonString)Create an instance of InputUpdate given an JSON stringInputUpdateSaleToPOIRequest. getInputUpdate()Get inputUpdateInputUpdateInputUpdate. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.InputUpdateInputUpdate. maxDecimalLength(Integer maxDecimalLength)maxDecimalLengthInputUpdateInputUpdate. maxLength(Integer maxLength)maxLengthInputUpdateInputUpdate. menuEntry(List<MenuEntry> menuEntry)menuEntryInputUpdateInputUpdate. messageReference(MessageReference messageReference)messageReferenceInputUpdateInputUpdate. minLength(Integer minLength)minLengthInputUpdateInputUpdate. outputContent(OutputContent outputContent)outputContentInputUpdateInputUpdate. outputSignature(byte[] outputSignature)outputSignatureMethods in com.adyen.model.tapi with parameters of type InputUpdate Modifier and Type Method Description SaleToPOIRequestSaleToPOIRequest. inputUpdate(InputUpdate inputUpdate)inputUpdatevoidSaleToPOIRequest. setInputUpdate(InputUpdate inputUpdate)inputUpdate
-