@@ -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