Skip to content

Commit 006de89

Browse files
AdyenAutomationBotgcatanese
authored andcommitted
[payment] Automated update from Adyen/adyen-openapi@a1f4b19
1 parent 4a7c8d4 commit 006de89

4 files changed

Lines changed: 96 additions & 42 deletions

File tree

sdk-generation-log/payment.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"service": "payment",
33
"project": "java",
4-
"generatedAt": "2026-04-10T08:24:49Z",
5-
"openapiCommitSha": "aa5556ef9586980ba6c319d0750fb38d7bbda09b",
4+
"generatedAt": "2026-04-14T07:37:56Z",
5+
"openapiCommitSha": "a1f4b19cca472f4d51aa7568fc8ff0f838ca9f57",
66
"automationCommitSha": "855b6c5526cb5fae757e921687c38df66d31dc4b",
7-
"libraryCommitSha": "334bfa6a6af849c76a7a28c45a36a692ab0274c3"
7+
"libraryCommitSha": "4a7c8d4eb02058d9d3215ba0497d4b2aa8905bea"
88
}

src/main/java/com/adyen/model/payment/PaymentRequest.java

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,11 +2508,17 @@ public void setShopperInteraction(ShopperInteractionEnum shopperInteraction) {
25082508
}
25092509

25102510
/**
2511-
* The combination of a language code and a country code to specify the language to be used in the
2512-
* payment.
2513-
*
2514-
* @param shopperLocale The combination of a language code and a country code to specify the
2515-
* language to be used in the payment.
2511+
* The language for the payment. The value combines the two-letter [ISO
2512+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2513+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2514+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2515+
* your front-end global configuration does not set the `locale`.
2516+
*
2517+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
2518+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2519+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2520+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2521+
* if your front-end global configuration does not set the `locale`.
25162522
* @return the current {@code PaymentRequest} instance, allowing for method chaining
25172523
*/
25182524
public PaymentRequest shopperLocale(String shopperLocale) {
@@ -2522,11 +2528,17 @@ public PaymentRequest shopperLocale(String shopperLocale) {
25222528
}
25232529

25242530
/**
2525-
* The combination of a language code and a country code to specify the language to be used in the
2526-
* payment.
2531+
* The language for the payment. The value combines the two-letter [ISO
2532+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2533+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2534+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2535+
* your front-end global configuration does not set the `locale`.
25272536
*
2528-
* @return shopperLocale The combination of a language code and a country code to specify the
2529-
* language to be used in the payment.
2537+
* @return shopperLocale The language for the payment. The value combines the two-letter [ISO
2538+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2539+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2540+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2541+
* if your front-end global configuration does not set the `locale`.
25302542
*/
25312543
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
25322544
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -2535,11 +2547,17 @@ public String getShopperLocale() {
25352547
}
25362548

25372549
/**
2538-
* The combination of a language code and a country code to specify the language to be used in the
2539-
* payment.
2550+
* The language for the payment. The value combines the two-letter [ISO
2551+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2552+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2553+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2554+
* your front-end global configuration does not set the `locale`.
25402555
*
2541-
* @param shopperLocale The combination of a language code and a country code to specify the
2542-
* language to be used in the payment.
2556+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
2557+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2558+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2559+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2560+
* if your front-end global configuration does not set the `locale`.
25432561
*/
25442562
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
25452563
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/payment/PaymentRequest3d.java

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,11 +2038,17 @@ public void setShopperInteraction(ShopperInteractionEnum shopperInteraction) {
20382038
}
20392039

20402040
/**
2041-
* The combination of a language code and a country code to specify the language to be used in the
2042-
* payment.
2043-
*
2044-
* @param shopperLocale The combination of a language code and a country code to specify the
2045-
* language to be used in the payment.
2041+
* The language for the payment. The value combines the two-letter [ISO
2042+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2043+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2044+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2045+
* your front-end global configuration does not set the `locale`.
2046+
*
2047+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
2048+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2049+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2050+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2051+
* if your front-end global configuration does not set the `locale`.
20462052
* @return the current {@code PaymentRequest3d} instance, allowing for method chaining
20472053
*/
20482054
public PaymentRequest3d shopperLocale(String shopperLocale) {
@@ -2052,11 +2058,17 @@ public PaymentRequest3d shopperLocale(String shopperLocale) {
20522058
}
20532059

20542060
/**
2055-
* The combination of a language code and a country code to specify the language to be used in the
2056-
* payment.
2061+
* The language for the payment. The value combines the two-letter [ISO
2062+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2063+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2064+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2065+
* your front-end global configuration does not set the `locale`.
20572066
*
2058-
* @return shopperLocale The combination of a language code and a country code to specify the
2059-
* language to be used in the payment.
2067+
* @return shopperLocale The language for the payment. The value combines the two-letter [ISO
2068+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2069+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2070+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2071+
* if your front-end global configuration does not set the `locale`.
20602072
*/
20612073
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
20622074
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -2065,11 +2077,17 @@ public String getShopperLocale() {
20652077
}
20662078

20672079
/**
2068-
* The combination of a language code and a country code to specify the language to be used in the
2069-
* payment.
2080+
* The language for the payment. The value combines the two-letter [ISO
2081+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2082+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2083+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2084+
* your front-end global configuration does not set the `locale`.
20702085
*
2071-
* @param shopperLocale The combination of a language code and a country code to specify the
2072-
* language to be used in the payment.
2086+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
2087+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2088+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2089+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2090+
* if your front-end global configuration does not set the `locale`.
20732091
*/
20742092
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
20752093
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/payment/PaymentRequest3ds2.java

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,11 +1963,17 @@ public void setShopperInteraction(ShopperInteractionEnum shopperInteraction) {
19631963
}
19641964

19651965
/**
1966-
* The combination of a language code and a country code to specify the language to be used in the
1967-
* payment.
1968-
*
1969-
* @param shopperLocale The combination of a language code and a country code to specify the
1970-
* language to be used in the payment.
1966+
* The language for the payment. The value combines the two-letter [ISO
1967+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
1968+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
1969+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
1970+
* your front-end global configuration does not set the `locale`.
1971+
*
1972+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
1973+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
1974+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
1975+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
1976+
* if your front-end global configuration does not set the `locale`.
19711977
* @return the current {@code PaymentRequest3ds2} instance, allowing for method chaining
19721978
*/
19731979
public PaymentRequest3ds2 shopperLocale(String shopperLocale) {
@@ -1977,11 +1983,17 @@ public PaymentRequest3ds2 shopperLocale(String shopperLocale) {
19771983
}
19781984

19791985
/**
1980-
* The combination of a language code and a country code to specify the language to be used in the
1981-
* payment.
1986+
* The language for the payment. The value combines the two-letter [ISO
1987+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
1988+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
1989+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
1990+
* your front-end global configuration does not set the `locale`.
19821991
*
1983-
* @return shopperLocale The combination of a language code and a country code to specify the
1984-
* language to be used in the payment.
1992+
* @return shopperLocale The language for the payment. The value combines the two-letter [ISO
1993+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
1994+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
1995+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
1996+
* if your front-end global configuration does not set the `locale`.
19851997
*/
19861998
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
19871999
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -1990,11 +2002,17 @@ public String getShopperLocale() {
19902002
}
19912003

19922004
/**
1993-
* The combination of a language code and a country code to specify the language to be used in the
1994-
* payment.
2005+
* The language for the payment. The value combines the two-letter [ISO
2006+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2007+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2008+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears if
2009+
* your front-end global configuration does not set the `locale`.
19952010
*
1996-
* @param shopperLocale The combination of a language code and a country code to specify the
1997-
* language to be used in the payment.
2011+
* @param shopperLocale The language for the payment. The value combines the two-letter [ISO
2012+
* 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code with the
2013+
* [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) country
2014+
* code. For example, **nl-NL**. When using Drop-in/Components, the specified language appears
2015+
* if your front-end global configuration does not set the `locale`.
19982016
*/
19992017
@JsonProperty(JSON_PROPERTY_SHOPPER_LOCALE)
20002018
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)