Uses of Class
com.adyen.model.nexo.GetTotalsRequest
-
Packages that use GetTotalsRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of GetTotalsRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type GetTotalsRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withGetTotalsRequest(GetTotalsRequest getTotalsRequest) -
Uses of GetTotalsRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as GetTotalsRequest Modifier and Type Field Description protected GetTotalsRequestSaleToPOIRequest. getTotalsRequestThe Get totals request.Methods in com.adyen.model.nexo that return GetTotalsRequest Modifier and Type Method Description GetTotalsRequestObjectFactory. createGetTotalsRequest()Create an instance ofGetTotalsRequestGetTotalsRequestSaleToPOIRequest. getGetTotalsRequest()Gets the value of the getTotalsRequest property.Methods in com.adyen.model.nexo with parameters of type GetTotalsRequest Modifier and Type Method Description voidSaleToPOIRequest. setGetTotalsRequest(GetTotalsRequest value)Sets the value of the getTotalsRequest property.
-