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 amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
83
+
*
84
+
* @param value
85
+
* @return the current {@code Amount} instance, allowing for method chaining
86
+
*/
78
87
publicAmountvalue(Longvalue) {
79
88
this.value = value;
80
89
returnthis;
81
90
}
82
91
83
-
/**
92
+
/**
84
93
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
85
94
* @return value
86
-
**/
95
+
*/
87
96
@ApiModelProperty(required = true, value = "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).")
0 commit comments