Skip to content

[transferwebhooks] Code generation: update services and models#1947

Merged
jeandersonbc merged 3 commits into
mainfrom
sdk-automation/transferwebhooks
May 15, 2026
Merged

[transferwebhooks] Code generation: update services and models#1947
jeandersonbc merged 3 commits into
mainfrom
sdk-automation/transferwebhooks

Conversation

@AdyenAutomationBot

Copy link
Copy Markdown
Collaborator

This PR contains the automated changes for the transferwebhooks service.

The commit history of this PR reflects the adyen-openapi commits that have been applied.

@AdyenAutomationBot AdyenAutomationBot requested a review from a team as a code owner April 20, 2026 10:47

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the SDK generation metadata for the transferwebhooks service and applies minor code cleanup across the clouddevice service. Changes include the removal of an unused import in CloudDeviceApi, as well as formatting adjustments to Javadoc comments and test assertions for better readability. I have no feedback to provide as there are no review comments to evaluate.

@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/transferwebhooks branch 2 times, most recently from e419f9e to 3741688 Compare April 30, 2026 10:00
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/transferwebhooks branch 6 times, most recently from f4984e1 to 33c03b4 Compare May 5, 2026 15:05
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/transferwebhooks branch 6 times, most recently from 1ea6c7d to 752505e Compare May 14, 2026 14:19
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/transferwebhooks branch from 752505e to 477598d Compare May 14, 2026 14:22
@jeandersonbc

Copy link
Copy Markdown
Contributor

[transferwebhooks] Model updates — new models, new fields, and expanded enums

Generated from: openapiCommitSha: cbc5406a (previously aa5556ef)

This PR updates the transferwebhooks model package with new model classes, additional fields on existing models, and expanded enum values across several classes.


Features Added

Change Details
New model: FundingInstrument Represents a funding instrument with fields: cardIdentification, networkPaymentReference, reference, and sourceOfFunds (enum: card, unknown).
New model: UltimatePartyIdentification Represents the ultimate originating or beneficiary party. Supports fields: address, dateOfBirth, email, firstName, fullName, fundingInstrument, lastName, phone, reference, type (enum: individual, organization), url.
TransferData.ultimateParty New optional field of type UltimatePartyIdentification added to TransferData.
IbanAccountIdentification.bic New optional bic (BIC/SWIFT code) field added to IBAN account identification.
TransferNotificationMerchantData.countryCode New optional countryCode field added alongside the existing country field.

Behavioral Changes

Class Change
TransferData.StatusEnum Added PENDING and REVERSED enum values.
TransferEvent.UpdatedTransferStatusEnum Added PENDING and REVERSED enum values.
Modification.StatusEnum Added REVERSED enum value.
IssuedCard.ProcessingTypeEnum Javadoc updated to enumerate all supported values: atmWithdraw, balanceInquiry, ecommerce, moto, pos, purchaseWithCashback, recurring, token. No code change — documentation only, but clarifies previously undocumented enum members.

Potential Breaking Changes

None of the changes remove existing fields or enum values. However, consumers that use exhaustive switch statements or custom deserialization logic over StatusEnum in
TransferData, TransferEvent, or Modification should account for the newly added PENDING and REVERSED values to avoid unhandled-case issues.


Doc / Metadata Changes

File Change
sdk-generation-log/transferwebhooks.json Updated generatedAt, openapiCommitSha, automationCommitSha, and libraryCommitSha to reflect the new generation run.

@jeandersonbc jeandersonbc added the Feature Indicates a new feature addition label May 15, 2026
@jeandersonbc jeandersonbc added this pull request to the merge queue May 15, 2026
Merged via the queue into main with commit 1350d68 May 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Indicates a new feature addition

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants