Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot committed Sep 22, 2023
1 parent 0136e19 commit 13f74af
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 109 deletions.
8 changes: 7 additions & 1 deletion Adyen/Model/Checkout/AfterpayDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ public enum TypeEnum
/// Enum AfterpayB2b for value: afterpay_b2b
/// </summary>
[EnumMember(Value = "afterpay_b2b")]
AfterpayB2b = 3
AfterpayB2b = 3,

/// <summary>
/// Enum Clearpay for value: clearpay
/// </summary>
[EnumMember(Value = "clearpay")]
Clearpay = 4

}

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/Checkout/BalanceCheckRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected BalanceCheckRequest() { }
/// <param name="deviceFingerprint">A string containing the shopper&#39;s device fingerprint. For more information, refer to [Device fingerprinting](https://docs.adyen.com/risk-management/device-fingerprinting)..</param>
/// <param name="fraudOffset">An integer value that is added to the normal fraud score. The value can be either positive or negative..</param>
/// <param name="installments">installments.</param>
/// <param name="localizedShopperStatement">This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants can use half-width or full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned. Please note, this field can be used for only Visa and Mastercard transactions..</param>
/// <param name="localizedShopperStatement">The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters..</param>
/// <param name="mcc">The [merchant category code](https://en.wikipedia.org/wiki/Merchant_category_code) (MCC) is a four-digit number, which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant..</param>
/// <param name="merchantAccount">The merchant account identifier, with which you want to process the transaction. (required).</param>
/// <param name="merchantOrderReference">This reference allows linking multiple transactions to each other for reporting purposes (i.e. order auth-rate). The reference should be unique per billing cycle. The same merchant order reference should never be reused after the first authorised attempt. If used, this field should be supplied for all incoming authorisations. &gt; We strongly recommend you send the &#x60;merchantOrderReference&#x60; value to benefit from linking payment requests when authorisation retries take place. In addition, we recommend you provide &#x60;retry.orderAttemptNumber&#x60;, &#x60;retry.chainAttemptNumber&#x60;, and &#x60;retry.skipRetry&#x60; values in &#x60;PaymentRequest.additionalData&#x60;..</param>
Expand Down Expand Up @@ -304,9 +304,9 @@ protected BalanceCheckRequest() { }
public Installments Installments { get; set; }

/// <summary>
/// This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants can use half-width or full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned. Please note, this field can be used for only Visa and Mastercard transactions.
/// The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters.
/// </summary>
/// <value>This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants can use half-width or full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned. Please note, this field can be used for only Visa and Mastercard transactions.</value>
/// <value>The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters.</value>
[DataMember(Name = "localizedShopperStatement", EmitDefaultValue = false)]
public Dictionary<string, string> LocalizedShopperStatement { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/Checkout/DonationPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ protected DonationPaymentRequest() { }
/// <param name="industryUsage">The reason for the amount update. Possible values: * **delayedCharge** * **noShow** * **installment**.</param>
/// <param name="installments">installments.</param>
/// <param name="lineItems">Price and product information about the purchased items, to be included on the invoice sent to the shopper. &gt; This field is required for 3x 4x Oney, Affirm, Afterpay, Clearpay, Klarna, Ratepay, and Zip..</param>
/// <param name="localizedShopperStatement">This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants should send the Katakana shopperStatement in full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned..</param>
/// <param name="localizedShopperStatement">The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters..</param>
/// <param name="mandate">mandate.</param>
/// <param name="mcc">The [merchant category code](https://en.wikipedia.org/wiki/Merchant_category_code) (MCC) is a four-digit number, which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant..</param>
/// <param name="merchantAccount">The merchant account identifier, with which you want to process the transaction. (required).</param>
Expand Down Expand Up @@ -554,9 +554,9 @@ protected DonationPaymentRequest() { }
public List<LineItem> LineItems { get; set; }

/// <summary>
/// This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants should send the Katakana shopperStatement in full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned.
/// The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters.
/// </summary>
/// <value>This field allows merchants to use dynamic shopper statement in local character sets. The local shopper statement field can be supplied in markets where localized merchant descriptors are used. Currently, Adyen only supports this in the Japanese market .The available character sets at the moment are: * Processing in Japan: **ja-Kana** The character set **ja-Kana** supports UTF-8 based Katakana and alphanumeric and special characters. Merchants should send the Katakana shopperStatement in full-width characters. An example request would be: &gt; { \&quot;shopperStatement\&quot; : \&quot;ADYEN - SELLER-A\&quot;, \&quot;localizedShopperStatement\&quot; : { \&quot;ja-Kana\&quot; : \&quot;ADYEN - セラーA\&quot; } } We recommend merchants to always supply the field localizedShopperStatement in addition to the field shopperStatement.It is issuer dependent whether the localized shopper statement field is supported. In the case of non-domestic transactions (e.g. US-issued cards processed in JP) the field &#x60;shopperStatement&#x60; is used to modify the statement of the shopper. Adyen handles the complexity of ensuring the correct descriptors are assigned.</value>
/// <value>The &#x60;localizedShopperStatement&#x60; field lets you use dynamic values for your shopper statement in a local character set. If not supplied, left empty, or for cross-border transactions, **shopperStatement** is used. Adyen currently supports the ja-Kana character set for Visa and Mastercard payments in Japan using Japanese cards. This character set supports: * UTF-8 based Katakana, capital letters, numbers and special characters. * Half-width or full-width characters.</value>
[DataMember(Name = "localizedShopperStatement", EmitDefaultValue = false)]
public Dictionary<string, string> LocalizedShopperStatement { get; set; }

Expand Down
Loading

0 comments on commit 13f74af

Please sign in to comment.