Uses of Class
com.adyen.model.nexo.TransactionTotals
-
Packages that use TransactionTotals Package Description com.adyen.model.nexo -
-
Uses of TransactionTotals in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type TransactionTotals Modifier and Type Field Description protected List<TransactionTotals>GetTotalsResponse. transactionTotalsThe Transaction totals.protected List<TransactionTotals>ReconciliationResponse. transactionTotalsThe Transaction totals.Methods in com.adyen.model.nexo that return TransactionTotals Modifier and Type Method Description TransactionTotalsObjectFactory. createTransactionTotals()Create an instance ofTransactionTotalsMethods in com.adyen.model.nexo that return types with arguments of type TransactionTotals Modifier and Type Method Description List<TransactionTotals>GetTotalsResponse. getTransactionTotals()Gets the value of the transactionTotals property.List<TransactionTotals>ReconciliationResponse. getTransactionTotals()Gets the value of the transactionTotals property.
-