@emilgroup/payment-sdk 1.4.1-beta.30 → 1.4.1-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +5 -15
- package/README.md +2 -2
- package/api/bank-accounts-api.ts +34 -38
- package/api/bank-transaction-api.ts +73 -77
- package/api/{default-api.ts → health-check-api.ts} +21 -17
- package/api/payment-methods-api.ts +52 -70
- package/api/payment-reminders-api.ts +63 -49
- package/api/payments-api.ts +52 -70
- package/api/refunds-api.ts +76 -88
- package/api/tenant-bank-account-api.ts +79 -63
- package/api/webhooks-api.ts +16 -12
- package/api.ts +2 -2
- package/dist/api/bank-accounts-api.d.ts +37 -39
- package/dist/api/bank-accounts-api.js +18 -18
- package/dist/api/bank-transaction-api.d.ts +77 -79
- package/dist/api/bank-transaction-api.js +45 -45
- package/dist/api/health-check-api.d.ts +70 -0
- package/dist/api/{default-api.js → health-check-api.js} +30 -26
- package/dist/api/payment-methods-api.d.ts +49 -58
- package/dist/api/payment-methods-api.js +32 -42
- package/dist/api/payment-reminders-api.d.ts +55 -46
- package/dist/api/payment-reminders-api.js +40 -34
- package/dist/api/payments-api.d.ts +49 -58
- package/dist/api/payments-api.js +32 -42
- package/dist/api/refunds-api.d.ts +76 -76
- package/dist/api/refunds-api.js +51 -49
- package/dist/api/tenant-bank-account-api.d.ts +71 -61
- package/dist/api/tenant-bank-account-api.js +51 -45
- package/dist/api/webhooks-api.d.ts +16 -12
- package/dist/api/webhooks-api.js +14 -10
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/models/{bank-transaction-response-class.d.ts → bank-transaction-class-without-expand-properties.d.ts} +20 -34
- package/dist/models/create-tenant-bank-account-response-class.d.ts +4 -4
- package/dist/models/get-tenant-bank-account-response-class.d.ts +4 -4
- package/dist/models/index.d.ts +4 -14
- package/dist/models/index.js +4 -14
- package/dist/models/list-tenant-bank-account-response-class.d.ts +5 -5
- package/dist/models/{tenant-bank-account-response-class.d.ts → tenant-bank-account-class-without-expand-properties.d.ts} +10 -10
- package/dist/models/tenant-bank-account-class.d.ts +73 -0
- package/dist/models/{get-bank-account-response-class.d.ts → update-tenant-bank-account-response-class.d.ts} +7 -7
- package/models/{bank-transaction-response-class.ts → bank-transaction-class-without-expand-properties.ts} +20 -34
- package/models/create-tenant-bank-account-response-class.ts +4 -4
- package/models/get-tenant-bank-account-response-class.ts +4 -4
- package/models/index.ts +4 -14
- package/models/list-tenant-bank-account-response-class.ts +5 -5
- package/models/{tenant-bank-account-response-class.ts → tenant-bank-account-class-without-expand-properties.ts} +10 -10
- package/models/tenant-bank-account-class.ts +79 -0
- package/models/{create-refund-response-class.ts → update-tenant-bank-account-response-class.ts} +7 -7
- package/package.json +1 -1
- package/dist/api/default-api.d.ts +0 -66
- package/dist/models/bank-account-class.d.ts +0 -73
- package/dist/models/create-refund-response-class.d.ts +0 -25
- package/dist/models/get-bank-transactions-response-class.d.ts +0 -25
- package/dist/models/get-bank-transactions-response-class.js +0 -15
- package/dist/models/get-refund-response-class.d.ts +0 -25
- package/dist/models/get-refund-response-class.js +0 -15
- package/dist/models/get-request-dto.d.ts +0 -30
- package/dist/models/get-request-dto.js +0 -15
- package/dist/models/list-bank-transactions-response-class.d.ts +0 -31
- package/dist/models/list-bank-transactions-response-class.js +0 -15
- package/dist/models/list-refunds-response-class.d.ts +0 -31
- package/dist/models/list-refunds-response-class.js +0 -15
- package/dist/models/primary-bank-account-response-class.d.ts +0 -42
- package/dist/models/primary-bank-account-response-class.js +0 -15
- package/dist/models/refund-class.d.ts +0 -105
- package/dist/models/refund-class.js +0 -29
- package/dist/models/tenant-bank-account-response-class.js +0 -15
- package/dist/models/transaction-class.d.ts +0 -54
- package/dist/models/transaction-class.js +0 -15
- package/dist/models/update-bank-account-response-class.d.ts +0 -25
- package/dist/models/update-bank-account-response-class.js +0 -15
- package/models/bank-account-class.ts +0 -79
- package/models/get-bank-account-response-class.ts +0 -31
- package/models/get-bank-transactions-response-class.ts +0 -31
- package/models/get-refund-response-class.ts +0 -31
- package/models/get-request-dto.ts +0 -36
- package/models/list-bank-transactions-response-class.ts +0 -37
- package/models/list-refunds-response-class.ts +0 -37
- package/models/primary-bank-account-response-class.ts +0 -48
- package/models/refund-class.ts +0 -115
- package/models/transaction-class.ts +0 -60
- package/models/update-bank-account-response-class.ts +0 -31
- /package/dist/models/{bank-account-class.js → bank-transaction-class-without-expand-properties.js} +0 -0
- /package/dist/models/{bank-transaction-response-class.js → tenant-bank-account-class-without-expand-properties.js} +0 -0
- /package/dist/models/{create-refund-response-class.js → tenant-bank-account-class.js} +0 -0
- /package/dist/models/{get-bank-account-response-class.js → update-tenant-bank-account-response-class.js} +0 -0
|
@@ -16,6 +16,7 @@ import { CreateTenantBankAccountRequestDto } from '../models';
|
|
|
16
16
|
import { CreateTenantBankAccountResponseClass } from '../models';
|
|
17
17
|
import { GetTenantBankAccountResponseClass } from '../models';
|
|
18
18
|
import { ListTenantBankAccountResponseClass } from '../models';
|
|
19
|
+
import { UpdateTenantBankAccountResponseClass } from '../models';
|
|
19
20
|
import { UpdateTenantBankAccountRestRequestDto } from '../models';
|
|
20
21
|
/**
|
|
21
22
|
* TenantBankAccountApi - axios parameter creator
|
|
@@ -23,8 +24,8 @@ import { UpdateTenantBankAccountRestRequestDto } from '../models';
|
|
|
23
24
|
*/
|
|
24
25
|
export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
26
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @summary Create the
|
|
27
|
+
* This will create a new tenant bank account
|
|
28
|
+
* @summary Create the tenant bank account
|
|
28
29
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
29
30
|
* @param {string} [authorization] Bearer Token
|
|
30
31
|
* @param {*} [options] Override http request option.
|
|
@@ -41,29 +42,30 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
|
|
|
41
42
|
*/
|
|
42
43
|
deleteTenantBankAccount: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
44
|
/**
|
|
44
|
-
* Retrieves the details of the
|
|
45
|
-
* @summary Retrieve the
|
|
45
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
46
|
+
* @summary Retrieve the tenant bank account
|
|
46
47
|
* @param {string} code Unique identifier for the object.
|
|
47
48
|
* @param {string} [authorization] Bearer Token
|
|
49
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
48
50
|
* @param {*} [options] Override http request option.
|
|
49
51
|
* @throws {RequiredError}
|
|
50
52
|
*/
|
|
51
|
-
getTenantBankAccount: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
|
+
getTenantBankAccount: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
54
|
/**
|
|
53
|
-
* Returns a list of
|
|
54
|
-
* @summary List
|
|
55
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
56
|
+
* @summary List tenant bank accounts
|
|
55
57
|
* @param {string} [authorization] Bearer Token
|
|
56
58
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
57
59
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
58
|
-
* @param {
|
|
59
|
-
* @param {
|
|
60
|
-
* @param {
|
|
61
|
-
* @param {string} [expand]
|
|
62
|
-
* @param {
|
|
60
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
61
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
62
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
63
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
64
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
63
65
|
* @param {*} [options] Override http request option.
|
|
64
66
|
* @throws {RequiredError}
|
|
65
67
|
*/
|
|
66
|
-
listTenantBankAccounts: (authorization?: string, pageSize?: any, pageToken?: any, filter?:
|
|
68
|
+
listTenantBankAccounts: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
69
|
/**
|
|
68
70
|
* Update a tenant bank account by code
|
|
69
71
|
* @summary Update the tenant bank account
|
|
@@ -81,8 +83,8 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
|
|
|
81
83
|
*/
|
|
82
84
|
export declare const TenantBankAccountApiFp: (configuration?: Configuration) => {
|
|
83
85
|
/**
|
|
84
|
-
*
|
|
85
|
-
* @summary Create the
|
|
86
|
+
* This will create a new tenant bank account
|
|
87
|
+
* @summary Create the tenant bank account
|
|
86
88
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
87
89
|
* @param {string} [authorization] Bearer Token
|
|
88
90
|
* @param {*} [options] Override http request option.
|
|
@@ -99,29 +101,30 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
|
|
|
99
101
|
*/
|
|
100
102
|
deleteTenantBankAccount(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
101
103
|
/**
|
|
102
|
-
* Retrieves the details of the
|
|
103
|
-
* @summary Retrieve the
|
|
104
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
105
|
+
* @summary Retrieve the tenant bank account
|
|
104
106
|
* @param {string} code Unique identifier for the object.
|
|
105
107
|
* @param {string} [authorization] Bearer Token
|
|
108
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
106
109
|
* @param {*} [options] Override http request option.
|
|
107
110
|
* @throws {RequiredError}
|
|
108
111
|
*/
|
|
109
|
-
getTenantBankAccount(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTenantBankAccountResponseClass>>;
|
|
112
|
+
getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTenantBankAccountResponseClass>>;
|
|
110
113
|
/**
|
|
111
|
-
* Returns a list of
|
|
112
|
-
* @summary List
|
|
114
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
115
|
+
* @summary List tenant bank accounts
|
|
113
116
|
* @param {string} [authorization] Bearer Token
|
|
114
117
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
115
118
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
116
|
-
* @param {
|
|
117
|
-
* @param {
|
|
118
|
-
* @param {
|
|
119
|
-
* @param {string} [expand]
|
|
120
|
-
* @param {
|
|
119
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
120
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
121
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
122
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
123
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
121
124
|
* @param {*} [options] Override http request option.
|
|
122
125
|
* @throws {RequiredError}
|
|
123
126
|
*/
|
|
124
|
-
listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?:
|
|
127
|
+
listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTenantBankAccountResponseClass>>;
|
|
125
128
|
/**
|
|
126
129
|
* Update a tenant bank account by code
|
|
127
130
|
* @summary Update the tenant bank account
|
|
@@ -131,7 +134,7 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
|
|
|
131
134
|
* @param {*} [options] Override http request option.
|
|
132
135
|
* @throws {RequiredError}
|
|
133
136
|
*/
|
|
134
|
-
updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
137
|
+
updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateTenantBankAccountResponseClass>>;
|
|
135
138
|
};
|
|
136
139
|
/**
|
|
137
140
|
* TenantBankAccountApi - factory interface
|
|
@@ -139,8 +142,8 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
|
|
|
139
142
|
*/
|
|
140
143
|
export declare const TenantBankAccountApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
141
144
|
/**
|
|
142
|
-
*
|
|
143
|
-
* @summary Create the
|
|
145
|
+
* This will create a new tenant bank account
|
|
146
|
+
* @summary Create the tenant bank account
|
|
144
147
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
145
148
|
* @param {string} [authorization] Bearer Token
|
|
146
149
|
* @param {*} [options] Override http request option.
|
|
@@ -157,29 +160,30 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
|
|
|
157
160
|
*/
|
|
158
161
|
deleteTenantBankAccount(code: string, authorization?: string, options?: any): AxiosPromise<object>;
|
|
159
162
|
/**
|
|
160
|
-
* Retrieves the details of the
|
|
161
|
-
* @summary Retrieve the
|
|
163
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
164
|
+
* @summary Retrieve the tenant bank account
|
|
162
165
|
* @param {string} code Unique identifier for the object.
|
|
163
166
|
* @param {string} [authorization] Bearer Token
|
|
167
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
164
168
|
* @param {*} [options] Override http request option.
|
|
165
169
|
* @throws {RequiredError}
|
|
166
170
|
*/
|
|
167
|
-
getTenantBankAccount(code: string, authorization?: string, options?: any): AxiosPromise<GetTenantBankAccountResponseClass>;
|
|
171
|
+
getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetTenantBankAccountResponseClass>;
|
|
168
172
|
/**
|
|
169
|
-
* Returns a list of
|
|
170
|
-
* @summary List
|
|
173
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
174
|
+
* @summary List tenant bank accounts
|
|
171
175
|
* @param {string} [authorization] Bearer Token
|
|
172
176
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
173
177
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
174
|
-
* @param {
|
|
175
|
-
* @param {
|
|
176
|
-
* @param {
|
|
177
|
-
* @param {string} [expand]
|
|
178
|
-
* @param {
|
|
178
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
179
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
180
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
181
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
182
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
179
183
|
* @param {*} [options] Override http request option.
|
|
180
184
|
* @throws {RequiredError}
|
|
181
185
|
*/
|
|
182
|
-
listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?:
|
|
186
|
+
listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListTenantBankAccountResponseClass>;
|
|
183
187
|
/**
|
|
184
188
|
* Update a tenant bank account by code
|
|
185
189
|
* @summary Update the tenant bank account
|
|
@@ -189,7 +193,7 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
|
|
|
189
193
|
* @param {*} [options] Override http request option.
|
|
190
194
|
* @throws {RequiredError}
|
|
191
195
|
*/
|
|
192
|
-
updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
196
|
+
updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateTenantBankAccountResponseClass>;
|
|
193
197
|
};
|
|
194
198
|
/**
|
|
195
199
|
* Request parameters for createTenantBankAccount operation in TenantBankAccountApi.
|
|
@@ -247,6 +251,12 @@ export interface TenantBankAccountApiGetTenantBankAccountRequest {
|
|
|
247
251
|
* @memberof TenantBankAccountApiGetTenantBankAccount
|
|
248
252
|
*/
|
|
249
253
|
readonly authorization?: string;
|
|
254
|
+
/**
|
|
255
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
256
|
+
* @type {string}
|
|
257
|
+
* @memberof TenantBankAccountApiGetTenantBankAccount
|
|
258
|
+
*/
|
|
259
|
+
readonly expand?: string;
|
|
250
260
|
}
|
|
251
261
|
/**
|
|
252
262
|
* Request parameters for listTenantBankAccounts operation in TenantBankAccountApi.
|
|
@@ -273,35 +283,35 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
273
283
|
*/
|
|
274
284
|
readonly pageToken?: any;
|
|
275
285
|
/**
|
|
276
|
-
* Filter the response by one or multiple fields.
|
|
277
|
-
* @type {
|
|
286
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
287
|
+
* @type {string}
|
|
278
288
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
279
289
|
*/
|
|
280
|
-
readonly filter?:
|
|
290
|
+
readonly filter?: string;
|
|
281
291
|
/**
|
|
282
|
-
*
|
|
283
|
-
* @type {
|
|
292
|
+
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
293
|
+
* @type {string}
|
|
284
294
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
285
295
|
*/
|
|
286
|
-
readonly search?:
|
|
296
|
+
readonly search?: string;
|
|
287
297
|
/**
|
|
288
|
-
*
|
|
289
|
-
* @type {
|
|
298
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
299
|
+
* @type {string}
|
|
290
300
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
291
301
|
*/
|
|
292
|
-
readonly order?:
|
|
302
|
+
readonly order?: string;
|
|
293
303
|
/**
|
|
294
|
-
*
|
|
304
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
295
305
|
* @type {string}
|
|
296
306
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
297
307
|
*/
|
|
298
308
|
readonly expand?: string;
|
|
299
309
|
/**
|
|
300
|
-
* Filters the response by one or multiple fields.
|
|
301
|
-
* @type {
|
|
310
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
311
|
+
* @type {string}
|
|
302
312
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
303
313
|
*/
|
|
304
|
-
readonly filters?:
|
|
314
|
+
readonly filters?: string;
|
|
305
315
|
}
|
|
306
316
|
/**
|
|
307
317
|
* Request parameters for updateTenantBankAccount operation in TenantBankAccountApi.
|
|
@@ -336,8 +346,8 @@ export interface TenantBankAccountApiUpdateTenantBankAccountRequest {
|
|
|
336
346
|
*/
|
|
337
347
|
export declare class TenantBankAccountApi extends BaseAPI {
|
|
338
348
|
/**
|
|
339
|
-
*
|
|
340
|
-
* @summary Create the
|
|
349
|
+
* This will create a new tenant bank account
|
|
350
|
+
* @summary Create the tenant bank account
|
|
341
351
|
* @param {TenantBankAccountApiCreateTenantBankAccountRequest} requestParameters Request parameters.
|
|
342
352
|
* @param {*} [options] Override http request option.
|
|
343
353
|
* @throws {RequiredError}
|
|
@@ -354,8 +364,8 @@ export declare class TenantBankAccountApi extends BaseAPI {
|
|
|
354
364
|
*/
|
|
355
365
|
deleteTenantBankAccount(requestParameters: TenantBankAccountApiDeleteTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
356
366
|
/**
|
|
357
|
-
* Retrieves the details of the
|
|
358
|
-
* @summary Retrieve the
|
|
367
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
368
|
+
* @summary Retrieve the tenant bank account
|
|
359
369
|
* @param {TenantBankAccountApiGetTenantBankAccountRequest} requestParameters Request parameters.
|
|
360
370
|
* @param {*} [options] Override http request option.
|
|
361
371
|
* @throws {RequiredError}
|
|
@@ -363,8 +373,8 @@ export declare class TenantBankAccountApi extends BaseAPI {
|
|
|
363
373
|
*/
|
|
364
374
|
getTenantBankAccount(requestParameters: TenantBankAccountApiGetTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTenantBankAccountResponseClass, any>>;
|
|
365
375
|
/**
|
|
366
|
-
* Returns a list of
|
|
367
|
-
* @summary List
|
|
376
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
377
|
+
* @summary List tenant bank accounts
|
|
368
378
|
* @param {TenantBankAccountApiListTenantBankAccountsRequest} requestParameters Request parameters.
|
|
369
379
|
* @param {*} [options] Override http request option.
|
|
370
380
|
* @throws {RequiredError}
|
|
@@ -379,5 +389,5 @@ export declare class TenantBankAccountApi extends BaseAPI {
|
|
|
379
389
|
* @throws {RequiredError}
|
|
380
390
|
* @memberof TenantBankAccountApi
|
|
381
391
|
*/
|
|
382
|
-
updateTenantBankAccount(requestParameters: TenantBankAccountApiUpdateTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
392
|
+
updateTenantBankAccount(requestParameters: TenantBankAccountApiUpdateTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTenantBankAccountResponseClass, any>>;
|
|
383
393
|
}
|
|
@@ -93,8 +93,8 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
97
|
-
* @summary Create the
|
|
96
|
+
* This will create a new tenant bank account
|
|
97
|
+
* @summary Create the tenant bank account
|
|
98
98
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
100
100
|
* @param {*} [options] Override http request option.
|
|
@@ -190,14 +190,15 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
|
|
|
190
190
|
});
|
|
191
191
|
},
|
|
192
192
|
/**
|
|
193
|
-
* Retrieves the details of the
|
|
194
|
-
* @summary Retrieve the
|
|
193
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
194
|
+
* @summary Retrieve the tenant bank account
|
|
195
195
|
* @param {string} code Unique identifier for the object.
|
|
196
196
|
* @param {string} [authorization] Bearer Token
|
|
197
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
197
198
|
* @param {*} [options] Override http request option.
|
|
198
199
|
* @throws {RequiredError}
|
|
199
200
|
*/
|
|
200
|
-
getTenantBankAccount: function (code, authorization, options) {
|
|
201
|
+
getTenantBankAccount: function (code, authorization, expand, options) {
|
|
201
202
|
if (options === void 0) { options = {}; }
|
|
202
203
|
return __awaiter(_this, void 0, void 0, function () {
|
|
203
204
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -223,6 +224,9 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
|
|
|
223
224
|
// authentication bearer required
|
|
224
225
|
// http bearer authentication required
|
|
225
226
|
_a.sent();
|
|
227
|
+
if (expand !== undefined) {
|
|
228
|
+
localVarQueryParameter['expand'] = expand;
|
|
229
|
+
}
|
|
226
230
|
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
227
231
|
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
228
232
|
}
|
|
@@ -238,16 +242,16 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
|
|
|
238
242
|
});
|
|
239
243
|
},
|
|
240
244
|
/**
|
|
241
|
-
* Returns a list of
|
|
242
|
-
* @summary List
|
|
245
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
246
|
+
* @summary List tenant bank accounts
|
|
243
247
|
* @param {string} [authorization] Bearer Token
|
|
244
248
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
245
249
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
246
|
-
* @param {
|
|
247
|
-
* @param {
|
|
248
|
-
* @param {
|
|
249
|
-
* @param {string} [expand]
|
|
250
|
-
* @param {
|
|
250
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
251
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
252
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
253
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
254
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
251
255
|
* @param {*} [options] Override http request option.
|
|
252
256
|
* @throws {RequiredError}
|
|
253
257
|
*/
|
|
@@ -373,8 +377,8 @@ var TenantBankAccountApiFp = function (configuration) {
|
|
|
373
377
|
var localVarAxiosParamCreator = (0, exports.TenantBankAccountApiAxiosParamCreator)(configuration);
|
|
374
378
|
return {
|
|
375
379
|
/**
|
|
376
|
-
*
|
|
377
|
-
* @summary Create the
|
|
380
|
+
* This will create a new tenant bank account
|
|
381
|
+
* @summary Create the tenant bank account
|
|
378
382
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
379
383
|
* @param {string} [authorization] Bearer Token
|
|
380
384
|
* @param {*} [options] Override http request option.
|
|
@@ -415,19 +419,20 @@ var TenantBankAccountApiFp = function (configuration) {
|
|
|
415
419
|
});
|
|
416
420
|
},
|
|
417
421
|
/**
|
|
418
|
-
* Retrieves the details of the
|
|
419
|
-
* @summary Retrieve the
|
|
422
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
423
|
+
* @summary Retrieve the tenant bank account
|
|
420
424
|
* @param {string} code Unique identifier for the object.
|
|
421
425
|
* @param {string} [authorization] Bearer Token
|
|
426
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
422
427
|
* @param {*} [options] Override http request option.
|
|
423
428
|
* @throws {RequiredError}
|
|
424
429
|
*/
|
|
425
|
-
getTenantBankAccount: function (code, authorization, options) {
|
|
430
|
+
getTenantBankAccount: function (code, authorization, expand, options) {
|
|
426
431
|
return __awaiter(this, void 0, void 0, function () {
|
|
427
432
|
var localVarAxiosArgs;
|
|
428
433
|
return __generator(this, function (_a) {
|
|
429
434
|
switch (_a.label) {
|
|
430
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTenantBankAccount(code, authorization, options)];
|
|
435
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTenantBankAccount(code, authorization, expand, options)];
|
|
431
436
|
case 1:
|
|
432
437
|
localVarAxiosArgs = _a.sent();
|
|
433
438
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -436,16 +441,16 @@ var TenantBankAccountApiFp = function (configuration) {
|
|
|
436
441
|
});
|
|
437
442
|
},
|
|
438
443
|
/**
|
|
439
|
-
* Returns a list of
|
|
440
|
-
* @summary List
|
|
444
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
445
|
+
* @summary List tenant bank accounts
|
|
441
446
|
* @param {string} [authorization] Bearer Token
|
|
442
447
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
443
448
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
444
|
-
* @param {
|
|
445
|
-
* @param {
|
|
446
|
-
* @param {
|
|
447
|
-
* @param {string} [expand]
|
|
448
|
-
* @param {
|
|
449
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
450
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
451
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
452
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
453
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
449
454
|
* @param {*} [options] Override http request option.
|
|
450
455
|
* @throws {RequiredError}
|
|
451
456
|
*/
|
|
@@ -495,8 +500,8 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
|
|
|
495
500
|
var localVarFp = (0, exports.TenantBankAccountApiFp)(configuration);
|
|
496
501
|
return {
|
|
497
502
|
/**
|
|
498
|
-
*
|
|
499
|
-
* @summary Create the
|
|
503
|
+
* This will create a new tenant bank account
|
|
504
|
+
* @summary Create the tenant bank account
|
|
500
505
|
* @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
|
|
501
506
|
* @param {string} [authorization] Bearer Token
|
|
502
507
|
* @param {*} [options] Override http request option.
|
|
@@ -517,27 +522,28 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
|
|
|
517
522
|
return localVarFp.deleteTenantBankAccount(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
518
523
|
},
|
|
519
524
|
/**
|
|
520
|
-
* Retrieves the details of the
|
|
521
|
-
* @summary Retrieve the
|
|
525
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
526
|
+
* @summary Retrieve the tenant bank account
|
|
522
527
|
* @param {string} code Unique identifier for the object.
|
|
523
528
|
* @param {string} [authorization] Bearer Token
|
|
529
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
524
530
|
* @param {*} [options] Override http request option.
|
|
525
531
|
* @throws {RequiredError}
|
|
526
532
|
*/
|
|
527
|
-
getTenantBankAccount: function (code, authorization, options) {
|
|
528
|
-
return localVarFp.getTenantBankAccount(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
533
|
+
getTenantBankAccount: function (code, authorization, expand, options) {
|
|
534
|
+
return localVarFp.getTenantBankAccount(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
|
|
529
535
|
},
|
|
530
536
|
/**
|
|
531
|
-
* Returns a list of
|
|
532
|
-
* @summary List
|
|
537
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
538
|
+
* @summary List tenant bank accounts
|
|
533
539
|
* @param {string} [authorization] Bearer Token
|
|
534
540
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
535
541
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
536
|
-
* @param {
|
|
537
|
-
* @param {
|
|
538
|
-
* @param {
|
|
539
|
-
* @param {string} [expand]
|
|
540
|
-
* @param {
|
|
542
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
543
|
+
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
544
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
545
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions.<i>
|
|
546
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
541
547
|
* @param {*} [options] Override http request option.
|
|
542
548
|
* @throws {RequiredError}
|
|
543
549
|
*/
|
|
@@ -571,8 +577,8 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
|
|
|
571
577
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
572
578
|
}
|
|
573
579
|
/**
|
|
574
|
-
*
|
|
575
|
-
* @summary Create the
|
|
580
|
+
* This will create a new tenant bank account
|
|
581
|
+
* @summary Create the tenant bank account
|
|
576
582
|
* @param {TenantBankAccountApiCreateTenantBankAccountRequest} requestParameters Request parameters.
|
|
577
583
|
* @param {*} [options] Override http request option.
|
|
578
584
|
* @throws {RequiredError}
|
|
@@ -595,8 +601,8 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
|
|
|
595
601
|
return (0, exports.TenantBankAccountApiFp)(this.configuration).deleteTenantBankAccount(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
596
602
|
};
|
|
597
603
|
/**
|
|
598
|
-
* Retrieves the details of the
|
|
599
|
-
* @summary Retrieve the
|
|
604
|
+
* Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
|
|
605
|
+
* @summary Retrieve the tenant bank account
|
|
600
606
|
* @param {TenantBankAccountApiGetTenantBankAccountRequest} requestParameters Request parameters.
|
|
601
607
|
* @param {*} [options] Override http request option.
|
|
602
608
|
* @throws {RequiredError}
|
|
@@ -604,11 +610,11 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
|
|
|
604
610
|
*/
|
|
605
611
|
TenantBankAccountApi.prototype.getTenantBankAccount = function (requestParameters, options) {
|
|
606
612
|
var _this = this;
|
|
607
|
-
return (0, exports.TenantBankAccountApiFp)(this.configuration).getTenantBankAccount(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
613
|
+
return (0, exports.TenantBankAccountApiFp)(this.configuration).getTenantBankAccount(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
608
614
|
};
|
|
609
615
|
/**
|
|
610
|
-
* Returns a list of
|
|
611
|
-
* @summary List
|
|
616
|
+
* Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
617
|
+
* @summary List tenant bank accounts
|
|
612
618
|
* @param {TenantBankAccountApiListTenantBankAccountsRequest} requestParameters Request parameters.
|
|
613
619
|
* @param {*} [options] Override http request option.
|
|
614
620
|
* @throws {RequiredError}
|