Skip to content

Commit a1c66d8

Browse files
chore: generate code
1 parent 0b76822 commit a1c66d8

25 files changed

Lines changed: 496 additions & 177 deletions

src/main/java/com/sumup/sdk/clients/PayoutsAsyncClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public PayoutsAsyncClient(ApiClient apiClient) {
2727
/**
2828
* List payouts
2929
*
30-
* <p>Lists ordered payouts for the merchant profile.
30+
* <p>Lists ordered payouts for the merchant account.
3131
*
3232
* <p>Operation ID: ListPayouts
3333
*
@@ -46,7 +46,7 @@ public CompletableFuture<com.sumup.sdk.models.FinancialPayouts> listPayouts(
4646
/**
4747
* List payouts
4848
*
49-
* <p>Lists ordered payouts for the merchant profile.
49+
* <p>Lists ordered payouts for the merchant account.
5050
*
5151
* <p>Operation ID: ListPayouts
5252
*
@@ -69,7 +69,7 @@ public CompletableFuture<com.sumup.sdk.models.FinancialPayouts> listPayouts(
6969
/**
7070
* List payouts
7171
*
72-
* <p>Lists ordered payouts for the merchant profile.
72+
* <p>Lists ordered payouts for the merchant account.
7373
*
7474
* <p>Operation ID: ListPayouts
7575
*
@@ -110,7 +110,7 @@ public CompletableFuture<com.sumup.sdk.models.FinancialPayouts> listPayouts(
110110
/**
111111
* List payouts
112112
*
113-
* <p>Lists ordered payouts for the merchant profile.
113+
* <p>Lists ordered payouts for the merchant account.
114114
*
115115
* <p>Operation ID: ListPayoutsV1
116116
*
@@ -131,7 +131,7 @@ public CompletableFuture<com.sumup.sdk.models.FinancialPayouts> listPayoutsV1(
131131
/**
132132
* List payouts
133133
*
134-
* <p>Lists ordered payouts for the merchant profile.
134+
* <p>Lists ordered payouts for the merchant account.
135135
*
136136
* <p>Operation ID: ListPayoutsV1
137137
*
@@ -156,7 +156,7 @@ public CompletableFuture<com.sumup.sdk.models.FinancialPayouts> listPayoutsV1(
156156
/**
157157
* List payouts
158158
*
159-
* <p>Lists ordered payouts for the merchant profile.
159+
* <p>Lists ordered payouts for the merchant account.
160160
*
161161
* <p>Operation ID: ListPayoutsV1
162162
*

src/main/java/com/sumup/sdk/clients/PayoutsClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public PayoutsClient(ApiClient apiClient) {
2626
/**
2727
* List payouts
2828
*
29-
* <p>Lists ordered payouts for the merchant profile.
29+
* <p>Lists ordered payouts for the merchant account.
3030
*
3131
* <p>Operation ID: ListPayouts
3232
*
@@ -45,7 +45,7 @@ public com.sumup.sdk.models.FinancialPayouts listPayouts(
4545
/**
4646
* List payouts
4747
*
48-
* <p>Lists ordered payouts for the merchant profile.
48+
* <p>Lists ordered payouts for the merchant account.
4949
*
5050
* <p>Operation ID: ListPayouts
5151
*
@@ -68,7 +68,7 @@ public com.sumup.sdk.models.FinancialPayouts listPayouts(
6868
/**
6969
* List payouts
7070
*
71-
* <p>Lists ordered payouts for the merchant profile.
71+
* <p>Lists ordered payouts for the merchant account.
7272
*
7373
* <p>Operation ID: ListPayouts
7474
*
@@ -109,7 +109,7 @@ public com.sumup.sdk.models.FinancialPayouts listPayouts(
109109
/**
110110
* List payouts
111111
*
112-
* <p>Lists ordered payouts for the merchant profile.
112+
* <p>Lists ordered payouts for the merchant account.
113113
*
114114
* <p>Operation ID: ListPayoutsV1
115115
*
@@ -130,7 +130,7 @@ public com.sumup.sdk.models.FinancialPayouts listPayoutsV1(
130130
/**
131131
* List payouts
132132
*
133-
* <p>Lists ordered payouts for the merchant profile.
133+
* <p>Lists ordered payouts for the merchant account.
134134
*
135135
* <p>Operation ID: ListPayoutsV1
136136
*
@@ -155,7 +155,7 @@ public com.sumup.sdk.models.FinancialPayouts listPayoutsV1(
155155
/**
156156
* List payouts
157157
*
158-
* <p>Lists ordered payouts for the merchant profile.
158+
* <p>Lists ordered payouts for the merchant account.
159159
*
160160
* <p>Operation ID: ListPayoutsV1
161161
*

src/main/java/com/sumup/sdk/clients/TransactionsAsyncClient.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public TransactionsAsyncClient(ApiClient apiClient) {
2828
* Retrieve a transaction
2929
*
3030
* <p>Retrieves the full details of an identified transaction. The transaction resource is
31-
* identified by a query parameter and *one* of following parameters is required: * `id` *
32-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
31+
* identified by a query parameter and *one* of following parameters is required: - `id` -
32+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
3333
*
3434
* <p>Operation ID: GetTransaction
3535
*
@@ -48,8 +48,8 @@ public CompletableFuture<com.sumup.sdk.models.TransactionFull> getTransaction()
4848
* Retrieve a transaction
4949
*
5050
* <p>Retrieves the full details of an identified transaction. The transaction resource is
51-
* identified by a query parameter and *one* of following parameters is required: * `id` *
52-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
51+
* identified by a query parameter and *one* of following parameters is required: - `id` -
52+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
5353
*
5454
* <p>Operation ID: GetTransaction
5555
*
@@ -68,8 +68,8 @@ public CompletableFuture<com.sumup.sdk.models.TransactionFull> getTransaction(
6868
* Retrieve a transaction
6969
*
7070
* <p>Retrieves the full details of an identified transaction. The transaction resource is
71-
* identified by a query parameter and *one* of following parameters is required: * `id` *
72-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
71+
* identified by a query parameter and *one* of following parameters is required: - `id` -
72+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
7373
*
7474
* <p>Operation ID: GetTransaction
7575
*
@@ -101,8 +101,8 @@ public CompletableFuture<com.sumup.sdk.models.TransactionFull> getTransaction(
101101
* Retrieve a transaction
102102
*
103103
* <p>Retrieves the full details of an identified transaction. The transaction resource is
104-
* identified by a query parameter and *one* of following parameters is required: * `id` *
105-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
104+
* identified by a query parameter and *one* of following parameters is required: - `id` -
105+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
106106
*
107107
* <p>Operation ID: GetTransactionV2.1
108108
*
@@ -121,8 +121,8 @@ public CompletableFuture<com.sumup.sdk.models.TransactionFull> getTransactionV21
121121
* Retrieve a transaction
122122
*
123123
* <p>Retrieves the full details of an identified transaction. The transaction resource is
124-
* identified by a query parameter and *one* of following parameters is required: * `id` *
125-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
124+
* identified by a query parameter and *one* of following parameters is required: - `id` -
125+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
126126
*
127127
* <p>Operation ID: GetTransactionV2.1
128128
*
@@ -142,8 +142,8 @@ public CompletableFuture<com.sumup.sdk.models.TransactionFull> getTransactionV21
142142
* Retrieve a transaction
143143
*
144144
* <p>Retrieves the full details of an identified transaction. The transaction resource is
145-
* identified by a query parameter and *one* of following parameters is required: * `id` *
146-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
145+
* identified by a query parameter and *one* of following parameters is required: - `id` -
146+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
147147
*
148148
* <p>Operation ID: GetTransactionV2.1
149149
*

src/main/java/com/sumup/sdk/clients/TransactionsClient.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public TransactionsClient(ApiClient apiClient) {
2727
* Retrieve a transaction
2828
*
2929
* <p>Retrieves the full details of an identified transaction. The transaction resource is
30-
* identified by a query parameter and *one* of following parameters is required: * `id` *
31-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
30+
* identified by a query parameter and *one* of following parameters is required: - `id` -
31+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
3232
*
3333
* <p>Operation ID: GetTransaction
3434
*
@@ -46,8 +46,8 @@ public com.sumup.sdk.models.TransactionFull getTransaction() throws ApiException
4646
* Retrieve a transaction
4747
*
4848
* <p>Retrieves the full details of an identified transaction. The transaction resource is
49-
* identified by a query parameter and *one* of following parameters is required: * `id` *
50-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
49+
* identified by a query parameter and *one* of following parameters is required: - `id` -
50+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
5151
*
5252
* <p>Operation ID: GetTransaction
5353
*
@@ -66,8 +66,8 @@ public com.sumup.sdk.models.TransactionFull getTransaction(
6666
* Retrieve a transaction
6767
*
6868
* <p>Retrieves the full details of an identified transaction. The transaction resource is
69-
* identified by a query parameter and *one* of following parameters is required: * `id` *
70-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
69+
* identified by a query parameter and *one* of following parameters is required: - `id` -
70+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
7171
*
7272
* <p>Operation ID: GetTransaction
7373
*
@@ -99,8 +99,8 @@ public com.sumup.sdk.models.TransactionFull getTransaction(
9999
* Retrieve a transaction
100100
*
101101
* <p>Retrieves the full details of an identified transaction. The transaction resource is
102-
* identified by a query parameter and *one* of following parameters is required: * `id` *
103-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
102+
* identified by a query parameter and *one* of following parameters is required: - `id` -
103+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
104104
*
105105
* <p>Operation ID: GetTransactionV2.1
106106
*
@@ -119,8 +119,8 @@ public com.sumup.sdk.models.TransactionFull getTransactionV21(String merchantCod
119119
* Retrieve a transaction
120120
*
121121
* <p>Retrieves the full details of an identified transaction. The transaction resource is
122-
* identified by a query parameter and *one* of following parameters is required: * `id` *
123-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
122+
* identified by a query parameter and *one* of following parameters is required: - `id` -
123+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
124124
*
125125
* <p>Operation ID: GetTransactionV2.1
126126
*
@@ -140,8 +140,8 @@ public com.sumup.sdk.models.TransactionFull getTransactionV21(
140140
* Retrieve a transaction
141141
*
142142
* <p>Retrieves the full details of an identified transaction. The transaction resource is
143-
* identified by a query parameter and *one* of following parameters is required: * `id` *
144-
* `internal_id` * `transaction_code` * `foreign_transaction_id` * `client_transaction_id`
143+
* identified by a query parameter and *one* of following parameters is required: - `id` -
144+
* `internal_id` - `transaction_code` - `foreign_transaction_id` - `client_transaction_id`
145145
*
146146
* <p>Operation ID: GetTransactionV2.1
147147
*

0 commit comments

Comments
 (0)