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: src/main/java/com/adyen/service/checkout/RecurringApi.java
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,10 @@ public RecurringApi(Client client, String baseURL) {
56
56
* @param storedPaymentMethodId {@link String } The unique identifier of the token. (required)
57
57
* @param shopperReference {@link String } Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address. (required)
58
58
* @param merchantAccount {@link String } Your merchant account. (required)
@@ -70,10 +69,9 @@ public StoredPaymentMethodResource deleteTokenForStoredPaymentDetails(String sto
70
69
* @param shopperReference {@link String } Query: Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address. (required)
0 commit comments