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 StoredValue API with OpenAPI Generator v7.11.0
* Move StoredValueAPI class, deprecate old one
* Generate StoredValue models to include comments
* Correct deprecation
@@ -81,7 +78,7 @@ public void setCurrency(String currency) {
81
78
/**
82
79
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
83
80
*
84
-
* @param value
81
+
* @param value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
85
82
* @return the current {@code Amount} instance, allowing for method chaining
86
83
*/
87
84
publicAmountvalue(Longvalue) {
@@ -91,9 +88,8 @@ public Amount value(Long value) {
91
88
92
89
/**
93
90
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
94
-
* @return value
91
+
* @return value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
95
92
*/
96
-
@ApiModelProperty(required = true, value = "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).")
* Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
69
66
*
70
-
* @param additionalData
67
+
* @param additionalData Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
71
68
* @return the current {@code ServiceError} instance, allowing for method chaining
@@ -85,9 +82,8 @@ public ServiceError putAdditionalDataItem(String key, String additionalDataItem)
85
82
86
83
/**
87
84
* Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
88
-
* @return additionalData
85
+
* @return additionalData Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
89
86
*/
90
-
@ApiModelProperty(value = "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.")
@@ -97,8 +93,8 @@ public Map<String, String> getAdditionalData() {
97
93
/**
98
94
* Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
99
95
*
100
-
* @param additionalData
101
-
*/
96
+
* @param additionalData Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.
0 commit comments