Uses of Class
com.adyen.model.marketpayfund.Transaction
-
Packages that use Transaction Package Description com.adyen.model.marketpayfund -
-
Uses of Transaction in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return Transaction Modifier and Type Method Description TransactionTransaction. amount(Amount amount)TransactionTransaction. bankAccountDetail(BankAccountDetail bankAccountDetail)TransactionTransaction. captureMerchantReference(String captureMerchantReference)TransactionTransaction. capturePspReference(String capturePspReference)TransactionTransaction. creationDate(OffsetDateTime creationDate)TransactionTransaction. description(String description)TransactionTransaction. destinationAccountCode(String destinationAccountCode)TransactionTransaction. disputePspReference(String disputePspReference)TransactionTransaction. disputeReasonCode(String disputeReasonCode)static TransactionTransaction. fromJson(String jsonString)Create an instance of Transaction given an JSON stringTransactionTransaction. merchantReference(String merchantReference)TransactionTransaction. paymentPspReference(String paymentPspReference)TransactionTransaction. payoutPspReference(String payoutPspReference)TransactionTransaction. pspReference(String pspReference)TransactionTransaction. sourceAccountCode(String sourceAccountCode)TransactionTransaction. transactionStatus(Transaction.TransactionStatusEnum transactionStatus)TransactionTransaction. transferCode(String transferCode)Methods in com.adyen.model.marketpayfund that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>AccountTransactionList. getTransactions()The list of transactions.Methods in com.adyen.model.marketpayfund with parameters of type Transaction Modifier and Type Method Description AccountTransactionListAccountTransactionList. addTransactionsItem(Transaction transactionsItem)Method parameters in com.adyen.model.marketpayfund with type arguments of type Transaction Modifier and Type Method Description voidAccountTransactionList. setTransactions(List<Transaction> transactions)AccountTransactionListAccountTransactionList. transactions(List<Transaction> transactions)
-