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).
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) {
@@ -90,21 +87,20 @@ public Amount value(Long value) {
90
87
}
91
88
92
89
/**
93
-
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
94
-
* @return value
90
+
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
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).")
@@ -141,7 +138,7 @@ public void setAmount(Amount amount) {
141
138
/**
142
139
* A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
143
140
*
144
-
* @param description
141
+
* @param description A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
145
142
* @return the current {@code BalanceTransferRequest} instance, allowing for method chaining
@@ -151,9 +148,8 @@ public BalanceTransferRequest description(String description) {
151
148
152
149
/**
153
150
* A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
154
-
* @return description
151
+
* @return description A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
155
152
*/
156
-
@ApiModelProperty(value = "A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.")
@@ -163,8 +159,8 @@ public String getDescription() {
163
159
/**
164
160
* A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
165
161
*
166
-
* @param description
167
-
*/
162
+
* @param description A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
@@ -207,7 +202,7 @@ public void setFromMerchant(String fromMerchant) {
207
202
/**
208
203
* A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
209
204
*
210
-
* @param reference
205
+
* @param reference A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
211
206
* @return the current {@code BalanceTransferRequest} instance, allowing for method chaining
@@ -217,9 +212,8 @@ public BalanceTransferRequest reference(String reference) {
217
212
218
213
/**
219
214
* A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
220
-
* @return reference
215
+
* @return reference A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
221
216
*/
222
-
@ApiModelProperty(value = "A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.")
@@ -229,8 +223,8 @@ public String getReference() {
229
223
/**
230
224
* A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
231
225
*
232
-
* @param reference
233
-
*/
226
+
* @param reference A reference for the balance transfer. If you don't provide this in the request, Adyen generates a unique reference. Maximum length: 80 characters.
@@ -273,7 +266,7 @@ public void setToMerchant(String toMerchant) {
273
266
/**
274
267
* The type of balance transfer. Possible values: **tax**, **fee**, **terminalSale**, **credit**, **debit**, and **adjustment**.
275
268
*
276
-
* @param type
269
+
* @param type The type of balance transfer. Possible values: **tax**, **fee**, **terminalSale**, **credit**, **debit**, and **adjustment**.
277
270
* @return the current {@code BalanceTransferRequest} instance, allowing for method chaining
278
271
*/
279
272
publicBalanceTransferRequesttype(TypeEnumtype) {
@@ -283,9 +276,8 @@ public BalanceTransferRequest type(TypeEnum type) {
283
276
284
277
/**
285
278
* The type of balance transfer. Possible values: **tax**, **fee**, **terminalSale**, **credit**, **debit**, and **adjustment**.
286
-
* @return type
279
+
* @return type The type of balance transfer. Possible values: **tax**, **fee**, **terminalSale**, **credit**, **debit**, and **adjustment**.
287
280
*/
288
-
@ApiModelProperty(required = true, value = "The type of balance transfer. Possible values: **tax**, **fee**, **terminalSale**, **credit**, **debit**, and **adjustment**.")
0 commit comments