Uses of Class
com.adyen.model.marketpaywebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.marketpaywebhooks -
-
Uses of Amount in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return Amount Modifier and Type Method Description AmountAmount. currency(String currency)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCompensateNegativeBalanceNotificationRecord. getAmount()Get amountAmountDirectDebitInitiatedNotificationContent. getAmount()Get amountAmountRefundFundsTransferNotificationContent. getAmount()Get amountAmountTransaction. getAmount()Get amountAmountTransferFundsNotificationContent. getAmount()Get amountAmountAccountFundsBelowThresholdNotificationContent. getCurrentFunds()Get currentFundsAmountAccountFundsBelowThresholdNotificationContent. getFundThreshold()Get fundThresholdAmountAccountPayoutState. getPayoutLimit()Get payoutLimitAmountAccountProcessingState. getProcessedFrom()Get processedFromAmountAccountProcessingState. getProcessedTo()Get processedToAmountAmount. value(Long value)Methods in com.adyen.model.marketpaywebhooks that return types with arguments of type Amount Modifier and Type Method Description List<Amount>AccountHolderPayoutNotificationContent. getAmounts()The payout amounts (per currency).Methods in com.adyen.model.marketpaywebhooks with parameters of type Amount Modifier and Type Method Description AccountHolderPayoutNotificationContentAccountHolderPayoutNotificationContent. addAmountsItem(Amount amountsItem)CompensateNegativeBalanceNotificationRecordCompensateNegativeBalanceNotificationRecord. amount(Amount amount)DirectDebitInitiatedNotificationContentDirectDebitInitiatedNotificationContent. amount(Amount amount)RefundFundsTransferNotificationContentRefundFundsTransferNotificationContent. amount(Amount amount)TransactionTransaction. amount(Amount amount)TransferFundsNotificationContentTransferFundsNotificationContent. amount(Amount amount)AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. currentFunds(Amount currentFunds)AccountFundsBelowThresholdNotificationContentAccountFundsBelowThresholdNotificationContent. fundThreshold(Amount fundThreshold)AccountPayoutStateAccountPayoutState. payoutLimit(Amount payoutLimit)AccountProcessingStateAccountProcessingState. processedFrom(Amount processedFrom)AccountProcessingStateAccountProcessingState. processedTo(Amount processedTo)voidCompensateNegativeBalanceNotificationRecord. setAmount(Amount amount)voidDirectDebitInitiatedNotificationContent. setAmount(Amount amount)voidRefundFundsTransferNotificationContent. setAmount(Amount amount)voidTransaction. setAmount(Amount amount)voidTransferFundsNotificationContent. setAmount(Amount amount)voidAccountFundsBelowThresholdNotificationContent. setCurrentFunds(Amount currentFunds)voidAccountFundsBelowThresholdNotificationContent. setFundThreshold(Amount fundThreshold)voidAccountPayoutState. setPayoutLimit(Amount payoutLimit)voidAccountProcessingState. setProcessedFrom(Amount processedFrom)voidAccountProcessingState. setProcessedTo(Amount processedTo)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type Amount Modifier and Type Method Description AccountHolderPayoutNotificationContentAccountHolderPayoutNotificationContent. amounts(List<Amount> amounts)voidAccountHolderPayoutNotificationContent. setAmounts(List<Amount> amounts)
-