Skip to content

Commit 5844573

Browse files
false[adyen-sdk-automation] automated change
1 parent b0c78b9 commit 5844573

Some content is hidden

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

68 files changed

+85
-85
lines changed

Adyen/Model/BalancePlatform/AccountHolder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected AccountHolder() { }
116116
/// Gets or Sets ContactDetails
117117
/// </summary>
118118
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
119-
[Obsolete]
119+
[Obsolete("Deprecated since Configuration API v - ")]
120120
public ContactDetails ContactDetails { get; set; }
121121

122122
/// <summary>

Adyen/Model/BalancePlatform/AccountHolderInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected AccountHolderInfo() { }
7878
/// Gets or Sets ContactDetails
7979
/// </summary>
8080
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
81-
[Obsolete]
81+
[Obsolete("Deprecated since Configuration API v - ")]
8282
public ContactDetails ContactDetails { get; set; }
8383

8484
/// <summary>

Adyen/Model/BalancePlatform/AccountHolderUpdateRequest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public enum StatusEnum
109109
/// Gets or Sets ContactDetails
110110
/// </summary>
111111
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
112-
[Obsolete]
112+
[Obsolete("Deprecated since Configuration API v - ")]
113113
public ContactDetails ContactDetails { get; set; }
114114

115115
/// <summary>

Adyen/Model/BalancePlatform/PaymentInstrument.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected PaymentInstrument() { }
213213
/// </summary>
214214
/// <value>Contains optional, additional business account details. Returned when you create a payment instrument with &#x60;type&#x60; **bankAccount**.</value>
215215
[DataMember(Name = "additionalBankAccountIdentifications", EmitDefaultValue = false)]
216-
[Obsolete]
216+
[Obsolete("Deprecated since Configuration API v2 - Please use `bankAccount` object instead")]
217217
public List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> AdditionalBankAccountIdentifications { get; set; }
218218

219219
/// <summary>

Adyen/Model/BalancePlatform/UpdatePaymentInstrument.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected UpdatePaymentInstrument() { }
213213
/// </summary>
214214
/// <value>Contains optional, additional business account details. Returned when you create a payment instrument with &#x60;type&#x60; **bankAccount**.</value>
215215
[DataMember(Name = "additionalBankAccountIdentifications", EmitDefaultValue = false)]
216-
[Obsolete]
216+
[Obsolete("Deprecated since Configuration API v2 - Please use `bankAccount` object instead")]
217217
public List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> AdditionalBankAccountIdentifications { get; set; }
218218

219219
/// <summary>

Adyen/Model/Checkout/AccountInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,15 @@ public enum PaymentAccountIndicatorEnum
362362
/// </summary>
363363
/// <value>Shopper&#39;s home phone number (including the country code).</value>
364364
[DataMember(Name = "homePhone", EmitDefaultValue = false)]
365-
[Obsolete]
365+
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `ThreeDS2RequestData.homePhone` instead.")]
366366
public string HomePhone { get; set; }
367367

368368
/// <summary>
369369
/// Shopper&#39;s mobile phone number (including the country code).
370370
/// </summary>
371371
/// <value>Shopper&#39;s mobile phone number (including the country code).</value>
372372
[DataMember(Name = "mobilePhone", EmitDefaultValue = false)]
373-
[Obsolete]
373+
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `ThreeDS2RequestData.mobilePhone` instead.")]
374374
public string MobilePhone { get; set; }
375375

376376
/// <summary>
@@ -420,7 +420,7 @@ public enum PaymentAccountIndicatorEnum
420420
/// </summary>
421421
/// <value>Shopper&#39;s work phone number (including the country code).</value>
422422
[DataMember(Name = "workPhone", EmitDefaultValue = false)]
423-
[Obsolete]
423+
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `ThreeDS2RequestData.workPhone` instead.")]
424424
public string WorkPhone { get; set; }
425425

426426
/// <summary>

Adyen/Model/Checkout/AchDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public enum TypeEnum
194194
/// </summary>
195195
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
196196
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
197-
[Obsolete]
197+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
198198
public string RecurringDetailReference { get; set; }
199199

200200
/// <summary>

