Skip to content

Commit be40674

Browse files
authored
Regenerate Checkout models (#1472)
1 parent 3e48255 commit be40674

File tree

205 files changed

+5534
-5492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+5534
-5492
lines changed

src/main/java/com/adyen/model/checkout/AbstractOpenApiSchema.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
/**
2222
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2323
*/
24-
2524
public abstract class AbstractOpenApiSchema {
2625

2726
// store the actual instance of the schema/object
@@ -33,6 +32,11 @@ public abstract class AbstractOpenApiSchema {
3332
// schema type (e.g. oneOf, anyOf)
3433
private final String schemaType;
3534

35+
/**
36+
*
37+
* @param schemaType the schema type
38+
* @param isNullable whether the instance is nullable
39+
*/
3640
public AbstractOpenApiSchema(String schemaType, Boolean isNullable) {
3741
this.schemaType = schemaType;
3842
this.isNullable = isNullable;

src/main/java/com/adyen/model/checkout/AccountInfo.java

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AcctInfo.java

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AchDetails.java

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalData3DSecure.java

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataAirline.java

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataCarRental.java

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataCommon.java

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataLevel23.java

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataLodging.java

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataOpenInvoice.java

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/AdditionalDataOpi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public AdditionalDataOpi() {
4242
/**
4343
* Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
4444
*
45-
* @param opiIncludeTransToken
45+
* @param opiIncludeTransToken Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
4646
* @return the current {@code AdditionalDataOpi} instance, allowing for method chaining
4747
*/
4848
public AdditionalDataOpi opiIncludeTransToken(String opiIncludeTransToken) {
@@ -52,7 +52,7 @@ public AdditionalDataOpi opiIncludeTransToken(String opiIncludeTransToken) {
5252

5353
/**
5454
* Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
55-
* @return opiIncludeTransToken
55+
* @return opiIncludeTransToken Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
5656
*/
5757
@JsonProperty(JSON_PROPERTY_OPI_INCLUDE_TRANS_TOKEN)
5858
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -63,7 +63,7 @@ public String getOpiIncludeTransToken() {
6363
/**
6464
* Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
6565
*
66-
* @param opiIncludeTransToken
66+
* @param opiIncludeTransToken Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response. You can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).
6767
*/
6868
@JsonProperty(JSON_PROPERTY_OPI_INCLUDE_TRANS_TOKEN)
6969
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/checkout/AdditionalDataRatepay.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public AdditionalDataRatepay() {
7070
/**
7171
* Amount the customer has to pay each month.
7272
*
73-
* @param ratepayInstallmentAmount
73+
* @param ratepayInstallmentAmount Amount the customer has to pay each month.
7474
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
7575
*/
7676
public AdditionalDataRatepay ratepayInstallmentAmount(String ratepayInstallmentAmount) {
@@ -80,7 +80,7 @@ public AdditionalDataRatepay ratepayInstallmentAmount(String ratepayInstallmentA
8080

8181
/**
8282
* Amount the customer has to pay each month.
83-
* @return ratepayInstallmentAmount
83+
* @return ratepayInstallmentAmount Amount the customer has to pay each month.
8484
*/
8585
@JsonProperty(JSON_PROPERTY_RATEPAY_INSTALLMENT_AMOUNT)
8686
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -91,7 +91,7 @@ public String getRatepayInstallmentAmount() {
9191
/**
9292
* Amount the customer has to pay each month.
9393
*
94-
* @param ratepayInstallmentAmount
94+
* @param ratepayInstallmentAmount Amount the customer has to pay each month.
9595
*/
9696
@JsonProperty(JSON_PROPERTY_RATEPAY_INSTALLMENT_AMOUNT)
9797
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -102,7 +102,7 @@ public void setRatepayInstallmentAmount(String ratepayInstallmentAmount) {
102102
/**
103103
* Interest rate of this installment.
104104
*
105-
* @param ratepayInterestRate
105+
* @param ratepayInterestRate Interest rate of this installment.
106106
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
107107
*/
108108
public AdditionalDataRatepay ratepayInterestRate(String ratepayInterestRate) {
@@ -112,7 +112,7 @@ public AdditionalDataRatepay ratepayInterestRate(String ratepayInterestRate) {
112112

113113
/**
114114
* Interest rate of this installment.
115-
* @return ratepayInterestRate
115+
* @return ratepayInterestRate Interest rate of this installment.
116116
*/
117117
@JsonProperty(JSON_PROPERTY_RATEPAY_INTEREST_RATE)
118118
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -123,7 +123,7 @@ public String getRatepayInterestRate() {
123123
/**
124124
* Interest rate of this installment.
125125
*
126-
* @param ratepayInterestRate
126+
* @param ratepayInterestRate Interest rate of this installment.
127127
*/
128128
@JsonProperty(JSON_PROPERTY_RATEPAY_INTEREST_RATE)
129129
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -134,7 +134,7 @@ public void setRatepayInterestRate(String ratepayInterestRate) {
134134
/**
135135
* Amount of the last installment.
136136
*
137-
* @param ratepayLastInstallmentAmount
137+
* @param ratepayLastInstallmentAmount Amount of the last installment.
138138
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
139139
*/
140140
public AdditionalDataRatepay ratepayLastInstallmentAmount(String ratepayLastInstallmentAmount) {
@@ -144,7 +144,7 @@ public AdditionalDataRatepay ratepayLastInstallmentAmount(String ratepayLastInst
144144

145145
/**
146146
* Amount of the last installment.
147-
* @return ratepayLastInstallmentAmount
147+
* @return ratepayLastInstallmentAmount Amount of the last installment.
148148
*/
149149
@JsonProperty(JSON_PROPERTY_RATEPAY_LAST_INSTALLMENT_AMOUNT)
150150
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -155,7 +155,7 @@ public String getRatepayLastInstallmentAmount() {
155155
/**
156156
* Amount of the last installment.
157157
*
158-
* @param ratepayLastInstallmentAmount
158+
* @param ratepayLastInstallmentAmount Amount of the last installment.
159159
*/
160160
@JsonProperty(JSON_PROPERTY_RATEPAY_LAST_INSTALLMENT_AMOUNT)
161161
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -166,7 +166,7 @@ public void setRatepayLastInstallmentAmount(String ratepayLastInstallmentAmount)
166166
/**
167167
* Calendar day of the first payment.
168168
*
169-
* @param ratepayPaymentFirstday
169+
* @param ratepayPaymentFirstday Calendar day of the first payment.
170170
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
171171
*/
172172
public AdditionalDataRatepay ratepayPaymentFirstday(String ratepayPaymentFirstday) {
@@ -176,7 +176,7 @@ public AdditionalDataRatepay ratepayPaymentFirstday(String ratepayPaymentFirstda
176176

177177
/**
178178
* Calendar day of the first payment.
179-
* @return ratepayPaymentFirstday
179+
* @return ratepayPaymentFirstday Calendar day of the first payment.
180180
*/
181181
@JsonProperty(JSON_PROPERTY_RATEPAY_PAYMENT_FIRSTDAY)
182182
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -187,7 +187,7 @@ public String getRatepayPaymentFirstday() {
187187
/**
188188
* Calendar day of the first payment.
189189
*
190-
* @param ratepayPaymentFirstday
190+
* @param ratepayPaymentFirstday Calendar day of the first payment.
191191
*/
192192
@JsonProperty(JSON_PROPERTY_RATEPAY_PAYMENT_FIRSTDAY)
193193
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -198,7 +198,7 @@ public void setRatepayPaymentFirstday(String ratepayPaymentFirstday) {
198198
/**
199199
* Date the merchant delivered the goods to the customer.
200200
*
201-
* @param ratepaydataDeliveryDate
201+
* @param ratepaydataDeliveryDate Date the merchant delivered the goods to the customer.
202202
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
203203
*/
204204
public AdditionalDataRatepay ratepaydataDeliveryDate(String ratepaydataDeliveryDate) {
@@ -208,7 +208,7 @@ public AdditionalDataRatepay ratepaydataDeliveryDate(String ratepaydataDeliveryD
208208

209209
/**
210210
* Date the merchant delivered the goods to the customer.
211-
* @return ratepaydataDeliveryDate
211+
* @return ratepaydataDeliveryDate Date the merchant delivered the goods to the customer.
212212
*/
213213
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_DELIVERY_DATE)
214214
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -219,7 +219,7 @@ public String getRatepaydataDeliveryDate() {
219219
/**
220220
* Date the merchant delivered the goods to the customer.
221221
*
222-
* @param ratepaydataDeliveryDate
222+
* @param ratepaydataDeliveryDate Date the merchant delivered the goods to the customer.
223223
*/
224224
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_DELIVERY_DATE)
225225
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -230,7 +230,7 @@ public void setRatepaydataDeliveryDate(String ratepaydataDeliveryDate) {
230230
/**
231231
* Date by which the customer must settle the payment.
232232
*
233-
* @param ratepaydataDueDate
233+
* @param ratepaydataDueDate Date by which the customer must settle the payment.
234234
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
235235
*/
236236
public AdditionalDataRatepay ratepaydataDueDate(String ratepaydataDueDate) {
@@ -240,7 +240,7 @@ public AdditionalDataRatepay ratepaydataDueDate(String ratepaydataDueDate) {
240240

241241
/**
242242
* Date by which the customer must settle the payment.
243-
* @return ratepaydataDueDate
243+
* @return ratepaydataDueDate Date by which the customer must settle the payment.
244244
*/
245245
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_DUE_DATE)
246246
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -251,7 +251,7 @@ public String getRatepaydataDueDate() {
251251
/**
252252
* Date by which the customer must settle the payment.
253253
*
254-
* @param ratepaydataDueDate
254+
* @param ratepaydataDueDate Date by which the customer must settle the payment.
255255
*/
256256
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_DUE_DATE)
257257
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -262,7 +262,7 @@ public void setRatepaydataDueDate(String ratepaydataDueDate) {
262262
/**
263263
* Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
264264
*
265-
* @param ratepaydataInvoiceDate
265+
* @param ratepaydataInvoiceDate Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
266266
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
267267
*/
268268
public AdditionalDataRatepay ratepaydataInvoiceDate(String ratepaydataInvoiceDate) {
@@ -272,7 +272,7 @@ public AdditionalDataRatepay ratepaydataInvoiceDate(String ratepaydataInvoiceDat
272272

273273
/**
274274
* Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
275-
* @return ratepaydataInvoiceDate
275+
* @return ratepaydataInvoiceDate Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
276276
*/
277277
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_INVOICE_DATE)
278278
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -283,7 +283,7 @@ public String getRatepaydataInvoiceDate() {
283283
/**
284284
* Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
285285
*
286-
* @param ratepaydataInvoiceDate
286+
* @param ratepaydataInvoiceDate Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
287287
*/
288288
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_INVOICE_DATE)
289289
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -294,7 +294,7 @@ public void setRatepaydataInvoiceDate(String ratepaydataInvoiceDate) {
294294
/**
295295
* Identification name or number for the invoice, defined by the merchant.
296296
*
297-
* @param ratepaydataInvoiceId
297+
* @param ratepaydataInvoiceId Identification name or number for the invoice, defined by the merchant.
298298
* @return the current {@code AdditionalDataRatepay} instance, allowing for method chaining
299299
*/
300300
public AdditionalDataRatepay ratepaydataInvoiceId(String ratepaydataInvoiceId) {
@@ -304,7 +304,7 @@ public AdditionalDataRatepay ratepaydataInvoiceId(String ratepaydataInvoiceId) {
304304

305305
/**
306306
* Identification name or number for the invoice, defined by the merchant.
307-
* @return ratepaydataInvoiceId
307+
* @return ratepaydataInvoiceId Identification name or number for the invoice, defined by the merchant.
308308
*/
309309
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_INVOICE_ID)
310310
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -315,7 +315,7 @@ public String getRatepaydataInvoiceId() {
315315
/**
316316
* Identification name or number for the invoice, defined by the merchant.
317317
*
318-
* @param ratepaydataInvoiceId
318+
* @param ratepaydataInvoiceId Identification name or number for the invoice, defined by the merchant.
319319
*/
320320
@JsonProperty(JSON_PROPERTY_RATEPAYDATA_INVOICE_ID)
321321
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)