Skip to content

Commit 7594b3e

Browse files
false[adyen-sdk-automation] automated change (#1336)
1 parent 4a42e9e commit 7594b3e

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

src/main/java/com/adyen/model/checkout/CreateCheckoutSessionRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public static ShopperInteractionEnum fromValue(String value) {
427427
private String store;
428428

429429
/**
430-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
430+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
431431
*/
432432
public enum StoreFiltrationModeEnum {
433433
EXCLUSIVE("exclusive"),
@@ -1722,10 +1722,10 @@ public CreateCheckoutSessionRequest returnUrl(String returnUrl) {
17221722
}
17231723

17241724
/**
1725-
* The URL to return to when a redirect payment is completed.
1725+
* The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
17261726
* @return returnUrl
17271727
**/
1728-
@ApiModelProperty(required = true, value = "The URL to return to when a redirect payment is completed.")
1728+
@ApiModelProperty(required = true, value = "The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.")
17291729
@JsonProperty(JSON_PROPERTY_RETURN_URL)
17301730
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
17311731

@@ -1735,7 +1735,7 @@ public String getReturnUrl() {
17351735

17361736

17371737
/**
1738-
* The URL to return to when a redirect payment is completed.
1738+
* The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
17391739
*
17401740
* @param returnUrl
17411741
*/
@@ -2180,10 +2180,10 @@ public CreateCheckoutSessionRequest storeFiltrationMode(StoreFiltrationModeEnum
21802180
}
21812181

21822182
/**
2183-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
2183+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
21842184
* @return storeFiltrationMode
21852185
**/
2186-
@ApiModelProperty(value = "Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.")
2186+
@ApiModelProperty(value = "Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.")
21872187
@JsonProperty(JSON_PROPERTY_STORE_FILTRATION_MODE)
21882188
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
21892189

@@ -2193,7 +2193,7 @@ public StoreFiltrationModeEnum getStoreFiltrationMode() {
21932193

21942194

21952195
/**
2196-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
2196+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
21972197
*
21982198
* @param storeFiltrationMode
21992199
*/

src/main/java/com/adyen/model/checkout/CreateCheckoutSessionResponse.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public static ShopperInteractionEnum fromValue(String value) {
435435
private String store;
436436

437437
/**
438-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
438+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
439439
*/
440440
public enum StoreFiltrationModeEnum {
441441
EXCLUSIVE("exclusive"),
@@ -1763,10 +1763,10 @@ public CreateCheckoutSessionResponse returnUrl(String returnUrl) {
17631763
}
17641764

17651765
/**
1766-
* The URL to return to when a redirect payment is completed.
1766+
* The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
17671767
* @return returnUrl
17681768
**/
1769-
@ApiModelProperty(required = true, value = "The URL to return to when a redirect payment is completed.")
1769+
@ApiModelProperty(required = true, value = "The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.")
17701770
@JsonProperty(JSON_PROPERTY_RETURN_URL)
17711771
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
17721772

@@ -1776,7 +1776,7 @@ public String getReturnUrl() {
17761776

17771777

17781778
/**
1779-
* The URL to return to when a redirect payment is completed.
1779+
* The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol `http://` or `https://`. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: `https://your-company.com/checkout?shopperOrder=12xy` * For iOS, use the custom URL for your app. To know more about setting custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app). Example: `my-app://` * For Android, use a custom URL handled by an Activity on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters). Example: `my-app://your.package.name` If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. > The URL must not include personally identifiable information (PII), for example name or email address.
17801780
*
17811781
* @param returnUrl
17821782
*/
@@ -2251,10 +2251,10 @@ public CreateCheckoutSessionResponse storeFiltrationMode(StoreFiltrationModeEnum
22512251
}
22522252

22532253
/**
2254-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
2254+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
22552255
* @return storeFiltrationMode
22562256
**/
2257-
@ApiModelProperty(value = "Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.")
2257+
@ApiModelProperty(value = "Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.")
22582258
@JsonProperty(JSON_PROPERTY_STORE_FILTRATION_MODE)
22592259
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
22602260

@@ -2264,7 +2264,7 @@ public StoreFiltrationModeEnum getStoreFiltrationMode() {
22642264

22652265

22662266
/**
2267-
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned. - 'skipFilter': All payment methods are returned, regardless of store association.
2267+
* Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.
22682268
*
22692269
* @param storeFiltrationMode
22702270
*/

0 commit comments

Comments
 (0)