Uses of Class
com.adyen.model.transfers.Transaction
-
Packages that use Transaction Package Description com.adyen.model.transfers com.adyen.service.transfers -
-
Uses of Transaction in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return Transaction Modifier and Type Method Description TransactionTransaction. accountHolder(ResourceReference accountHolder)accountHolderTransactionTransaction. amount(Amount amount)amountTransactionTransaction. balanceAccount(ResourceReference balanceAccount)balanceAccountTransactionTransaction. balancePlatform(String balancePlatform)The unique identifier of the balance platform.TransactionTransaction. bookingDate(OffsetDateTime bookingDate)The date the transaction was booked into the balance account.TransactionTransaction. creationDate(OffsetDateTime creationDate)The date and time when the event was triggered, in ISO 8601 extended format.TransactionTransaction. description(String description)The `description` from the `/transfers` request.static TransactionTransaction. fromJson(String jsonString)Create an instance of Transaction given an JSON stringTransactionTransaction. id(String id)The unique identifier of the transaction.TransactionTransaction. paymentInstrument(PaymentInstrument paymentInstrument)paymentInstrumentTransactionTransaction. referenceForBeneficiary(String referenceForBeneficiary)The reference sent to or received from the counterpartyTransactionTransaction. status(Transaction.StatusEnum status)The status of the transaction.TransactionTransaction. transfer(TransferView transfer)transferTransactionTransaction. valueDate(OffsetDateTime valueDate)The date the transfer amount becomes available in the balance account.Methods in com.adyen.model.transfers that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>TransactionSearchResponse. getData()Contains the transactions that match the query parameters.Methods in com.adyen.model.transfers with parameters of type Transaction Modifier and Type Method Description TransactionSearchResponseTransactionSearchResponse. addDataItem(Transaction dataItem)Method parameters in com.adyen.model.transfers with type arguments of type Transaction Modifier and Type Method Description TransactionSearchResponseTransactionSearchResponse. data(List<Transaction> data)Contains the transactions that match the query parameters.voidTransactionSearchResponse. setData(List<Transaction> data)Contains the transactions that match the query parameters. -
Uses of Transaction in com.adyen.service.transfers
Methods in com.adyen.service.transfers that return Transaction Modifier and Type Method Description TransactionTransactionsApi. getTransaction(String id)Get a transactionTransactionTransactionsApi. getTransaction(String id, RequestOptions requestOptions)Get a transaction
-