Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored Aug 22, 2024
1 parent e070555 commit 11fab69
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions Adyen/Model/Checkout/CreateCheckoutSessionRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ public enum ShopperInteractionEnum
[DataMember(Name = "shopperInteraction", EmitDefaultValue = false)]
public ShopperInteractionEnum? ShopperInteraction { get; set; }
/// <summary>
/// Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned. - &#39;skipFilter&#39;: All payment methods are returned, regardless of store association.
/// Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned.
/// </summary>
/// <value>Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned. - &#39;skipFilter&#39;: All payment methods are returned, regardless of store association.</value>
/// <value>Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned.</value>
[JsonConverter(typeof(StringEnumConverter))]
public enum StoreFiltrationModeEnum
{
Expand All @@ -197,9 +197,9 @@ public enum StoreFiltrationModeEnum


/// <summary>
/// Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned. - &#39;skipFilter&#39;: All payment methods are returned, regardless of store association.
/// Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned.
/// </summary>
/// <value>Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned. - &#39;skipFilter&#39;: All payment methods are returned, regardless of store association.</value>
/// <value>Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned.</value>
[DataMember(Name = "storeFiltrationMode", EmitDefaultValue = false)]
public StoreFiltrationModeEnum? StoreFiltrationMode { get; set; }
/// <summary>
Expand Down Expand Up @@ -282,7 +282,7 @@ protected CreateCheckoutSessionRequest() { }
/// <param name="redirectFromIssuerMethod">Specifies the redirect method (GET or POST) when redirecting back from the issuer..</param>
/// <param name="redirectToIssuerMethod">Specifies the redirect method (GET or POST) when redirecting to the issuer..</param>
/// <param name="reference">The reference to uniquely identify a payment. (required).</param>
/// <param name="returnUrl">The URL to return to when a redirect payment is completed. (required).</param>
/// <param name="returnUrl">The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol &#x60;http://&#x60; or &#x60;https://&#x60;. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: &#x60;https://your-company.com/checkout?shopperOrder&#x3D;12xy&#x60; * 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: &#x60;my-app://&#x60; * 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: &#x60;my-app://your.package.name&#x60; If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. &gt; The URL must not include personally identifiable information (PII), for example name or email address. (required).</param>
/// <param name="riskData">riskData.</param>
/// <param name="shopperEmail">The shopper&#39;s email address..</param>
/// <param name="shopperIP">The shopper&#39;s IP address. In general, we recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks). &gt; For 3D Secure 2 transactions, schemes require &#x60;shopperIP&#x60; for all browser-based implementations. This field is also mandatory for some merchants depending on your business model. For more information, [contact Support](https://www.adyen.help/hc/en-us/requests/new)..</param>
Expand All @@ -297,7 +297,7 @@ protected CreateCheckoutSessionRequest() { }
/// <param name="splitCardFundingSources">Boolean value indicating whether the card payment method should be split into separate debit and credit options. (default to false).</param>
/// <param name="splits">An array of objects specifying how to split a payment when using [Adyen for Platforms](https://docs.adyen.com/platforms/process-payments#providing-split-information), [Classic Platforms integration](https://docs.adyen.com/classic-platforms/processing-payments#providing-split-information), or [Issuing](https://docs.adyen.com/issuing/manage-funds#split)..</param>
/// <param name="store">Required for Adyen for Platforms integrations if you are a platform model. This is your [reference](https://docs.adyen.com/api-explorer/Management/3/post/merchants/(merchantId)/stores#request-reference) (on [balance platform](https://docs.adyen.com/platforms)) or the [storeReference](https://docs.adyen.com/api-explorer/Account/latest/post/updateAccountHolder#request-accountHolderDetails-storeDetails-storeReference) (in the [classic integration](https://docs.adyen.com/classic-platforms/processing-payments/route-payment-to-store/#route-a-payment-to-a-store)) for the ecommerce or point-of-sale store that is processing the payment..</param>
/// <param name="storeFiltrationMode">Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned. - &#39;skipFilter&#39;: All payment methods are returned, regardless of store association..</param>
/// <param name="storeFiltrationMode">Specifies how payment methods should be filtered based on the &#39;store&#39; parameter: - &#39;exclusive&#39;: Only payment methods belonging to the specified &#39;store&#39; are returned. - &#39;inclusive&#39;: Payment methods from the &#39;store&#39; and those not associated with any other store are returned..</param>
/// <param name="storePaymentMethod">When true and &#x60;shopperReference&#x60; is provided, the payment details will be stored for future [recurring payments](https://docs.adyen.com/online-payments/tokenization/#recurring-payment-types)..</param>
/// <param name="storePaymentMethodMode">Indicates if the details of the payment method will be stored for the shopper. Possible values: * **disabled** – No details will be stored (default). * **askForConsent** – If the &#x60;shopperReference&#x60; is provided, the UI lets the shopper choose if they want their payment details to be stored. * **enabled** – If the &#x60;shopperReference&#x60; is provided, the details will be stored without asking the shopper for consent..</param>
/// <param name="telephoneNumber">The shopper&#39;s telephone number..</param>
Expand Down Expand Up @@ -604,9 +604,9 @@ protected CreateCheckoutSessionRequest() { }
public string Reference { get; set; }

/// <summary>
/// The URL to return to when a redirect payment is completed.
/// The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol &#x60;http://&#x60; or &#x60;https://&#x60;. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: &#x60;https://your-company.com/checkout?shopperOrder&#x3D;12xy&#x60; * 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: &#x60;my-app://&#x60; * 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: &#x60;my-app://your.package.name&#x60; If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. &gt; The URL must not include personally identifiable information (PII), for example name or email address.
/// </summary>
/// <value>The URL to return to when a redirect payment is completed.</value>
/// <value>The URL to return to in case of a redirection. The format depends on the channel. * For web, include the protocol &#x60;http://&#x60; or &#x60;https://&#x60;. You can also include your own additional query parameters, for example, shopper ID or order reference number. Example: &#x60;https://your-company.com/checkout?shopperOrder&#x3D;12xy&#x60; * 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: &#x60;my-app://&#x60; * 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: &#x60;my-app://your.package.name&#x60; If the URL to return to includes non-ASCII characters, like spaces or special letters, URL encode the value. &gt; The URL must not include personally identifiable information (PII), for example name or email address.</value>
[DataMember(Name = "returnUrl", IsRequired = false, EmitDefaultValue = false)]
public string ReturnUrl { get; set; }

Expand Down
Loading

0 comments on commit 11fab69

Please sign in to comment.