Skip to content

Commit 08440c5

Browse files
[transactionwebhooks] Automated update from Adyen/adyen-openapi@0a007ce
1 parent 2c4b657 commit 08440c5

File tree

4 files changed

+154
-143
lines changed

4 files changed

+154
-143
lines changed

src/main/java/com/adyen/model/transactionwebhooks/Amount.java

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

src/main/java/com/adyen/model/transactionwebhooks/BankCategoryData.java

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public class BankCategoryData {
2727
/**
2828
* The priority for the bank transfer. This sets the speed at which the transfer is sent and the
2929
* fees that you have to pay. Required for transfers with `category` **bank**. Possible
30-
* values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer
30+
* values: * **regular**: For normal, low-value transactions. * **fast**: A faster way to transfer
3131
* funds, but the fees are higher. Recommended for high-priority, low-value transactions. *
32-
* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for
33-
* high-priority, high-value transactions. * **instant**: for instant funds transfers within the
32+
* **wire**: The fastest way to transfer funds, but this has the highest fees. Recommended for
33+
* high-priority, high-value transactions. * **instant**: For instant funds transfers within the
3434
* United States and in [SEPA
3535
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
36-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
37-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
36+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
37+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
3838
* number/IBAN).
3939
*/
4040
public enum PriorityEnum {
@@ -135,26 +135,26 @@ public BankCategoryData() {}
135135
/**
136136
* The priority for the bank transfer. This sets the speed at which the transfer is sent and the
137137
* fees that you have to pay. Required for transfers with `category` **bank**. Possible
138-
* values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer
138+
* values: * **regular**: For normal, low-value transactions. * **fast**: A faster way to transfer
139139
* funds, but the fees are higher. Recommended for high-priority, low-value transactions. *
140-
* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for
141-
* high-priority, high-value transactions. * **instant**: for instant funds transfers within the
140+
* **wire**: The fastest way to transfer funds, but this has the highest fees. Recommended for
141+
* high-priority, high-value transactions. * **instant**: For instant funds transfers within the
142142
* United States and in [SEPA
143143
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
144-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
145-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
144+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
145+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
146146
* number/IBAN).
147147
*
148148
* @param priority The priority for the bank transfer. This sets the speed at which the transfer
149149
* is sent and the fees that you have to pay. Required for transfers with `category`
150-
* **bank**. Possible values: * **regular**: for normal, low-value transactions. * **fast**: a
150+
* **bank**. Possible values: * **regular**: For normal, low-value transactions. * **fast**: A
151151
* faster way to transfer funds, but the fees are higher. Recommended for high-priority,
152-
* low-value transactions. * **wire**: the fastest way to transfer funds, but this has the
153-
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: for
152+
* low-value transactions. * **wire**: The fastest way to transfer funds, but this has the
153+
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: For
154154
* instant funds transfers within the United States and in [SEPA
155155
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
156-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
157-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
156+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
157+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
158158
* number/IBAN).
159159
* @return the current {@code BankCategoryData} instance, allowing for method chaining
160160
*/
@@ -166,26 +166,26 @@ public BankCategoryData priority(PriorityEnum priority) {
166166
/**
167167
* The priority for the bank transfer. This sets the speed at which the transfer is sent and the
168168
* fees that you have to pay. Required for transfers with `category` **bank**. Possible
169-
* values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer
169+
* values: * **regular**: For normal, low-value transactions. * **fast**: A faster way to transfer
170170
* funds, but the fees are higher. Recommended for high-priority, low-value transactions. *
171-
* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for
172-
* high-priority, high-value transactions. * **instant**: for instant funds transfers within the
171+
* **wire**: The fastest way to transfer funds, but this has the highest fees. Recommended for
172+
* high-priority, high-value transactions. * **instant**: For instant funds transfers within the
173173
* United States and in [SEPA
174174
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
175-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
176-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
175+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
176+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
177177
* number/IBAN).
178178
*
179179
* @return priority The priority for the bank transfer. This sets the speed at which the transfer
180180
* is sent and the fees that you have to pay. Required for transfers with `category`
181-
* **bank**. Possible values: * **regular**: for normal, low-value transactions. * **fast**: a
181+
* **bank**. Possible values: * **regular**: For normal, low-value transactions. * **fast**: A
182182
* faster way to transfer funds, but the fees are higher. Recommended for high-priority,
183-
* low-value transactions. * **wire**: the fastest way to transfer funds, but this has the
184-
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: for
183+
* low-value transactions. * **wire**: The fastest way to transfer funds, but this has the
184+
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: For
185185
* instant funds transfers within the United States and in [SEPA
186186
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
187-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
188-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
187+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
188+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
189189
* number/IBAN).
190190
*/
191191
@JsonProperty(JSON_PROPERTY_PRIORITY)
@@ -197,26 +197,26 @@ public PriorityEnum getPriority() {
197197
/**
198198
* The priority for the bank transfer. This sets the speed at which the transfer is sent and the
199199
* fees that you have to pay. Required for transfers with `category` **bank**. Possible
200-
* values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer
200+
* values: * **regular**: For normal, low-value transactions. * **fast**: A faster way to transfer
201201
* funds, but the fees are higher. Recommended for high-priority, low-value transactions. *
202-
* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for
203-
* high-priority, high-value transactions. * **instant**: for instant funds transfers within the
202+
* **wire**: The fastest way to transfer funds, but this has the highest fees. Recommended for
203+
* high-priority, high-value transactions. * **instant**: For instant funds transfers within the
204204
* United States and in [SEPA
205205
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
206-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
207-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
206+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
207+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
208208
* number/IBAN).
209209
*
210210
* @param priority The priority for the bank transfer. This sets the speed at which the transfer
211211
* is sent and the fees that you have to pay. Required for transfers with `category`
212-
* **bank**. Possible values: * **regular**: for normal, low-value transactions. * **fast**: a
212+
* **bank**. Possible values: * **regular**: For normal, low-value transactions. * **fast**: A
213213
* faster way to transfer funds, but the fees are higher. Recommended for high-priority,
214-
* low-value transactions. * **wire**: the fastest way to transfer funds, but this has the
215-
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: for
214+
* low-value transactions. * **wire**: The fastest way to transfer funds, but this has the
215+
* highest fees. Recommended for high-priority, high-value transactions. * **instant**: For
216216
* instant funds transfers within the United States and in [SEPA
217217
* locations](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). *
218-
* **crossBorder**: for high-value transfers to a recipient in a different country. *
219-
* **internal**: for transfers to an Adyen-issued business bank account (by bank account
218+
* **crossBorder**: For high-value transfers to a recipient in a different country. *
219+
* **internal**: For transfers to an Adyen-issued business bank account (by bank account
220220
* number/IBAN).
221221
*/
222222
@JsonProperty(JSON_PROPERTY_PRIORITY)

0 commit comments

Comments
 (0)