Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk-generation-log/transferwebhooks.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"service": "transferwebhooks",
"project": "java",
"generatedAt": "2026-05-14T14:22:16Z",
"openapiCommitSha": "cbc5406a2df1f24d50e40742f18342f7ca7f21fc",
"generatedAt": "2026-06-01T09:45:24Z",
"openapiCommitSha": "c0822241f611e20376f72b279f2b3e67dea27a43",
"automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284",
"libraryCommitSha": "5790580db2f8a931a68baba2bff9760b8aed2067"
"libraryCommitSha": "b2ec3b93864e9e4a5548fa7e77fccd50da77ec2f"
}
73 changes: 35 additions & 38 deletions src/main/java/com/adyen/model/transferwebhooks/TransferData.java
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,11 @@ public static ReasonEnum fromValue(String value) {
/**
* The result of the transfer. For example: - **received**: an outgoing transfer request is
* created. - **refused**: the transfer request is rejected by Adyen for one of the following
* reasons: - Lack of funds in the balance account. - Transfer limit exceeded. - Transaction rule
* requirements violated. - **authorised**: the transfer request is authorized and the funds are
* reserved. - **booked**: the funds are deducted from your user's balance account. -
* **failed**: the transfer is rejected by the counterparty's bank. - **returned**: the
* transfer is returned by the counterparty's bank.
* reasons: - Transfer limit exceeded. - Transaction rule requirements violated. - **authorised**:
* the transfer request is authorized and the funds are reserved. - **booked**: the funds are
* deducted from your user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
*/
public enum StatusEnum {
APPROVALPENDING(String.valueOf("approvalPending")),
Expand Down Expand Up @@ -1705,20 +1705,19 @@ public void setSequenceNumber(Integer sequenceNumber) {
/**
* The result of the transfer. For example: - **received**: an outgoing transfer request is
* created. - **refused**: the transfer request is rejected by Adyen for one of the following
* reasons: - Lack of funds in the balance account. - Transfer limit exceeded. - Transaction rule
* requirements violated. - **authorised**: the transfer request is authorized and the funds are
* reserved. - **booked**: the funds are deducted from your user's balance account. -
* **failed**: the transfer is rejected by the counterparty's bank. - **returned**: the
* transfer is returned by the counterparty's bank.
* reasons: - Transfer limit exceeded. - Transaction rule requirements violated. - **authorised**:
* the transfer request is authorized and the funds are reserved. - **booked**: the funds are
* deducted from your user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
*
* @param status The result of the transfer. For example: - **received**: an outgoing transfer
* request is created. - **refused**: the transfer request is rejected by Adyen for one of the
* following reasons: - Lack of funds in the balance account. - Transfer limit exceeded. -
* Transaction rule requirements violated. - **authorised**: the transfer request is
* authorized and the funds are reserved. - **booked**: the funds are deducted from your
* user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
* following reasons: - Transfer limit exceeded. - Transaction rule requirements violated. -
* **authorised**: the transfer request is authorized and the funds are reserved. -
* **booked**: the funds are deducted from your user's balance account. - **failed**: the
* transfer is rejected by the counterparty's bank. - **returned**: the transfer is
* returned by the counterparty's bank.
* @return the current {@code TransferData} instance, allowing for method chaining
*/
public TransferData status(StatusEnum status) {
Expand All @@ -1729,20 +1728,19 @@ public TransferData status(StatusEnum status) {
/**
* The result of the transfer. For example: - **received**: an outgoing transfer request is
* created. - **refused**: the transfer request is rejected by Adyen for one of the following
* reasons: - Lack of funds in the balance account. - Transfer limit exceeded. - Transaction rule
* requirements violated. - **authorised**: the transfer request is authorized and the funds are
* reserved. - **booked**: the funds are deducted from your user's balance account. -
* **failed**: the transfer is rejected by the counterparty's bank. - **returned**: the
* transfer is returned by the counterparty's bank.
* reasons: - Transfer limit exceeded. - Transaction rule requirements violated. - **authorised**:
* the transfer request is authorized and the funds are reserved. - **booked**: the funds are
* deducted from your user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
*
* @return status The result of the transfer. For example: - **received**: an outgoing transfer
* request is created. - **refused**: the transfer request is rejected by Adyen for one of the
* following reasons: - Lack of funds in the balance account. - Transfer limit exceeded. -
* Transaction rule requirements violated. - **authorised**: the transfer request is
* authorized and the funds are reserved. - **booked**: the funds are deducted from your
* user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
* following reasons: - Transfer limit exceeded. - Transaction rule requirements violated. -
* **authorised**: the transfer request is authorized and the funds are reserved. -
* **booked**: the funds are deducted from your user's balance account. - **failed**: the
* transfer is rejected by the counterparty's bank. - **returned**: the transfer is
* returned by the counterparty's bank.
*/
@JsonProperty(JSON_PROPERTY_STATUS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -1753,20 +1751,19 @@ public StatusEnum getStatus() {
/**
* The result of the transfer. For example: - **received**: an outgoing transfer request is
* created. - **refused**: the transfer request is rejected by Adyen for one of the following
* reasons: - Lack of funds in the balance account. - Transfer limit exceeded. - Transaction rule
* requirements violated. - **authorised**: the transfer request is authorized and the funds are
* reserved. - **booked**: the funds are deducted from your user's balance account. -
* **failed**: the transfer is rejected by the counterparty's bank. - **returned**: the
* transfer is returned by the counterparty's bank.
* reasons: - Transfer limit exceeded. - Transaction rule requirements violated. - **authorised**:
* the transfer request is authorized and the funds are reserved. - **booked**: the funds are
* deducted from your user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
*
* @param status The result of the transfer. For example: - **received**: an outgoing transfer
* request is created. - **refused**: the transfer request is rejected by Adyen for one of the
* following reasons: - Lack of funds in the balance account. - Transfer limit exceeded. -
* Transaction rule requirements violated. - **authorised**: the transfer request is
* authorized and the funds are reserved. - **booked**: the funds are deducted from your
* user's balance account. - **failed**: the transfer is rejected by the
* counterparty's bank. - **returned**: the transfer is returned by the counterparty's
* bank.
* following reasons: - Transfer limit exceeded. - Transaction rule requirements violated. -
* **authorised**: the transfer request is authorized and the funds are reserved. -
* **booked**: the funds are deducted from your user's balance account. - **failed**: the
* transfer is rejected by the counterparty's bank. - **returned**: the transfer is
* returned by the counterparty's bank.
*/
@JsonProperty(JSON_PROPERTY_STATUS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down