Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot committed Oct 9, 2024
1 parent b0c78b9 commit 9e503ee
Show file tree
Hide file tree
Showing 74 changed files with 131 additions and 176 deletions.
2 changes: 1 addition & 1 deletion Adyen/Model/BalancePlatform/AccountHolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected AccountHolder() { }
/// Gets or Sets ContactDetails
/// </summary>
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Configuration API v - ")]
public ContactDetails ContactDetails { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/BalancePlatform/AccountHolderInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected AccountHolderInfo() { }
/// Gets or Sets ContactDetails
/// </summary>
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Configuration API v - ")]
public ContactDetails ContactDetails { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/BalancePlatform/AccountHolderUpdateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public enum StatusEnum
/// Gets or Sets ContactDetails
/// </summary>
[DataMember(Name = "contactDetails", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Configuration API v - ")]
public ContactDetails ContactDetails { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/BalancePlatform/PaymentInstrument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected PaymentInstrument() { }
/// </summary>
/// <value>Contains optional, additional business account details. Returned when you create a payment instrument with &#x60;type&#x60; **bankAccount**.</value>
[DataMember(Name = "additionalBankAccountIdentifications", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Configuration API v2 - Please use `bankAccount` object instead")]
public List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> AdditionalBankAccountIdentifications { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/BalancePlatform/UpdatePaymentInstrument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected UpdatePaymentInstrument() { }
/// </summary>
/// <value>Contains optional, additional business account details. Returned when you create a payment instrument with &#x60;type&#x60; **bankAccount**.</value>
[DataMember(Name = "additionalBankAccountIdentifications", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Configuration API v2 - Please use `bankAccount` object instead")]
public List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> AdditionalBankAccountIdentifications { get; set; }

/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions Adyen/Model/Checkout/AccountInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,15 @@ public enum PaymentAccountIndicatorEnum
/// </summary>
/// <value>Shopper&#39;s home phone number (including the country code).</value>
[DataMember(Name = "homePhone", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `ThreeDS2RequestData.homePhone` instead.")]
public string HomePhone { get; set; }

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

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

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/AchDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Adyen/Model/Checkout/AdditionalData3DSecure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ public enum ChallengeWindowSizeEnum
/// </summary>
/// <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>
[DataMember(Name = "allow3DS2", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.threeDSRequestData.nativeThreeDS` instead.")]
public string Allow3DS2 { get; set; }

/// <summary>
/// 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.
/// </summary>
/// <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>
[DataMember(Name = "executeThreeD", EmitDefaultValue = false)]
[Obsolete]
[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")]
public string ExecuteThreeD { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/AfterpayDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected AfterpayDetails() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/AncvDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/ApplePayDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected ApplePayDetails() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/ApplePayDonations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected ApplePayDonations() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/BacsDirectDebitDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/BalanceCheckRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ protected BalanceCheckRequest() { }
/// </summary>
/// <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>
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
public bool? ThreeDSAuthenticationOnly { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/BlikDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Adyen/Model/Checkout/CardDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public enum TypeEnum
/// Gets or Sets CupsecureplusSmscode
/// </summary>
[DataMember(Name = "cupsecureplus.smscode", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v - ")]
public string CupsecureplusSmscode { get; set; }

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

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Adyen/Model/Checkout/CardDonations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public enum TypeEnum
/// Gets or Sets CupsecureplusSmscode
/// </summary>
[DataMember(Name = "cupsecureplus.smscode", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v - ")]
public string CupsecureplusSmscode { get; set; }

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

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/CashAppDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/CreateCheckoutSessionRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ protected CreateCheckoutSessionRequest() { }
/// </summary>
/// <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>
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
public bool? ThreeDSAuthenticationOnly { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/CreateCheckoutSessionResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ protected CreateCheckoutSessionResponse() { }
/// </summary>
/// <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>
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
public bool? ThreeDSAuthenticationOnly { get; set; }

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Adyen/Model/Checkout/DonationPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ protected DonationPaymentRequest() { }
/// </summary>
/// <value>Conversion ID that corresponds to the Id generated by the client SDK for tracking user payment journey.</value>
[DataMember(Name = "conversionId", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `checkoutAttemptId` instead")]
public string ConversionId { get; set; }

/// <summary>
Expand Down Expand Up @@ -496,7 +496,7 @@ protected DonationPaymentRequest() { }
/// </summary>
/// <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>
[DataMember(Name = "threeDSAuthenticationOnly", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v69 - Use `authenticationData.authenticationOnly` instead.")]
public bool? ThreeDSAuthenticationOnly { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/EftDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/GenericIssuerPaymentMethodDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected GenericIssuerPaymentMethodDetails() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/GiropayDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/GooglePayDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected GooglePayDetails() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/GooglePayDonations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected GooglePayDonations() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/IdealDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/IdealDonations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/InputDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public partial class InputDetail : IEquatable<InputDetail>, IValidatableObject
/// </summary>
/// <value>Input details can also be provided recursively (deprecated).</value>
[DataMember(Name = "inputDetails", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v - ")]
public List<SubInputDetail> InputDetails { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/KlarnaDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ protected KlarnaDetails() { }
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/MerchantRiskIndicator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public enum DeliveryTimeframeEnum
/// </summary>
/// <value>The delivery email address (for digital goods).</value>
[DataMember(Name = "deliveryEmail", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v68 - Use `deliveryEmailAddress` instead.")]
public string DeliveryEmail { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Model/Checkout/OpenInvoiceDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public enum TypeEnum
/// </summary>
/// <value>This is the &#x60;recurringDetailReference&#x60; returned in the response when you created the token.</value>
[DataMember(Name = "recurringDetailReference", EmitDefaultValue = false)]
[Obsolete]
[Obsolete("Deprecated since Adyen Checkout API v49 - Use `storedPaymentMethodId` instead.")]
public string RecurringDetailReference { get; set; }

/// <summary>
Expand Down
Loading

0 comments on commit 9e503ee

Please sign in to comment.