Uses of Class
com.adyen.model.nexo.AdminRequest
-
Packages that use AdminRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of AdminRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type AdminRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withAdminRequest(AdminRequest adminRequest) -
Uses of AdminRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AdminRequest Modifier and Type Field Description protected AdminRequestSaleToPOIRequest. adminRequestThe Admin request.Methods in com.adyen.model.nexo that return AdminRequest Modifier and Type Method Description AdminRequestObjectFactory. createAdminRequest()Create an instance ofAdminRequestAdminRequestSaleToPOIRequest. getAdminRequest()Gets the value of the adminRequest property.Methods in com.adyen.model.nexo with parameters of type AdminRequest Modifier and Type Method Description voidSaleToPOIRequest. setAdminRequest(AdminRequest value)Sets the value of the adminRequest property.
-