Skip to content

Commit ece429e

Browse files
author
Adyen Automation
committed
false[adyen-sdk-automation] automated change
1 parent 130eb2e commit ece429e

File tree

96 files changed

+9188
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+9188
-266
lines changed

Adyen/Model/AcsWebhooks/AuthenticationNotificationData.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ protected AuthenticationNotificationData() { }
7676
/// </summary>
7777
/// <param name="authentication">authentication (required).</param>
7878
/// <param name="balancePlatform">The unique identifier of the balance platform..</param>
79-
/// <param name="id">Unique identifier of the authentication. (required).</param>
80-
/// <param name="paymentInstrumentId">Unique identifier of the payment instrument that was used for the authentication. (required).</param>
79+
/// <param name="id">The unique identifier of the authentication. (required).</param>
80+
/// <param name="paymentInstrumentId">The unique identifier of the payment instrument that was used for the authentication. (required).</param>
8181
/// <param name="purchase">purchase (required).</param>
8282
/// <param name="status">Outcome of the authentication. Allowed values: * authenticated * rejected * error (required).</param>
8383
public AuthenticationNotificationData(AuthenticationInfo authentication = default(AuthenticationInfo), string balancePlatform = default(string), string id = default(string), string paymentInstrumentId = default(string), PurchaseInfo purchase = default(PurchaseInfo), StatusEnum status = default(StatusEnum))
@@ -104,16 +104,16 @@ protected AuthenticationNotificationData() { }
104104
public string BalancePlatform { get; set; }
105105

106106
/// <summary>
107-
/// Unique identifier of the authentication.
107+
/// The unique identifier of the authentication.
108108
/// </summary>
109-
/// <value>Unique identifier of the authentication.</value>
109+
/// <value>The unique identifier of the authentication.</value>
110110
[DataMember(Name = "id", IsRequired = false, EmitDefaultValue = false)]
111111
public string Id { get; set; }
112112

113113
/// <summary>
114-
/// Unique identifier of the payment instrument that was used for the authentication.
114+
/// The unique identifier of the payment instrument that was used for the authentication.
115115
/// </summary>
116-
/// <value>Unique identifier of the payment instrument that was used for the authentication.</value>
116+
/// <value>The unique identifier of the payment instrument that was used for the authentication.</value>
117117
[DataMember(Name = "paymentInstrumentId", IsRequired = false, EmitDefaultValue = false)]
118118
public string PaymentInstrumentId { get; set; }
119119

Adyen/Model/AcsWebhooks/PurchaseInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ protected PurchaseInfo() { }
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="PurchaseInfo" /> class.
4242
/// </summary>
43-
/// <param name="date">Date of the purchase. (required).</param>
44-
/// <param name="merchantName">Name of the merchant. (required).</param>
43+
/// <param name="date">The date of the purchase. (required).</param>
44+
/// <param name="merchantName">The name of the business that the cardholder purchased from. (required).</param>
4545
/// <param name="originalAmount">originalAmount (required).</param>
4646
public PurchaseInfo(string date = default(string), string merchantName = default(string), Amount originalAmount = default(Amount))
4747
{
@@ -51,16 +51,16 @@ protected PurchaseInfo() { }
5151
}
5252

5353
/// <summary>
54-
/// Date of the purchase.
54+
/// The date of the purchase.
5555
/// </summary>
56-
/// <value>Date of the purchase.</value>
56+
/// <value>The date of the purchase.</value>
5757
[DataMember(Name = "date", IsRequired = false, EmitDefaultValue = false)]
5858
public string Date { get; set; }
5959

6060
/// <summary>
61-
/// Name of the merchant.
61+
/// The name of the business that the cardholder purchased from.
6262
/// </summary>
63-
/// <value>Name of the merchant.</value>
63+
/// <value>The name of the business that the cardholder purchased from.</value>
6464
[DataMember(Name = "merchantName", IsRequired = false, EmitDefaultValue = false)]
6565
public string MerchantName { get; set; }
6666

Adyen/Model/BalancePlatform/BalanceAccount.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected BalanceAccount() { }
8282
/// </summary>
8383
/// <param name="accountHolderId">The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/accountHolders__resParam_id) associated with the balance account. (required).</param>
8484
/// <param name="balances">List of balances with the amount and currency..</param>
85-
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
85+
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
8686
/// <param name="description">A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder..</param>
8787
/// <param name="id">The unique identifier of the balance account. (required).</param>
8888
/// <param name="metadata">A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. &gt; Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs..</param>
@@ -119,9 +119,9 @@ protected BalanceAccount() { }
119119
public List<Balance> Balances { get; set; }
120120

121121
/// <summary>
122-
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
122+
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
123123
/// </summary>
124-
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
124+
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
125125
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
126126
public string DefaultCurrencyCode { get; set; }
127127

Adyen/Model/BalancePlatform/BalanceAccountBase.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected BalanceAccountBase() { }
8181
/// Initializes a new instance of the <see cref="BalanceAccountBase" /> class.
8282
/// </summary>
8383
/// <param name="accountHolderId">The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/accountHolders__resParam_id) associated with the balance account. (required).</param>
84-
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
84+
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
8585
/// <param name="description">A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder..</param>
8686
/// <param name="id">The unique identifier of the balance account. (required).</param>
8787
/// <param name="metadata">A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. &gt; Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs..</param>
@@ -110,9 +110,9 @@ protected BalanceAccountBase() { }
110110
public string AccountHolderId { get; set; }
111111

112112
/// <summary>
113-
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
113+
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
114114
/// </summary>
115-
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
115+
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
116116
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
117117
public string DefaultCurrencyCode { get; set; }
118118

Adyen/Model/BalancePlatform/BalanceAccountInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected BalanceAccountInfo() { }
4141
/// Initializes a new instance of the <see cref="BalanceAccountInfo" /> class.
4242
/// </summary>
4343
/// <param name="accountHolderId">The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/accountHolders__resParam_id) associated with the balance account. (required).</param>
44-
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
44+
/// <param name="defaultCurrencyCode">The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency..</param>
4545
/// <param name="description">A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder..</param>
4646
/// <param name="metadata">A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. &gt; Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs..</param>
4747
/// <param name="platformPaymentConfiguration">platformPaymentConfiguration.</param>
@@ -66,9 +66,9 @@ protected BalanceAccountInfo() { }
6666
public string AccountHolderId { get; set; }
6767

6868
/// <summary>
69-
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
69+
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.
7070
/// </summary>
71-
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
71+
/// <value>The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is **EUR**. &gt; After a balance account is created, you cannot change its default currency.</value>
7272
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
7373
public string DefaultCurrencyCode { get; set; }
7474

0 commit comments

Comments
 (0)