-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.gen
executable file
·427 lines (427 loc) · 25.2 KB
/
files.gen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
serviciosmultibanco.go
lecturadelistadodecuentas.go
lecturadedetallesdecuenta.go
lecturadebalances.go
lecturadetransacciones.go
iniciodepago.go
consentimientodeinformacionsobrecuentasdepagoais.go
eliminarconsentimiento.go
recuperarinformaciondeconsentimiento.go
obtenersubrecursosdelaautorizacion.go
iniciodelprocesodeautorizacionexplicita.go
obtenerestadosca.go
actualizardatosdelpsuseleccionarmetodosca.go
obtenerestadodeconsentimiento.go
consultadefondos.go
obtenerlistadodebeneficiariosdeconfianza.go
cancelariniciodepago.go
recuperarinformaciondeliniciodepago.go
obtenerestadodelpago.go
consentimientodeconfirmaciondefondosfcs.go
psd2cajarural.go
go.mod
go.sum
tests/helpers.go
pkg/models/sdkerrors/sdkerror.go
pkg/types/bigint.go
pkg/types/date.go
pkg/types/datetime.go
pkg/types/decimal.go
pkg/types/pointers.go
pkg/utils/contenttype.go
pkg/utils/form.go
pkg/utils/headers.go
pkg/utils/json.go
pkg/utils/pathparams.go
pkg/utils/queryparams.go
pkg/utils/requestbody.go
pkg/utils/retries.go
pkg/utils/security.go
pkg/utils/utils.go
/pkg/models/operations/deleteapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentid.go
/pkg/models/operations/getmultibancocatalogue.go
/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentid.go
/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisations.go
/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationid.go
/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidstatus.go
/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisations.go
/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttype.go
/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancosocialsecuritywithholding.go
/pkg/models/operations/putapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationid.go
/pkg/models/operations/getaccountlistv11.go
/pkg/models/operations/getaccountidv11.go
/pkg/models/operations/getaccountbalances.go
/pkg/models/operations/accountstrasactions.go
/pkg/models/operations/initiaterecurringpayment.go
/pkg/models/operations/initiationbulkpayment.go
/pkg/models/operations/initiationpayment.go
/pkg/models/operations/postconsents.go
/pkg/models/operations/deleteconsentid.go
/pkg/models/operations/deleteconsentsconfirmationoffunds.go
/pkg/models/operations/getconsentiddetails.go
/pkg/models/operations/getconsentsconfirmationoffundsinfo.go
/pkg/models/operations/getsubrecursosautorizacioncancelacionpago.go
/pkg/models/operations/getsubrecursosautorizacionconsentimientosais.go
/pkg/models/operations/getsubrecursosautorizacionconsentimientosfcs.go
/pkg/models/operations/getsubrecursosautorizacioniniciopago.go
/pkg/models/operations/postautorizacioncancelacionpago.go
/pkg/models/operations/postautorizacionconsentimientosais.go
/pkg/models/operations/postautorizacionconsentimientosfcs.go
/pkg/models/operations/postautorizacioniniciopago.go
/pkg/models/operations/getestadoscaautorizacioncancelacionpago.go
/pkg/models/operations/getestadoscaautorizacionconsentimientosais.go
/pkg/models/operations/getestadoscaautorizacionconsentimientosfcs.go
/pkg/models/operations/getestadoscaautorizacioniniciopago.go
/pkg/models/operations/putseleccionarscaautorizacioncancelacionpago.go
/pkg/models/operations/putseleccionarscaautorizacionconsentimientosais.go
/pkg/models/operations/putseleccionarscaautorizacionconsentimientosfcs.go
/pkg/models/operations/putseleccionarscaautorizacioniniciopago.go
/pkg/models/operations/getconsentstatus.go
/pkg/models/operations/getconsentsconfirmationoffunds.go
/pkg/models/operations/fundsconfirmation.go
/pkg/models/operations/gettrustedbeneficiaries.go
/pkg/models/operations/deletepayment.go
/pkg/models/operations/getinfopayment.go
/pkg/models/operations/statuspayment.go
/pkg/models/operations/postconsentsconfirmationoffunds.go
/pkg/models/shared/responsedeletemultibankpayment.go
/pkg/models/shared/responsegetmultibankcatalogue.go
/pkg/models/shared/responsegetmultibankpayment.go
/pkg/models/shared/responsemultibankauthorizationsubresources.go
/pkg/models/shared/responsemultibankgetscastatus.go
/pkg/models/shared/responsegetstatusmultibankpayment.go
/pkg/models/shared/responsemultibankauthorizeconsentestablishment.go
/pkg/models/shared/responsestartmultibankpayment.go
/pkg/models/shared/requeststartmultibankpayment.go
/pkg/models/shared/responsesocialsecuritywithholding.go
/pkg/models/shared/requestsocialsecuritywithholding.go
/pkg/models/shared/responsemultibankselectscamethod.go
/pkg/models/shared/requestactualizardatospsu.go
/pkg/models/shared/responseaccountslist.go
/pkg/models/shared/responseaccountdetail.go
/pkg/models/shared/responseaccountbalances.go
/pkg/models/shared/responseaccounttransactions.go
/pkg/models/shared/responsepaymentinitiation.go
/pkg/models/shared/requestperiodicpayment.go
/pkg/models/shared/requestbulkpayment.go
/pkg/models/shared/singlepayment.go
/pkg/models/shared/responsegetconsent.go
/pkg/models/shared/requestgetconsent.go
/pkg/models/shared/responsegetinfoconsent.go
/pkg/models/shared/responsepostconsentfundsconfirmation.go
/pkg/models/shared/responsegetsubresourcesauthorization.go
/pkg/models/shared/responseauthorizationinitiationpayment.go
/pkg/models/shared/authenticationobject.go
/pkg/models/shared/responsegetscastatus.go
/pkg/models/shared/responseupdatepsudata.go
/pkg/models/shared/requestupdatepsudata.go
/pkg/models/shared/responsestatusconsent.go
/pkg/models/shared/responsefundsconfirmation.go
/pkg/models/shared/requestfundsconfirmation.go
/pkg/models/shared/responsetrustedbeneficiary.go
/pkg/models/shared/responsecancelpaymentinitiation.go
/pkg/models/shared/responsegetinfopayment.go
/pkg/models/shared/responsegetstatuspayment.go
/pkg/models/shared/requestpostconsentfundsconfirmation.go
docs/pkg/models/operations/deleteapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidrequest.md
docs/pkg/models/operations/deleteapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidresponse.md
docs/pkg/models/operations/getmultibancocataloguerequest.md
docs/pkg/models/operations/getmultibancocatalogueresponse.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidrequest.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidresponse.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsrequest.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsresponse.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationidrequest.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationidresponse.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidstatusrequest.md
docs/pkg/models/operations/getapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidstatusresponse.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsrequest.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsresponse.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttyperequest.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttyperesponse.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancosocialsecuritywithholdingrequest.md
docs/pkg/models/operations/postapientradaxs2aservicesaspnamev11multibancosocialsecuritywithholdingresponse.md
docs/pkg/models/operations/putapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationidrequest.md
docs/pkg/models/operations/putapientradaxs2aservicesaspnamev11multibancopaymentsmultibancopaymenttypepaymentidauthorisationsauthorisationidresponse.md
docs/pkg/models/operations/getaccountlistv11request.md
docs/pkg/models/operations/getaccountlistv11response.md
docs/pkg/models/operations/getaccountidv11request.md
docs/pkg/models/operations/getaccountidv11response.md
docs/pkg/models/operations/getaccountbalancesrequest.md
docs/pkg/models/operations/getaccountbalancesresponse.md
docs/pkg/models/operations/accountstrasactionsrequest.md
docs/pkg/models/operations/accountstrasactionsresponse.md
docs/pkg/models/operations/initiaterecurringpaymentpathparampaymentproduct.md
docs/pkg/models/operations/initiaterecurringpaymentrequest.md
docs/pkg/models/operations/initiaterecurringpaymentresponse.md
docs/pkg/models/operations/initiationbulkpaymentpathparampaymentproduct.md
docs/pkg/models/operations/initiationbulkpaymentrequest.md
docs/pkg/models/operations/initiationbulkpaymentresponse.md
docs/pkg/models/operations/initiationpaymentpathparampaymentproduct.md
docs/pkg/models/operations/initiationpaymentrequest.md
docs/pkg/models/operations/initiationpaymentresponse.md
docs/pkg/models/operations/postconsentsrequest.md
docs/pkg/models/operations/postconsentsresponse.md
docs/pkg/models/operations/deleteconsentidrequest.md
docs/pkg/models/operations/deleteconsentidresponse.md
docs/pkg/models/operations/deleteconsentsconfirmationoffundsrequest.md
docs/pkg/models/operations/deleteconsentsconfirmationoffundsresponse.md
docs/pkg/models/operations/getconsentiddetailsrequest.md
docs/pkg/models/operations/getconsentiddetailsresponse.md
docs/pkg/models/operations/getconsentsconfirmationoffundsinforequest.md
docs/pkg/models/operations/getconsentsconfirmationoffundsinforesponse.md
docs/pkg/models/operations/getsubrecursosautorizacioncancelacionpagopathparamaspsp.md
docs/pkg/models/operations/getsubrecursosautorizacioncancelacionpagopathparampaymentproduct.md
docs/pkg/models/operations/getsubrecursosautorizacioncancelacionpagopathparampaymentservice.md
docs/pkg/models/operations/getsubrecursosautorizacioncancelacionpagorequest.md
docs/pkg/models/operations/getsubrecursosautorizacioncancelacionpagoresponse.md
docs/pkg/models/operations/getsubrecursosautorizacionconsentimientosaisrequest.md
docs/pkg/models/operations/getsubrecursosautorizacionconsentimientosaisresponse.md
docs/pkg/models/operations/getsubrecursosautorizacionconsentimientosfcsrequest.md
docs/pkg/models/operations/getsubrecursosautorizacionconsentimientosfcsresponse.md
docs/pkg/models/operations/getsubrecursosautorizacioniniciopagopathparamaspsp.md
docs/pkg/models/operations/getsubrecursosautorizacioniniciopagopathparampaymentproduct.md
docs/pkg/models/operations/getsubrecursosautorizacioniniciopagopathparampaymentservice.md
docs/pkg/models/operations/getsubrecursosautorizacioniniciopagorequest.md
docs/pkg/models/operations/getsubrecursosautorizacioniniciopagoresponse.md
docs/pkg/models/operations/postautorizacioncancelacionpagopathparamaspsp.md
docs/pkg/models/operations/postautorizacioncancelacionpagopathparampaymentproduct.md
docs/pkg/models/operations/postautorizacioncancelacionpagopathparampaymentservice.md
docs/pkg/models/operations/postautorizacioncancelacionpagorequest.md
docs/pkg/models/operations/postautorizacioncancelacionpagoresponse.md
docs/pkg/models/operations/postautorizacionconsentimientosaisrequest.md
docs/pkg/models/operations/postautorizacionconsentimientosaisresponse.md
docs/pkg/models/operations/postautorizacionconsentimientosfcsrequest.md
docs/pkg/models/operations/postautorizacionconsentimientosfcsresponse.md
docs/pkg/models/operations/postautorizacioniniciopagopathparamaspsp.md
docs/pkg/models/operations/postautorizacioniniciopagopathparampaymentproduct.md
docs/pkg/models/operations/postautorizacioniniciopagopathparampaymentservice.md
docs/pkg/models/operations/postautorizacioniniciopagorequest.md
docs/pkg/models/operations/postautorizacioniniciopagoresponse.md
docs/pkg/models/operations/getestadoscaautorizacioncancelacionpagopathparamaspsp.md
docs/pkg/models/operations/getestadoscaautorizacioncancelacionpagopathparampaymentproduct.md
docs/pkg/models/operations/getestadoscaautorizacioncancelacionpagopathparampaymentservice.md
docs/pkg/models/operations/getestadoscaautorizacioncancelacionpagorequest.md
docs/pkg/models/operations/getestadoscaautorizacioncancelacionpagoresponse.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosaispathparamaspsp.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosaisrequest.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosaisresponse.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosfcspathparamaspsp.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosfcsrequest.md
docs/pkg/models/operations/getestadoscaautorizacionconsentimientosfcsresponse.md
docs/pkg/models/operations/getestadoscaautorizacioniniciopagopathparamaspsp.md
docs/pkg/models/operations/getestadoscaautorizacioniniciopagopathparampaymentproduct.md
docs/pkg/models/operations/getestadoscaautorizacioniniciopagopathparampaymentservice.md
docs/pkg/models/operations/getestadoscaautorizacioniniciopagorequest.md
docs/pkg/models/operations/getestadoscaautorizacioniniciopagoresponse.md
docs/pkg/models/operations/aspsp.md
docs/pkg/models/operations/paymentproduct.md
docs/pkg/models/operations/paymentservice.md
docs/pkg/models/operations/putseleccionarscaautorizacioncancelacionpagorequest.md
docs/pkg/models/operations/putseleccionarscaautorizacioncancelacionpagoresponse.md
docs/pkg/models/operations/pathparamaspsp.md
docs/pkg/models/operations/putseleccionarscaautorizacionconsentimientosaisrequest.md
docs/pkg/models/operations/putseleccionarscaautorizacionconsentimientosaisresponse.md
docs/pkg/models/operations/putseleccionarscaautorizacionconsentimientosfcspathparamaspsp.md
docs/pkg/models/operations/putseleccionarscaautorizacionconsentimientosfcsrequest.md
docs/pkg/models/operations/putseleccionarscaautorizacionconsentimientosfcsresponse.md
docs/pkg/models/operations/putseleccionarscaautorizacioniniciopagopathparamaspsp.md
docs/pkg/models/operations/pathparampaymentproduct.md
docs/pkg/models/operations/pathparampaymentservice.md
docs/pkg/models/operations/putseleccionarscaautorizacioniniciopagorequest.md
docs/pkg/models/operations/putseleccionarscaautorizacioniniciopagoresponse.md
docs/pkg/models/operations/getconsentstatusrequest.md
docs/pkg/models/operations/getconsentstatusresponse.md
docs/pkg/models/operations/getconsentsconfirmationoffundsrequest.md
docs/pkg/models/operations/getconsentsconfirmationoffundsresponse.md
docs/pkg/models/operations/fundsconfirmationrequest.md
docs/pkg/models/operations/fundsconfirmationresponse.md
docs/pkg/models/operations/gettrustedbeneficiariesrequest.md
docs/pkg/models/operations/gettrustedbeneficiariesresponse.md
docs/pkg/models/operations/deletepaymentpathparampaymentproduct.md
docs/pkg/models/operations/deletepaymentpathparampaymentservice.md
docs/pkg/models/operations/deletepaymentrequest.md
docs/pkg/models/operations/deletepaymentresponse.md
docs/pkg/models/operations/getinfopaymentpathparampaymentproduct.md
docs/pkg/models/operations/getinfopaymentpathparampaymentservice.md
docs/pkg/models/operations/getinfopaymentrequest.md
docs/pkg/models/operations/getinfopaymentresponse.md
docs/pkg/models/operations/statuspaymentpathparampaymentproduct.md
docs/pkg/models/operations/statuspaymentpathparampaymentservice.md
docs/pkg/models/operations/statuspaymentrequest.md
docs/pkg/models/operations/statuspaymentresponse.md
docs/pkg/models/operations/postconsentsconfirmationoffundsrequest.md
docs/pkg/models/operations/postconsentsconfirmationoffundsresponse.md
docs/pkg/models/shared/links.md
docs/pkg/models/shared/challengedata.md
docs/pkg/models/shared/chosenscamethod.md
docs/pkg/models/shared/scamethods.md
docs/pkg/models/shared/tppmessages.md
docs/pkg/models/shared/responsedeletemultibankpayment.md
docs/pkg/models/shared/responsegetmultibankcataloguelinks.md
docs/pkg/models/shared/publicsectorpaymententities.md
docs/pkg/models/shared/publicsectorpaymenttypes.md
docs/pkg/models/shared/servicepaymententities.md
docs/pkg/models/shared/socialsecuritypaymententities.md
docs/pkg/models/shared/specialservicepaymententities.md
docs/pkg/models/shared/responsegetmultibankcataloguetppmessages.md
docs/pkg/models/shared/responsegetmultibankcatalogue.md
docs/pkg/models/shared/responsegetmultibankpaymentdebtoraccount.md
docs/pkg/models/shared/responsegetmultibankpaymentinstructedamount.md
docs/pkg/models/shared/responsegetmultibankpaymentpaymentperiod.md
docs/pkg/models/shared/responsegetmultibankpaymenttppmessages.md
docs/pkg/models/shared/responsegetmultibankpayment.md
docs/pkg/models/shared/responsemultibankauthorizationsubresourcestppmessages.md
docs/pkg/models/shared/responsemultibankauthorizationsubresources.md
docs/pkg/models/shared/responsemultibankgetscastatustppmessages.md
docs/pkg/models/shared/responsemultibankgetscastatus.md
docs/pkg/models/shared/responsegetstatusmultibankpaymenttppmessages.md
docs/pkg/models/shared/responsegetstatusmultibankpayment.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishmentlinks.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishmentchallengedata.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishmentchosenscamethod.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishmentscamethods.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishmenttppmessages.md
docs/pkg/models/shared/responsemultibankauthorizeconsentestablishment.md
docs/pkg/models/shared/responsestartmultibankpaymentlinks.md
docs/pkg/models/shared/responsestartmultibankpaymentchosenscamethod.md
docs/pkg/models/shared/responsestartmultibankpaymentscamethods.md
docs/pkg/models/shared/responsestartmultibankpaymenttppmessages.md
docs/pkg/models/shared/transactionfees.md
docs/pkg/models/shared/responsestartmultibankpayment.md
docs/pkg/models/shared/requeststartmultibankpaymentdebtoraccount.md
docs/pkg/models/shared/instructedamount.md
docs/pkg/models/shared/paymentperiod.md
docs/pkg/models/shared/requeststartmultibankpayment.md
docs/pkg/models/shared/responsesocialsecuritywithholdingtppmessages.md
docs/pkg/models/shared/withholding.md
docs/pkg/models/shared/responsesocialsecuritywithholding.md
docs/pkg/models/shared/debtoraccount.md
docs/pkg/models/shared/remunerationamount.md
docs/pkg/models/shared/requestsocialsecuritywithholding.md
docs/pkg/models/shared/responsemultibankselectscamethodlinks.md
docs/pkg/models/shared/responsemultibankselectscamethodchallengedata.md
docs/pkg/models/shared/responsemultibankselectscamethodchosenscamethod.md
docs/pkg/models/shared/responsemultibankselectscamethodtppmessages.md
docs/pkg/models/shared/responsemultibankselectscamethod.md
docs/pkg/models/shared/requestactualizardatospsu.md
docs/pkg/models/shared/responseaccountslistaccounts.md
docs/pkg/models/shared/responseaccountslisttppmessage.md
docs/pkg/models/shared/responseaccountslist.md
docs/pkg/models/shared/responseaccountdetailaccount.md
docs/pkg/models/shared/responseaccountdetailtppmessage.md
docs/pkg/models/shared/responseaccountdetail.md
docs/pkg/models/shared/responseaccountbalancesaccount.md
docs/pkg/models/shared/balances.md
docs/pkg/models/shared/tppmessage.md
docs/pkg/models/shared/responseaccountbalances.md
docs/pkg/models/shared/responseaccounttransactionslinks.md
docs/pkg/models/shared/accounts.md
docs/pkg/models/shared/responseaccounttransactionsbalances.md
docs/pkg/models/shared/responseaccounttransactionstppmessage.md
docs/pkg/models/shared/transactions.md
docs/pkg/models/shared/responseaccounttransactions.md
docs/pkg/models/shared/responsepaymentinitiationlinks.md
docs/pkg/models/shared/responsepaymentinitiationchoosenscamethod.md
docs/pkg/models/shared/responsepaymentinitiationcurrencyconversionfee.md
docs/pkg/models/shared/estimatedinterbanksettlemenamount.md
docs/pkg/models/shared/responsepaymentinitiationestimatedtotalamount.md
docs/pkg/models/shared/responsepaymentinitiationscamethods.md
docs/pkg/models/shared/responsepaymentinitiationtppmessages.md
docs/pkg/models/shared/responsepaymentinitiationtransactionfees.md
docs/pkg/models/shared/responsepaymentinitiation.md
docs/pkg/models/shared/requestperiodicpayment.md
docs/pkg/models/shared/requestbulkpaymentdebtoraccount.md
docs/pkg/models/shared/payments.md
docs/pkg/models/shared/requestbulkpayment.md
docs/pkg/models/shared/creditoraccount.md
docs/pkg/models/shared/creditoraddress.md
docs/pkg/models/shared/singlepaymentdebtoraccount.md
docs/pkg/models/shared/exchangerateinformation.md
docs/pkg/models/shared/singlepaymentinstructedamount.md
docs/pkg/models/shared/remittanceinformationstructured.md
docs/pkg/models/shared/remittanceinformationstructuredarray.md
docs/pkg/models/shared/singlepayment.md
docs/pkg/models/shared/responsegetconsentlinks.md
docs/pkg/models/shared/responsegetconsentchoosenscamethod.md
docs/pkg/models/shared/responsegetconsentscamethods.md
docs/pkg/models/shared/responsegetconsenttppmessage.md
docs/pkg/models/shared/responsegetconsent.md
docs/pkg/models/shared/access.md
docs/pkg/models/shared/requestgetconsent.md
docs/pkg/models/shared/responsegetinfoconsentlinks.md
docs/pkg/models/shared/responsegetinfoconsentaccess.md
docs/pkg/models/shared/responsegetinfoconsenttppmessage.md
docs/pkg/models/shared/responsegetinfoconsent.md
docs/pkg/models/shared/responsepostconsentfundsconfirmationlinks.md
docs/pkg/models/shared/responsepostconsentfundsconfirmationchoosenscamethod.md
docs/pkg/models/shared/responsepostconsentfundsconfirmationscamethods.md
docs/pkg/models/shared/responsepostconsentfundsconfirmationtppmessage.md
docs/pkg/models/shared/responsepostconsentfundsconfirmation.md
docs/pkg/models/shared/responsegetsubresourcesauthorizationtppmessages.md
docs/pkg/models/shared/responsegetsubresourcesauthorization.md
docs/pkg/models/shared/responseauthorizationinitiationpaymentlinks.md
docs/pkg/models/shared/choosenscamethod.md
docs/pkg/models/shared/currencyconversionfee.md
docs/pkg/models/shared/estimatedinterbanksettlementamount.md
docs/pkg/models/shared/estimatedtotalamount.md
docs/pkg/models/shared/responseauthorizationinitiationpaymenttppmessages.md
docs/pkg/models/shared/responseauthorizationinitiationpaymenttransactionfees.md
docs/pkg/models/shared/responseauthorizationinitiationpayment.md
docs/pkg/models/shared/authenticationobject.md
docs/pkg/models/shared/responsegetscastatustppmessages.md
docs/pkg/models/shared/responsegetscastatus.md
docs/pkg/models/shared/responseupdatepsudatalinks.md
docs/pkg/models/shared/responseupdatepsudatachoosenscamethod.md
docs/pkg/models/shared/currencycoversionfees.md
docs/pkg/models/shared/responseupdatepsudataestimatedinterbanksettlementamount.md
docs/pkg/models/shared/responseupdatepsudataestimatedtotalamount.md
docs/pkg/models/shared/responseupdatepsudatatppmessages.md
docs/pkg/models/shared/responseupdatepsudatatransactionfees.md
docs/pkg/models/shared/responseupdatepsudata.md
docs/pkg/models/shared/requestupdatepsudata.md
docs/pkg/models/shared/responsestatusconsenttppmessage.md
docs/pkg/models/shared/responsestatusconsent.md
docs/pkg/models/shared/responsefundsconfirmationtppmessage.md
docs/pkg/models/shared/responsefundsconfirmation.md
docs/pkg/models/shared/requestfundsconfirmationaccount.md
docs/pkg/models/shared/requestfundsconfirmationinstructedamount.md
docs/pkg/models/shared/requestfundsconfirmation.md
docs/pkg/models/shared/responsetrustedbeneficiarytppmessage.md
docs/pkg/models/shared/trustedbeneficiaries.md
docs/pkg/models/shared/responsetrustedbeneficiary.md
docs/pkg/models/shared/responsecancelpaymentinitiationlinks.md
docs/pkg/models/shared/responsecancelpaymentinitiationchoosenscamethod.md
docs/pkg/models/shared/responsecancelpaymentinitiationscamethods.md
docs/pkg/models/shared/responsecancelpaymentinitiationtppmessages.md
docs/pkg/models/shared/responsecancelpaymentinitiation.md
docs/pkg/models/shared/responsegetinfopaymenttppmessages.md
docs/pkg/models/shared/responsegetinfopayment.md
docs/pkg/models/shared/ownernames.md
docs/pkg/models/shared/responsegetstatuspaymenttppmessages.md
docs/pkg/models/shared/responsegetstatuspayment.md
docs/pkg/models/shared/account.md
docs/pkg/models/shared/requestpostconsentfundsconfirmation.md
docs/sdks/psd2cajarural/README.md
docs/sdks/serviciosmultibanco/README.md
docs/sdks/lecturadelistadodecuentas/README.md
docs/sdks/lecturadedetallesdecuenta/README.md
docs/sdks/lecturadebalances/README.md
docs/sdks/lecturadetransacciones/README.md
docs/sdks/iniciodepago/README.md
docs/sdks/consentimientodeinformacionsobrecuentasdepagoais/README.md
docs/sdks/eliminarconsentimiento/README.md
docs/sdks/recuperarinformaciondeconsentimiento/README.md
docs/sdks/obtenersubrecursosdelaautorizacion/README.md
docs/sdks/iniciodelprocesodeautorizacionexplicita/README.md
docs/sdks/obtenerestadosca/README.md
docs/sdks/actualizardatosdelpsuseleccionarmetodosca/README.md
docs/sdks/obtenerestadodeconsentimiento/README.md
docs/sdks/consultadefondos/README.md
docs/sdks/obtenerlistadodebeneficiariosdeconfianza/README.md
docs/sdks/cancelariniciodepago/README.md
docs/sdks/recuperarinformaciondeliniciodepago/README.md
docs/sdks/obtenerestadodelpago/README.md
docs/sdks/consentimientodeconfirmaciondefondosfcs/README.md
USAGE.md
.gitattributes