Adyen/Model/Checkout/AdditionalData3DSecure.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ public enum ChallengeWindowSizeEnum
102102
/// </summary>
103103
/// <value>Indicates if you are able to process 3D Secure 2 transactions natively on your payment page. Send this parameter when you are using &#x60;/payments&#x60; endpoint with any of our [native 3D Secure 2 solutions](https://docs.adyen.com/online-payments/3d-secure/native-3ds2). &gt; This parameter only indicates readiness to support native 3D Secure 2 authentication. To specify if you _want_ to perform 3D Secure, use [Dynamic 3D Secure](/risk-management/dynamic-3d-secure) or send the &#x60;executeThreeD&#x60; parameter. Possible values: * **true** - Ready to support native 3D Secure 2 authentication. Setting this to true does not mean always applying 3D Secure 2. Adyen selects redirect or native authentication based on your configuration to optimize authorization rates and improve the shopper&#39;s experience. * **false** – Not ready to support native 3D Secure 2 authentication. Adyen offers redirect 3D Secure 2 authentication instead, based on your configuration. </value>
104104
[DataMember(Name = "allow3DS2", EmitDefaultValue = false)]
105-
[Obsolete]
105+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.threeDSRequestData.nativeThreeDS` instead.")]
106106
public string Allow3DS2 { get; set; }
107107

108108
/// <summary>
109109
/// Indicates if you want to perform 3D Secure authentication on a transaction. &gt; Alternatively, you can use [Dynamic 3D Secure](/risk-management/dynamic-3d-secure) to configure rules for applying 3D Secure. Possible values: * **true** – Perform 3D Secure authentication. * **false** – Don&#39;t perform 3D Secure authentication. Note that this setting results in refusals if the issuer mandates 3D Secure because of the PSD2 directive or other, national regulations.
110110
/// </summary>
111111
/// <value>Indicates if you want to perform 3D Secure authentication on a transaction. &gt; Alternatively, you can use [Dynamic 3D Secure](/risk-management/dynamic-3d-secure) to configure rules for applying 3D Secure. Possible values: * **true** – Perform 3D Secure authentication. * **false** – Don&#39;t perform 3D Secure authentication. Note that this setting results in refusals if the issuer mandates 3D Secure because of the PSD2 directive or other, national regulations. </value>
112112
[DataMember(Name = "executeThreeD", EmitDefaultValue = false)]
113-
[Obsolete]
113+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use [`authenticationData.attemptAuthentication`](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments?target=_blank#request-authenticationData-attemptAuthentication) instead")]
114114
public string ExecuteThreeD { get; set; }
115115

116116
/// <summary>

Adyen/Model/Checkout/AfterpayDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected AfterpayDetails() { }
131131
/// </summary>
132132
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
133133
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
134-
[Obsolete]
134+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
135135
public string RecurringDetailReference { get; set; }
136136

137137
/// <summary>

Adyen/Model/Checkout/AncvDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public enum TypeEnum
9090
/// </summary>
9191
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
9292
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
93-
[Obsolete]
93+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
9494
public string RecurringDetailReference { get; set; }
9595

9696
/// <summary>

Adyen/Model/Checkout/ApplePayDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected ApplePayDetails() { }
125125
/// </summary>
126126
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
127127
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
128-
[Obsolete]
128+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
129129
public string RecurringDetailReference { get; set; }
130130

131131
/// <summary>

Adyen/Model/Checkout/ApplePayDonations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected ApplePayDonations() { }
125125
/// </summary>
126126
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
127127
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
128-
[Obsolete]
128+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
129129
public string RecurringDetailReference { get; set; }
130130

131131
/// <summary>

Adyen/Model/Checkout/BacsDirectDebitDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public enum TypeEnum
110110
/// </summary>
111111
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
112112
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
113-
[Obsolete]
113+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
114114
public string RecurringDetailReference { get; set; }
115115

116116
/// <summary>

Adyen/Model/Checkout/BalanceCheckRequest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ protected BalanceCheckRequest() { }
472472
/// </summary>
473473
/// <value>If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.</value>
474474
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
475-
[Obsolete]
475+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
476476
public bool? ThreeDSAuthenticationOnly { get; set; }
477477

478478
/// <summary>

Adyen/Model/Checkout/BlikDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public enum TypeEnum
9090
/// </summary>
9191
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
9292
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
93-
[Obsolete]
93+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
9494
public string RecurringDetailReference { get; set; }
9595

9696
/// <summary>

Adyen/Model/Checkout/CardDetails.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public enum TypeEnum
177177
/// Gets or Sets CupsecureplusSmscode
178178
/// </summary>
179179
[DataMember(Name = "cupsecureplus.smscode", EmitDefaultValue = false)]
180-
[Obsolete]
180+
[Obsolete("Deprecated since Adyen Checkout API v - ")]
181181
public string CupsecureplusSmscode { get; set; }
182182

183183
/// <summary>
@@ -255,7 +255,7 @@ public enum TypeEnum
255255
/// </summary>
256256
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
257257
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
258-
[Obsolete]
258+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
259259
public string RecurringDetailReference { get; set; }
260260

261261
/// <summary>

Adyen/Model/Checkout/CardDonations.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public enum TypeEnum
177177
/// Gets or Sets CupsecureplusSmscode
178178
/// </summary>
179179
[DataMember(Name = "cupsecureplus.smscode", EmitDefaultValue = false)]
180-
[Obsolete]
180+
[Obsolete("Deprecated since Adyen Checkout API v - ")]
181181
public string CupsecureplusSmscode { get; set; }
182182

183183
/// <summary>
@@ -255,7 +255,7 @@ public enum TypeEnum
255255
/// </summary>
256256
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
257257
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
258-
[Obsolete]
258+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
259259
public string RecurringDetailReference { get; set; }
260260

261261
/// <summary>

Adyen/Model/Checkout/CashAppDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public enum TypeEnum
121121
/// </summary>
122122
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
123123
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
124-
[Obsolete]
124+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
125125
public string RecurringDetailReference { get; set; }
126126

127127
/// <summary>

Adyen/Model/Checkout/CreateCheckoutSessionRequest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ protected CreateCheckoutSessionRequest() { }
731731
/// </summary>
732732
/// <value>If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.</value>
733733
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
734-
[Obsolete]
734+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
735735
public bool? ThreeDSAuthenticationOnly { get; set; }
736736

737737
/// <summary>

Adyen/Model/Checkout/CreateCheckoutSessionResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ protected CreateCheckoutSessionResponse() { }
748748
/// </summary>
749749
/// <value>If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.</value>
750750
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
751-
[Obsolete]
751+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
752752
public bool? ThreeDSAuthenticationOnly { get; set; }
753753

754754
/// <summary>

Adyen/Model/Checkout/DonationPaymentRequest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ protected DonationPaymentRequest() { }
291291
/// </summary>
292292
/// <value>Conversion ID that corresponds to the Id generated by the client SDK for tracking user payment journey.</value>
293293
[DataMember(Name = "conversionId", EmitDefaultValue = false)]
294-
[Obsolete]
294+
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `checkoutAttemptId` instead")]
295295
public string ConversionId { get; set; }
296296

297297
/// <summary>
@@ -496,7 +496,7 @@ protected DonationPaymentRequest() { }
496496
/// </summary>
497497
/// <value>If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.</value>
498498
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
499-
[Obsolete]
499+
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
500500
public bool? ThreeDSAuthenticationOnly { get; set; }
501501

502502
/// <summary>

Adyen/Model/Checkout/EftDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public enum TypeEnum
117117
/// </summary>
118118
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
119119
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
120-
[Obsolete]
120+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
121121
public string RecurringDetailReference { get; set; }
122122

123123
/// <summary>

Adyen/Model/Checkout/GenericIssuerPaymentMethodDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected GenericIssuerPaymentMethodDetails() { }
113113
/// </summary>
114114
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
115115
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
116-
[Obsolete]
116+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
117117
public string RecurringDetailReference { get; set; }
118118

119119
/// <summary>

Adyen/Model/Checkout/GiropayDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public enum TypeEnum
8181
/// </summary>
8282
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
8383
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
84-
[Obsolete]
84+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
8585
public string RecurringDetailReference { get; set; }
8686

8787
/// <summary>

Adyen/Model/Checkout/GooglePayDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected GooglePayDetails() { }
136136
/// </summary>
137137
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
138138
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
139-
[Obsolete]
139+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
140140
public string RecurringDetailReference { get; set; }
141141

142142
/// <summary>

Adyen/Model/Checkout/GooglePayDonations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected GooglePayDonations() { }
136136
/// </summary>
137137
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
138138
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
139-
[Obsolete]
139+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
140140
public string RecurringDetailReference { get; set; }
141141

142142
/// <summary>

Adyen/Model/Checkout/IdealDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public enum TypeEnum
9090
/// </summary>
9191
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
9292
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
93-
[Obsolete]
93+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
9494
public string RecurringDetailReference { get; set; }
9595

9696
/// <summary>

Adyen/Model/Checkout/IdealDonations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public enum TypeEnum
9090
/// </summary>
9191
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
9292
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
93-
[Obsolete]
93+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
9494
public string RecurringDetailReference { get; set; }
9595

9696
/// <summary>

Adyen/Model/Checkout/InputDetail.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public partial class InputDetail : IEquatable<InputDetail>, IValidatableObject
7676
/// </summary>
7777
/// <value>Input details can also be provided recursively (deprecated).</value>
7878
[DataMember(Name = "inputDetails", EmitDefaultValue = false)]
79-
[Obsolete]
79+
[Obsolete("Deprecated since Adyen Checkout API v - ")]
8080
public List<SubInputDetail> InputDetails { get; set; }
8181

8282
/// <summary>

Adyen/Model/Checkout/KlarnaDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected KlarnaDetails() { }
151151
/// </summary>
152152
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
153153
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
154-
[Obsolete]
154+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
155155
public string RecurringDetailReference { get; set; }
156156

157157
/// <summary>

Adyen/Model/Checkout/MerchantRiskIndicator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public enum DeliveryTimeframeEnum
177177
/// </summary>
178178
/// <value>The delivery email address (for digital goods).</value>
179179
[DataMember(Name = "deliveryEmail", EmitDefaultValue = false)]
180-
[Obsolete]
180+
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `deliveryEmailAddress` instead.")]
181181
public string DeliveryEmail { get; set; }
182182

183183
/// <summary>

Adyen/Model/Checkout/OpenInvoiceDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public enum TypeEnum
120120
/// </summary>
121121
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
122122
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
123-
[Obsolete]
123+
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
124124
public string RecurringDetailReference { get; set; }
125125

126126
/// <summary>

0 commit comments

Comments
 (0)