You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Adyen/Model/Checkout/CardDetails.cs
+58-1Lines changed: 58 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,10 +125,13 @@ public enum TypeEnum
125
125
/// <param name="number">The card number. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide)..</param>
126
126
/// <param name="recurringDetailReference">This is the `recurringDetailReference` returned in the response when you created the token..</param>
127
127
/// <param name="shopperNotificationReference">The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used only for recurring payments in India..</param>
128
+
/// <param name="srcCorrelationId">An identifier used for the Click to Pay transaction..</param>
129
+
/// <param name="srcScheme">The scheme that is being used for Click to Pay..</param>
130
+
/// <param name="srcTokenReference">The reference for the Click to Pay token..</param>
128
131
/// <param name="storedPaymentMethodId">This is the `recurringDetailReference` returned in the response when you created the token..</param>
129
132
/// <param name="threeDS2SdkVersion">Required for mobile integrations. Version of the 3D Secure 2 mobile SDK..</param>
130
133
/// <param name="type">Default payment method details. Common for scheme payment methods, and for simple payment method details. (default to TypeEnum.Scheme).</param>
Copy file name to clipboardExpand all lines: Adyen/Model/Checkout/CardDonations.cs
+58-1Lines changed: 58 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,10 +125,13 @@ public enum TypeEnum
125
125
/// <param name="number">The card number. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide)..</param>
126
126
/// <param name="recurringDetailReference">This is the `recurringDetailReference` returned in the response when you created the token..</param>
127
127
/// <param name="shopperNotificationReference">The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used only for recurring payments in India..</param>
128
+
/// <param name="srcCorrelationId">An identifier used for the Click to Pay transaction..</param>
129
+
/// <param name="srcScheme">The scheme that is being used for Click to Pay..</param>
130
+
/// <param name="srcTokenReference">The reference for the Click to Pay token..</param>
128
131
/// <param name="storedPaymentMethodId">This is the `recurringDetailReference` returned in the response when you created the token..</param>
129
132
/// <param name="threeDS2SdkVersion">Required for mobile integrations. Version of the 3D Secure 2 mobile SDK..</param>
130
133
/// <param name="type">Default payment method details. Common for scheme payment methods, and for simple payment method details. (default to TypeEnum.Scheme).</param>
0 commit comments