Skip to content

Commit e5f0ed1

Browse files
[transfers] Automated update from Adyen/adyen-openapi@de1fbcb
1 parent b1ea0e5 commit e5f0ed1

20 files changed

Lines changed: 4136 additions & 80 deletions

sdk-generation-log/transfers.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"service": "transfers",
33
"project": "java",
4-
"generatedAt": "2026-05-14T14:22:14Z",
5-
"openapiCommitSha": "cbc5406a2df1f24d50e40742f18342f7ca7f21fc",
6-
"automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284",
7-
"libraryCommitSha": "5790580db2f8a931a68baba2bff9760b8aed2067"
4+
"generatedAt": "2026-07-06T17:25:25Z",
5+
"openapiCommitSha": "de1fbcbf8f6e7ca4642a44daa3af6a55998005fc",
6+
"automationCommitSha": "5f1d5ab9643886ef722a2626e23afef8db5d52a6",
7+
"libraryCommitSha": "b1ea0e573d73e2a641ebab068063cf01792f279a"
88
}

src/main/java/com/adyen/model/transfers/BankAccountV3AccountIdentification.java

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,42 @@ public BankAccountV3AccountIdentification(USLocalAccountIdentification o) {
639639
schemas.put("USLocalAccountIdentification", new GenericType<USLocalAccountIdentification>() {});
640640
JSON.registerDescendants(
641641
BankAccountV3AccountIdentification.class, Collections.unmodifiableMap(schemas));
642+
// Initialize and register the discriminator mappings.
643+
Map<String, Class<?>> mappings = new HashMap<>();
644+
mappings.put("auLocal", AULocalAccountIdentification.class);
645+
mappings.put("brLocal", BRLocalAccountIdentification.class);
646+
mappings.put("caLocal", CALocalAccountIdentification.class);
647+
mappings.put("czLocal", CZLocalAccountIdentification.class);
648+
mappings.put("dkLocal", DKLocalAccountIdentification.class);
649+
mappings.put("hkLocal", HKLocalAccountIdentification.class);
650+
mappings.put("huLocal", HULocalAccountIdentification.class);
651+
mappings.put("iban", IbanAccountIdentification.class);
652+
mappings.put("noLocal", NOLocalAccountIdentification.class);
653+
mappings.put("numberAndBic", NumberAndBicAccountIdentification.class);
654+
mappings.put("nzLocal", NZLocalAccountIdentification.class);
655+
mappings.put("plLocal", PLLocalAccountIdentification.class);
656+
mappings.put("seLocal", SELocalAccountIdentification.class);
657+
mappings.put("sgLocal", SGLocalAccountIdentification.class);
658+
mappings.put("ukLocal", UKLocalAccountIdentification.class);
659+
mappings.put("usLocal", USLocalAccountIdentification.class);
660+
mappings.put("AULocalAccountIdentification", AULocalAccountIdentification.class);
661+
mappings.put("BRLocalAccountIdentification", BRLocalAccountIdentification.class);
662+
mappings.put("CALocalAccountIdentification", CALocalAccountIdentification.class);
663+
mappings.put("CZLocalAccountIdentification", CZLocalAccountIdentification.class);
664+
mappings.put("DKLocalAccountIdentification", DKLocalAccountIdentification.class);
665+
mappings.put("HKLocalAccountIdentification", HKLocalAccountIdentification.class);
666+
mappings.put("HULocalAccountIdentification", HULocalAccountIdentification.class);
667+
mappings.put("IbanAccountIdentification", IbanAccountIdentification.class);
668+
mappings.put("NOLocalAccountIdentification", NOLocalAccountIdentification.class);
669+
mappings.put("NZLocalAccountIdentification", NZLocalAccountIdentification.class);
670+
mappings.put("NumberAndBicAccountIdentification", NumberAndBicAccountIdentification.class);
671+
mappings.put("PLLocalAccountIdentification", PLLocalAccountIdentification.class);
672+
mappings.put("SELocalAccountIdentification", SELocalAccountIdentification.class);
673+
mappings.put("SGLocalAccountIdentification", SGLocalAccountIdentification.class);
674+
mappings.put("UKLocalAccountIdentification", UKLocalAccountIdentification.class);
675+
mappings.put("USLocalAccountIdentification", USLocalAccountIdentification.class);
676+
mappings.put("BankAccountV3_accountIdentification", BankAccountV3AccountIdentification.class);
677+
JSON.registerDiscriminator(BankAccountV3AccountIdentification.class, "type", mappings);
642678
}
643679

644680
@Override

0 commit comments

Comments
 (0)