Uses of Class
com.adyen.model.nexo.DiagnosisRequest
-
Packages that use DiagnosisRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of DiagnosisRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type DiagnosisRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withDiagnosisRequest(DiagnosisRequest diagnosisRequest) -
Uses of DiagnosisRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as DiagnosisRequest Modifier and Type Field Description protected DiagnosisRequestSaleToPOIRequest. diagnosisRequestThe Diagnosis request.Methods in com.adyen.model.nexo that return DiagnosisRequest Modifier and Type Method Description DiagnosisRequestObjectFactory. createDiagnosisRequest()Create an instance ofDiagnosisRequestDiagnosisRequestSaleToPOIRequest. getDiagnosisRequest()Gets the value of the diagnosisRequest property.Methods in com.adyen.model.nexo with parameters of type DiagnosisRequest Modifier and Type Method Description voidSaleToPOIRequest. setDiagnosisRequest(DiagnosisRequest value)Sets the value of the diagnosisRequest property.
-