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
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
50
48
*
51
-
* @param currency
49
+
* @param currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
52
50
* @return the current {@code Amount} instance, allowing for method chaining
53
51
*/
54
52
publicAmountcurrency(Stringcurrency) {
@@ -58,9 +56,8 @@ public Amount currency(String currency) {
58
56
59
57
/**
60
58
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
61
-
* @return currency
59
+
* @return currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
62
60
*/
63
-
@ApiModelProperty(required = true, value = "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).")
@@ -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#minor-units).
83
80
*
84
-
* @param value
81
+
* @param value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
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#minor-units).
94
-
* @return value
91
+
* @return value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
95
92
*/
96
-
@ApiModelProperty(required = true, value = "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).")
0 commit comments