Uses of Class
com.adyen.model.tapi.PaymentTotals
-
Packages that use PaymentTotals Package Description com.adyen.model.tapi -
-
Uses of PaymentTotals in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentTotals Modifier and Type Method Description static PaymentTotalsPaymentTotals. fromJson(String jsonString)Create an instance of PaymentTotals given an JSON stringPaymentTotalsPaymentTotals. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentTotalsPaymentTotals. transactionAmount(BigDecimal transactionAmount)Sum of amount of processed transaction during the period.PaymentTotalsPaymentTotals. transactionCount(Integer transactionCount)Number of processed transaction during the period.PaymentTotalsPaymentTotals. transactionType(TransactionType transactionType)transactionTypeMethods in com.adyen.model.tapi that return types with arguments of type PaymentTotals Modifier and Type Method Description List<PaymentTotals>TransactionTotals. getPaymentTotals()Totals of the payment transaction during the reconciliation period.Methods in com.adyen.model.tapi with parameters of type PaymentTotals Modifier and Type Method Description TransactionTotalsTransactionTotals. addPaymentTotalsItem(PaymentTotals paymentTotalsItem)Method parameters in com.adyen.model.tapi with type arguments of type PaymentTotals Modifier and Type Method Description TransactionTotalsTransactionTotals. paymentTotals(List<PaymentTotals> paymentTotals)Totals of the payment transaction during the reconciliation period.voidTransactionTotals. setPaymentTotals(List<PaymentTotals> paymentTotals)Totals of the payment transaction during the reconciliation period.
-