Uses of Class
com.adyen.model.marketpay.Transaction
-
Packages that use Transaction Package Description com.adyen.model.marketpay com.adyen.model.marketpay.notification -
-
Uses of Transaction in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay 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(Date creationDate)TransactionTransaction. description(String description)TransactionTransaction. destinationAccountCode(String destinationAccountCode)TransactionTransaction. disputePspReference(String disputePspReference)TransactionTransaction. disputeReasonCode(String disputeReasonCode)TransactionTransaction. 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.marketpay 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.marketpay with parameters of type Transaction Modifier and Type Method Description AccountTransactionListAccountTransactionList. addTransactionsItem(Transaction transactionsItem)Method parameters in com.adyen.model.marketpay with type arguments of type Transaction Modifier and Type Method Description voidAccountTransactionList. setTransactions(List<Transaction> transactions)AccountTransactionListAccountTransactionList. transactions(List<Transaction> transactions) -
Uses of Transaction in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return Transaction Modifier and Type Method Description TransactionScheduledRefundsNotificationContent. getLastPayout()TransactionRefundResult. getOriginalTransaction()Methods in com.adyen.model.marketpay.notification with parameters of type Transaction Modifier and Type Method Description voidScheduledRefundsNotificationContent. setLastPayout(Transaction lastPayout)voidRefundResult. setOriginalTransaction(Transaction originalTransaction)
-