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
@@ -97,7 +94,7 @@ public void setCity(String city) {
97
94
/**
98
95
* The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
99
96
*
100
-
* @param country
97
+
* @param country The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
101
98
* @return the current {@code Address} instance, allowing for method chaining
102
99
*/
103
100
publicAddresscountry(Stringcountry) {
@@ -107,9 +104,8 @@ public Address country(String country) {
107
104
108
105
/**
109
106
* The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
110
-
* @return country
107
+
* @return country The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
111
108
*/
112
-
@ApiModelProperty(required = true, value = "The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.")
* The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
121
117
*
122
-
* @param country
123
-
*/
118
+
* @param country The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
@@ -163,7 +158,7 @@ public void setHouseNumberOrName(String houseNumberOrName) {
163
158
/**
164
159
* A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
165
160
*
166
-
* @param postalCode
161
+
* @param postalCode A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
167
162
* @return the current {@code Address} instance, allowing for method chaining
168
163
*/
169
164
publicAddresspostalCode(StringpostalCode) {
@@ -173,9 +168,8 @@ public Address postalCode(String postalCode) {
173
168
174
169
/**
175
170
* A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
176
-
* @return postalCode
171
+
* @return postalCode A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
177
172
*/
178
-
@ApiModelProperty(required = true, value = "A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.")
@@ -196,7 +190,7 @@ public void setPostalCode(String postalCode) {
196
190
/**
197
191
* The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
198
192
*
199
-
* @param stateOrProvince
193
+
* @param stateOrProvince The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
200
194
* @return the current {@code Address} instance, allowing for method chaining
@@ -206,9 +200,8 @@ public Address stateOrProvince(String stateOrProvince) {
206
200
207
201
/**
208
202
* The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
209
-
* @return stateOrProvince
203
+
* @return stateOrProvince The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
210
204
*/
211
-
@ApiModelProperty(value = "The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.")
@@ -218,8 +211,8 @@ public String getStateOrProvince() {
218
211
/**
219
212
* The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
220
213
*
221
-
* @param stateOrProvince
222
-
*/
214
+
* @param stateOrProvince The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
@@ -229,7 +222,7 @@ public void setStateOrProvince(String stateOrProvince) {
229
222
/**
230
223
* The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
231
224
*
232
-
* @param street
225
+
* @param street The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
233
226
* @return the current {@code Address} instance, allowing for method chaining
234
227
*/
235
228
publicAddressstreet(Stringstreet) {
@@ -239,9 +232,8 @@ public Address street(String street) {
239
232
240
233
/**
241
234
* The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
242
-
* @return street
235
+
* @return street The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
243
236
*/
244
-
@ApiModelProperty(required = true, value = "The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.")
* The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
253
245
*
254
-
* @param street
255
-
*/
246
+
* @param street The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
* 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