Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored Mar 14, 2024
1 parent 44258a5 commit a56d72b
Show file tree
Hide file tree
Showing 149 changed files with 8,357 additions and 906 deletions.
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/AULocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected AULocalAccountIdentification() { }
/// </summary>
/// <param name="accountNumber">The bank account number, without separators or whitespace. (required).</param>
/// <param name="bsbCode">The 6-digit [Bank State Branch (BSB) code](https://en.wikipedia.org/wiki/Bank_state_branch), without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**auLocal** (required) (default to TypeEnum.AuLocal).</param>
public AULocalAccountIdentification(string accountNumber = default(string), string bsbCode = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.AuLocal)
{
Expand All @@ -90,9 +90,9 @@ protected AULocalAccountIdentification() { }
public string BsbCode { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/BRLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected BRLocalAccountIdentification() { }
/// <param name="accountNumber">The bank account number, without separators or whitespace. (required).</param>
/// <param name="bankCode">The 3-digit bank code, with leading zeros. (required).</param>
/// <param name="branchNumber">The bank account branch number, without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**brLocal** (required) (default to TypeEnum.BrLocal).</param>
public BRLocalAccountIdentification(string accountNumber = default(string), string bankCode = default(string), string branchNumber = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.BrLocal)
{
Expand Down Expand Up @@ -99,9 +99,9 @@ protected BRLocalAccountIdentification() { }
public string BranchNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/CALocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected CALocalAccountIdentification() { }
/// </summary>
/// <param name="accountNumber">The 5- to 12-digit bank account number, without separators or whitespace. (required).</param>
/// <param name="accountType">The bank account type. Possible values: **checking** or **savings**. Defaults to **checking**. (default to AccountTypeEnum.Checking).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="institutionNumber">The 3-digit institution number, without separators or whitespace. (required).</param>
/// <param name="transitNumber">The 5-digit transit number, without separators or whitespace. (required).</param>
/// <param name="type">**caLocal** (required) (default to TypeEnum.CaLocal).</param>
Expand All @@ -115,9 +115,9 @@ protected CALocalAccountIdentification() { }
public string AccountNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/CZLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected CZLocalAccountIdentification() { }
/// </summary>
/// <param name="accountNumber">The 2- to 16-digit bank account number (Číslo účtu) in the following format: - The optional prefix (předčíslí). - The required second part (základní část) which must be at least two non-zero digits. Examples: - **19-123457** (with prefix) - **123457** (without prefix) - **000019-0000123457** (with prefix, normalized) - **000000-0000123457** (without prefix, normalized) (required).</param>
/// <param name="bankCode">The 4-digit bank code (Kód banky), without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**czLocal** (required) (default to TypeEnum.CzLocal).</param>
public CZLocalAccountIdentification(string accountNumber = default(string), string bankCode = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.CzLocal)
{
Expand All @@ -90,9 +90,9 @@ protected CZLocalAccountIdentification() { }
public string BankCode { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/DKLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected DKLocalAccountIdentification() { }
/// </summary>
/// <param name="accountNumber">The 4-10 digits bank account number (Kontonummer) (without separators or whitespace). (required).</param>
/// <param name="bankCode">The 4-digit bank code (Registreringsnummer) (without separators or whitespace). (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**dkLocal** (required) (default to TypeEnum.DkLocal).</param>
public DKLocalAccountIdentification(string accountNumber = default(string), string bankCode = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.DkLocal)
{
Expand All @@ -90,9 +90,9 @@ protected DKLocalAccountIdentification() { }
public string BankCode { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/HKLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected HKLocalAccountIdentification() { }
/// </summary>
/// <param name="accountNumber">The 9- to 15-character bank account number (alphanumeric), without separators or whitespace. Starts with the 3-digit branch code. (required).</param>
/// <param name="clearingCode">The 3-digit clearing code, without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**hkLocal** (required) (default to TypeEnum.HkLocal).</param>
public HKLocalAccountIdentification(string accountNumber = default(string), string clearingCode = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.HkLocal)
{
Expand All @@ -90,9 +90,9 @@ protected HKLocalAccountIdentification() { }
public string ClearingCode { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/HULocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected HULocalAccountIdentification() { }
/// Initializes a new instance of the <see cref="HULocalAccountIdentification" /> class.
/// </summary>
/// <param name="accountNumber">The 24-digit bank account number, without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**huLocal** (required) (default to TypeEnum.HuLocal).</param>
public HULocalAccountIdentification(string accountNumber = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.HuLocal)
{
Expand All @@ -81,9 +81,9 @@ protected HULocalAccountIdentification() { }
public string AccountNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/IbanAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected IbanAccountIdentification() { }
/// <summary>
/// Initializes a new instance of the <see cref="IbanAccountIdentification" /> class.
/// </summary>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="iban">The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard. (required).</param>
/// <param name="type">**iban** (required) (default to TypeEnum.Iban).</param>
public IbanAccountIdentification(string formFactor = "physical", string iban = default(string), TypeEnum type = TypeEnum.Iban)
Expand All @@ -74,9 +74,9 @@ protected IbanAccountIdentification() { }
}

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/NOLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected NOLocalAccountIdentification() { }
/// Initializes a new instance of the <see cref="NOLocalAccountIdentification" /> class.
/// </summary>
/// <param name="accountNumber">The 11-digit bank account number, without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**noLocal** (required) (default to TypeEnum.NoLocal).</param>
public NOLocalAccountIdentification(string accountNumber = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.NoLocal)
{
Expand All @@ -81,9 +81,9 @@ protected NOLocalAccountIdentification() { }
public string AccountNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/NZLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected NZLocalAccountIdentification() { }
/// Initializes a new instance of the <see cref="NZLocalAccountIdentification" /> class.
/// </summary>
/// <param name="accountNumber">The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**nzLocal** (required) (default to TypeEnum.NzLocal).</param>
public NZLocalAccountIdentification(string accountNumber = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.NzLocal)
{
Expand All @@ -81,9 +81,9 @@ protected NZLocalAccountIdentification() { }
public string AccountNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected NumberAndBicAccountIdentification() { }
/// <param name="accountNumber">The bank account number, without separators or whitespace. The length and format depends on the bank or country. (required).</param>
/// <param name="additionalBankIdentification">additionalBankIdentification.</param>
/// <param name="bic">The bank&#39;s 8- or 11-character BIC or SWIFT code. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**numberAndBic** (required) (default to TypeEnum.NumberAndBic).</param>
public NumberAndBicAccountIdentification(string accountNumber = default(string), AdditionalBankIdentification additionalBankIdentification = default(AdditionalBankIdentification), string bic = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.NumberAndBic)
{
Expand Down Expand Up @@ -98,9 +98,9 @@ protected NumberAndBicAccountIdentification() { }
public string Bic { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/BalancePlatform/PLLocalAccountIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected PLLocalAccountIdentification() { }
/// Initializes a new instance of the <see cref="PLLocalAccountIdentification" /> class.
/// </summary>
/// <param name="accountNumber">The 26-digit bank account number ([Numer rachunku](https://pl.wikipedia.org/wiki/Numer_Rachunku_Bankowego)), without separators or whitespace. (required).</param>
/// <param name="formFactor">The form factor of bank account. (default to &quot;physical&quot;).</param>
/// <param name="formFactor">The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**. (default to &quot;physical&quot;).</param>
/// <param name="type">**plLocal** (required) (default to TypeEnum.PlLocal).</param>
public PLLocalAccountIdentification(string accountNumber = default(string), string formFactor = "physical", TypeEnum type = TypeEnum.PlLocal)
{
Expand All @@ -81,9 +81,9 @@ protected PLLocalAccountIdentification() { }
public string AccountNumber { get; set; }

/// <summary>
/// The form factor of bank account.
/// The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
/// </summary>
/// <value>The form factor of bank account.</value>
/// <value>The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.</value>
[DataMember(Name = "formFactor", EmitDefaultValue = false)]
public string FormFactor { get; set; }

Expand Down
Loading

0 comments on commit a56d72b

Please sign in to comment.