Uses of Class
com.adyen.model.transactionwebhooks.Transaction
-
Packages that use Transaction Package Description com.adyen.model.transactionwebhooks -
-
Uses of Transaction in com.adyen.model.transactionwebhooks
Methods in com.adyen.model.transactionwebhooks 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.static TransactionTransaction. fromJson(String jsonString)Create an instance of Transaction given an JSON stringTransactionTransactionNotificationRequestV4. getData()dataTransactionTransaction. id(String id)The unique identifier of the transaction.TransactionTransaction. status(Transaction.StatusEnum status)The status of the transaction.TransactionTransaction. transfer(TransferData transfer)transferTransactionTransaction. valueDate(OffsetDateTime valueDate)The date the transfer amount becomes available in the balance account.Methods in com.adyen.model.transactionwebhooks with parameters of type Transaction Modifier and Type Method Description TransactionNotificationRequestV4TransactionNotificationRequestV4. data(Transaction data)datavoidTransactionNotificationRequestV4. setData(Transaction data)data
-