Skip to content

Commit f9942e8

Browse files
author
Adyen Automation
committed
false[adyen-sdk-automation] automated change
1 parent 448065f commit f9942e8

File tree

140 files changed

+9310
-620
lines changed

Some content is hidden

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

140 files changed

+9310
-620
lines changed

Adyen/Model/AcsWebhooks/ChallengeInfo.cs

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,31 +103,37 @@ public enum ChallengeCancelEnum
103103
[DataMember(Name = "challengeCancel", EmitDefaultValue = false)]
104104
public ChallengeCancelEnum? ChallengeCancel { get; set; }
105105
/// <summary>
106-
/// The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow
106+
/// The flow used in the challenge. Possible values: * **PWD_OTP_PHONE_FL**: one-time password (OTP) flow via SMS * **PWD_OTP_EMAIL_FL**: one-time password (OTP) flow via email * **OOB_TRIGGER_FL**: out-of-band (OOB) flow
107107
/// </summary>
108-
/// <value>The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow</value>
108+
/// <value>The flow used in the challenge. Possible values: * **PWD_OTP_PHONE_FL**: one-time password (OTP) flow via SMS * **PWD_OTP_EMAIL_FL**: one-time password (OTP) flow via email * **OOB_TRIGGER_FL**: out-of-band (OOB) flow</value>
109109
[JsonConverter(typeof(StringEnumConverter))]
110110
public enum FlowEnum
111111
{
112112
/// <summary>
113-
/// Enum OTPSMS for value: OTP_SMS
113+
/// Enum PWDOTPPHONEFL for value: PWD_OTP_PHONE_FL
114114
/// </summary>
115-
[EnumMember(Value = "OTP_SMS")]
116-
OTPSMS = 1,
115+
[EnumMember(Value = "PWD_OTP_PHONE_FL")]
116+
PWDOTPPHONEFL = 1,
117117

118118
/// <summary>
119-
/// Enum OOB for value: OOB
119+
/// Enum PWDOTPEMAILFL for value: PWD_OTP_EMAIL_FL
120120
/// </summary>
121-
[EnumMember(Value = "OOB")]
122-
OOB = 2
121+
[EnumMember(Value = "PWD_OTP_EMAIL_FL")]
122+
PWDOTPEMAILFL = 2,
123+
124+
/// <summary>
125+
/// Enum OOBTRIGGERFL for value: OOB_TRIGGER_FL
126+
/// </summary>
127+
[EnumMember(Value = "OOB_TRIGGER_FL")]
128+
OOBTRIGGERFL = 3
123129

124130
}
125131

126132

127133
/// <summary>
128-
/// The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow
134+
/// The flow used in the challenge. Possible values: * **PWD_OTP_PHONE_FL**: one-time password (OTP) flow via SMS * **PWD_OTP_EMAIL_FL**: one-time password (OTP) flow via email * **OOB_TRIGGER_FL**: out-of-band (OOB) flow
129135
/// </summary>
130-
/// <value>The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow</value>
136+
/// <value>The flow used in the challenge. Possible values: * **PWD_OTP_PHONE_FL**: one-time password (OTP) flow via SMS * **PWD_OTP_EMAIL_FL**: one-time password (OTP) flow via email * **OOB_TRIGGER_FL**: out-of-band (OOB) flow</value>
131137
[DataMember(Name = "flow", IsRequired = false, EmitDefaultValue = false)]
132138
public FlowEnum Flow { get; set; }
133139
/// <summary>
@@ -139,7 +145,7 @@ protected ChallengeInfo() { }
139145
/// Initializes a new instance of the <see cref="ChallengeInfo" /> class.
140146
/// </summary>
141147
/// <param name="challengeCancel">Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled. Possible values: * **00**: Data element is absent or value has been sent back with the key &#x60;challengeCancel&#x60;. * **01**: Cardholder selected **Cancel**. * **02**: 3DS Requestor cancelled Authentication. * **03**: Transaction abandoned. * **04**: Transaction timed out at ACS — other timeouts. * **05**: Transaction timed out at ACS — first CReq not received by ACS. * **06**: Transaction error. * **07**: Unknown. * **08**: Transaction time out at SDK..</param>
142-
/// <param name="flow">The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow (required).</param>
148+
/// <param name="flow">The flow used in the challenge. Possible values: * **PWD_OTP_PHONE_FL**: one-time password (OTP) flow via SMS * **PWD_OTP_EMAIL_FL**: one-time password (OTP) flow via email * **OOB_TRIGGER_FL**: out-of-band (OOB) flow (required).</param>
143149
/// <param name="lastInteraction">The last time of interaction with the challenge. (required).</param>
144150
/// <param name="phoneNumber">The last four digits of the phone number used in the challenge..</param>
145151
/// <param name="resends">The number of times the one-time password (OTP) was resent during the challenge..</param>

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)