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
* Generate PaymentsAppApi
* Deprecate old PaymensAppApi
* Generate DisputesApi
* Deprecate old DisputesApi
* Updates test to use new DisputesApi
* Generate DataProtection API
* Deprecate former DataProtectionApi
* Update tests to use new DataProtectionApi
@@ -52,7 +50,7 @@ public SubjectErasureByPspReferenceRequest() {
52
50
/**
53
51
* Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
54
52
*
55
-
* @param forceErasure
53
+
* @param forceErasure Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
56
54
* @return the current {@code SubjectErasureByPspReferenceRequest} instance, allowing for method chaining
@@ -62,9 +60,8 @@ public SubjectErasureByPspReferenceRequest forceErasure(Boolean forceErasure) {
62
60
63
61
/**
64
62
* Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
65
-
* @return forceErasure
63
+
* @return forceErasure Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
66
64
*/
67
-
@ApiModelProperty(value = "Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.")
@@ -74,8 +71,8 @@ public Boolean getForceErasure() {
74
71
/**
75
72
* Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
76
73
*
77
-
* @param forceErasure
78
-
*/
74
+
* @param forceErasure Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
0 commit comments