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 Oct 19, 2023
1 parent 7b981f4 commit 776b844
Show file tree
Hide file tree
Showing 65 changed files with 4,222 additions and 1,917 deletions.
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/BalanceAccount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected BalanceAccount() { }
/// </summary>
/// <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>
/// <param name="balances">List of balances with the amount and currency..</param>
/// <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**..</param>
/// <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>
/// <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>
/// <param name="id">The unique identifier of the balance account. (required).</param>
/// <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>
Expand Down Expand Up @@ -119,9 +119,9 @@ protected BalanceAccount() { }
public List<Balance> Balances { get; set; }

/// <summary>
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**.
/// 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.
/// </summary>
/// <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**.</value>
/// <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>
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
public string DefaultCurrencyCode { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/BalanceAccountBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected BalanceAccountBase() { }
/// Initializes a new instance of the <see cref="BalanceAccountBase" /> class.
/// </summary>
/// <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>
/// <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**..</param>
/// <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>
/// <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>
/// <param name="id">The unique identifier of the balance account. (required).</param>
/// <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>
Expand Down Expand Up @@ -110,9 +110,9 @@ protected BalanceAccountBase() { }
public string AccountHolderId { get; set; }

/// <summary>
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**.
/// 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.
/// </summary>
/// <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**.</value>
/// <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>
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
public string DefaultCurrencyCode { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/BalanceAccountInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected BalanceAccountInfo() { }
/// Initializes a new instance of the <see cref="BalanceAccountInfo" /> class.
/// </summary>
/// <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>
/// <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**..</param>
/// <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>
/// <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>
/// <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>
/// <param name="platformPaymentConfiguration">platformPaymentConfiguration.</param>
Expand All @@ -66,9 +66,9 @@ protected BalanceAccountInfo() { }
public string AccountHolderId { get; set; }

/// <summary>
/// The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account. The default value is **EUR**.
/// 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.
/// </summary>
/// <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**.</value>
/// <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>
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
public string DefaultCurrencyCode { get; set; }

Expand Down
21 changes: 1 addition & 20 deletions Adyen/Model/BalancePlatform/BalanceAccountUpdateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,15 @@ public enum StatusEnum
/// Initializes a new instance of the <see cref="BalanceAccountUpdateRequest" /> class.
/// </summary>
/// <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..</param>
/// <param name="defaultCurrencyCode">The default currency code of this balance account, in three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) format. The default value is **EUR**..</param>
/// <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>
/// <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>
/// <param name="platformPaymentConfiguration">platformPaymentConfiguration.</param>
/// <param name="reference">Your reference to the balance account, maximum 150 characters..</param>
/// <param name="status">The status of the balance account. Payment instruments linked to the balance account can only be used if the balance account status is **active**. Possible values: **active**, **inactive**, **closed**, **suspended**..</param>
/// <param name="timeZone">The time zone of the balance account. For example, **Europe/Amsterdam**. Defaults to the time zone of the account holder if no time zone is set. For possible values, see the [list of time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)..</param>
public BalanceAccountUpdateRequest(string accountHolderId = default(string), string defaultCurrencyCode = default(string), string description = default(string), Dictionary<string, string> metadata = default(Dictionary<string, string>), PlatformPaymentConfiguration platformPaymentConfiguration = default(PlatformPaymentConfiguration), string reference = default(string), StatusEnum? status = default(StatusEnum?), string timeZone = default(string))
public BalanceAccountUpdateRequest(string accountHolderId = default(string), string description = default(string), Dictionary<string, string> metadata = default(Dictionary<string, string>), PlatformPaymentConfiguration platformPaymentConfiguration = default(PlatformPaymentConfiguration), string reference = default(string), StatusEnum? status = default(StatusEnum?), string timeZone = default(string))
{
this.AccountHolderId = accountHolderId;
this.DefaultCurrencyCode = defaultCurrencyCode;
this.Description = description;
this.Metadata = metadata;
this.PlatformPaymentConfiguration = platformPaymentConfiguration;
Expand All @@ -102,13 +100,6 @@ public enum StatusEnum
[DataMember(Name = "accountHolderId", EmitDefaultValue = false)]
public string AccountHolderId { get; set; }

/// <summary>
/// The default currency code of this balance account, in three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) format. The default value is **EUR**.
/// </summary>
/// <value>The default currency code of this balance account, in three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) format. The default value is **EUR**.</value>
[DataMember(Name = "defaultCurrencyCode", EmitDefaultValue = false)]
public string DefaultCurrencyCode { get; set; }

/// <summary>
/// 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.
/// </summary>
Expand Down Expand Up @@ -152,7 +143,6 @@ public override string ToString()
StringBuilder sb = new StringBuilder();
sb.Append("class BalanceAccountUpdateRequest {\n");
sb.Append(" AccountHolderId: ").Append(AccountHolderId).Append("\n");
sb.Append(" DefaultCurrencyCode: ").Append(DefaultCurrencyCode).Append("\n");
sb.Append(" Description: ").Append(Description).Append("\n");
sb.Append(" Metadata: ").Append(Metadata).Append("\n");
sb.Append(" PlatformPaymentConfiguration: ").Append(PlatformPaymentConfiguration).Append("\n");
Expand Down Expand Up @@ -199,11 +189,6 @@ public bool Equals(BalanceAccountUpdateRequest input)
(this.AccountHolderId != null &&
this.AccountHolderId.Equals(input.AccountHolderId))
) &&
(
this.DefaultCurrencyCode == input.DefaultCurrencyCode ||
(this.DefaultCurrencyCode != null &&
this.DefaultCurrencyCode.Equals(input.DefaultCurrencyCode))
) &&
(
this.Description == input.Description ||
(this.Description != null &&
Expand Down Expand Up @@ -249,10 +234,6 @@ public override int GetHashCode()
{
hashCode = (hashCode * 59) + this.AccountHolderId.GetHashCode();
}
if (this.DefaultCurrencyCode != null)
{
hashCode = (hashCode * 59) + this.DefaultCurrencyCode.GetHashCode();
}
if (this.Description != null)
{
hashCode = (hashCode * 59) + this.Description.GetHashCode();
Expand Down
Loading

0 comments on commit 776b844

Please sign in to comment.