Uses of Class
com.adyen.model.tapi.GetTotalsResponse
-
Packages that use GetTotalsResponse Package Description com.adyen.model.tapi -
-
Uses of GetTotalsResponse in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return GetTotalsResponse Modifier and Type Method Description GetTotalsResponseGetTotalsResponse. addTransactionTotalsItem(TransactionTotals transactionTotalsItem)static GetTotalsResponseGetTotalsResponse. fromJson(String jsonString)Create an instance of GetTotalsResponse given an JSON stringGetTotalsResponseSaleToPOIResponse. getGetTotalsResponse()Get getTotalsResponseGetTotalsResponseGetTotalsResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GetTotalsResponseGetTotalsResponse. poIReconciliationID(Integer poIReconciliationID)Identification of the reconciliation period between Sale and POI.GetTotalsResponseGetTotalsResponse. response(Response response)responseGetTotalsResponseGetTotalsResponse. transactionTotals(List<TransactionTotals> transactionTotals)Result of the Sale to POI Reconciliation processing.Methods in com.adyen.model.tapi with parameters of type GetTotalsResponse Modifier and Type Method Description SaleToPOIResponseSaleToPOIResponse. getTotalsResponse(GetTotalsResponse getTotalsResponse)getTotalsResponsevoidSaleToPOIResponse. setGetTotalsResponse(GetTotalsResponse getTotalsResponse)getTotalsResponse
-