@@ -30,10 +30,12 @@ public Amount() {}
3030
3131 /**
3232 * The three-character [ISO currency
33- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
33+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
34+ * amount.
3435 *
3536 * @param currency The three-character [ISO currency
36- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
37+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
38+ * amount.
3739 * @return the current {@code Amount} instance, allowing for method chaining
3840 */
3941 public Amount currency (String currency ) {
@@ -43,10 +45,12 @@ public Amount currency(String currency) {
4345
4446 /**
4547 * The three-character [ISO currency
46- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
48+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
49+ * amount.
4750 *
4851 * @return currency The three-character [ISO currency
49- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
52+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
53+ * amount.
5054 */
5155 @ JsonProperty (JSON_PROPERTY_CURRENCY )
5256 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -56,10 +60,12 @@ public String getCurrency() {
5660
5761 /**
5862 * The three-character [ISO currency
59- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
63+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
64+ * amount.
6065 *
6166 * @param currency The three-character [ISO currency
62- * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
67+ * code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the
68+ * amount.
6369 */
6470 @ JsonProperty (JSON_PROPERTY_CURRENCY )
6571 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -68,10 +74,10 @@ public void setCurrency(String currency) {
6874 }
6975
7076 /**
71- * The amount of the transaction , in [minor
77+ * The numeric value of the amount , in [minor
7278 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
7379 *
74- * @param value The amount of the transaction , in [minor
80+ * @param value The numeric value of the amount , in [minor
7581 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
7682 * @return the current {@code Amount} instance, allowing for method chaining
7783 */
@@ -81,10 +87,10 @@ public Amount value(Long value) {
8187 }
8288
8389 /**
84- * The amount of the transaction , in [minor
90+ * The numeric value of the amount , in [minor
8591 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
8692 *
87- * @return value The amount of the transaction , in [minor
93+ * @return value The numeric value of the amount , in [minor
8894 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
8995 */
9096 @ JsonProperty (JSON_PROPERTY_VALUE )
@@ -94,10 +100,10 @@ public Long getValue() {
94100 }
95101
96102 /**
97- * The amount of the transaction , in [minor
103+ * The numeric value of the amount , in [minor
98104 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
99105 *
100- * @param value The amount of the transaction , in [minor
106+ * @param value The numeric value of the amount , in [minor
101107 * units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
102108 */
103109 @ JsonProperty (JSON_PROPERTY_VALUE )
0 commit comments