moovio_sdk 0.8.2__py3-none-any.whl → 0.10.0__py3-none-any.whl
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.
- moovio_sdk/_version.py +3 -3
- moovio_sdk/cards.py +4 -4
- moovio_sdk/httpclient.py +6 -16
- moovio_sdk/models/__init__.py +0 -1
- moovio_sdk/models/components/__init__.py +1804 -845
- moovio_sdk/models/components/sweep.py +7 -1
- moovio_sdk/models/components/sweepsubtotal.py +27 -0
- moovio_sdk/models/errors/__init__.py +193 -77
- moovio_sdk/models/internal/__init__.py +35 -1
- moovio_sdk/models/operations/__init__.py +1908 -1073
- moovio_sdk/models/operations/createtransfer.py +2 -2
- moovio_sdk/sdk.py +142 -104
- moovio_sdk/transfers.py +2 -2
- moovio_sdk/utils/__init__.py +131 -46
- {moovio_sdk-0.8.2.dist-info → moovio_sdk-0.10.0.dist-info}/METADATA +46 -378
- {moovio_sdk-0.8.2.dist-info → moovio_sdk-0.10.0.dist-info}/RECORD +17 -16
- {moovio_sdk-0.8.2.dist-info → moovio_sdk-0.10.0.dist-info}/WHEEL +0 -0
@@ -1,1079 +1,1082 @@
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
2
|
|
3
|
-
from
|
4
|
-
|
5
|
-
AcceptDisputeGlobalsTypedDict,
|
6
|
-
AcceptDisputeRequest,
|
7
|
-
AcceptDisputeRequestTypedDict,
|
8
|
-
AcceptDisputeResponse,
|
9
|
-
AcceptDisputeResponseTypedDict,
|
10
|
-
)
|
11
|
-
from .assignaccountcountries import (
|
12
|
-
AssignAccountCountriesGlobals,
|
13
|
-
AssignAccountCountriesGlobalsTypedDict,
|
14
|
-
AssignAccountCountriesRequest,
|
15
|
-
AssignAccountCountriesRequestTypedDict,
|
16
|
-
AssignAccountCountriesResponse,
|
17
|
-
AssignAccountCountriesResponseTypedDict,
|
18
|
-
)
|
19
|
-
from .cancelschedule import (
|
20
|
-
CancelScheduleGlobals,
|
21
|
-
CancelScheduleGlobalsTypedDict,
|
22
|
-
CancelScheduleRequest,
|
23
|
-
CancelScheduleRequestTypedDict,
|
24
|
-
CancelScheduleResponse,
|
25
|
-
CancelScheduleResponseTypedDict,
|
26
|
-
)
|
27
|
-
from .completebankaccountverification import (
|
28
|
-
CompleteBankAccountVerificationGlobals,
|
29
|
-
CompleteBankAccountVerificationGlobalsTypedDict,
|
30
|
-
CompleteBankAccountVerificationRequest,
|
31
|
-
CompleteBankAccountVerificationRequestTypedDict,
|
32
|
-
CompleteBankAccountVerificationResponse,
|
33
|
-
CompleteBankAccountVerificationResponseTypedDict,
|
34
|
-
)
|
35
|
-
from .completemicrodeposits import (
|
36
|
-
CompleteMicroDepositsGlobals,
|
37
|
-
CompleteMicroDepositsGlobalsTypedDict,
|
38
|
-
CompleteMicroDepositsRequest,
|
39
|
-
CompleteMicroDepositsRequestTypedDict,
|
40
|
-
CompleteMicroDepositsResponse,
|
41
|
-
CompleteMicroDepositsResponseTypedDict,
|
42
|
-
)
|
43
|
-
from .createaccesstoken import (
|
44
|
-
CreateAccessTokenGlobals,
|
45
|
-
CreateAccessTokenGlobalsTypedDict,
|
46
|
-
CreateAccessTokenResponse,
|
47
|
-
CreateAccessTokenResponseTypedDict,
|
48
|
-
)
|
49
|
-
from .createaccount import (
|
50
|
-
CreateAccountGlobals,
|
51
|
-
CreateAccountGlobalsTypedDict,
|
52
|
-
CreateAccountResponse,
|
53
|
-
CreateAccountResponseTypedDict,
|
54
|
-
)
|
55
|
-
from .createapplepaysession import (
|
56
|
-
CreateApplePaySessionGlobals,
|
57
|
-
CreateApplePaySessionGlobalsTypedDict,
|
58
|
-
CreateApplePaySessionRequest,
|
59
|
-
CreateApplePaySessionRequestTypedDict,
|
60
|
-
CreateApplePaySessionResponse,
|
61
|
-
CreateApplePaySessionResponseTypedDict,
|
62
|
-
)
|
63
|
-
from .createbrand import (
|
64
|
-
CreateBrandGlobals,
|
65
|
-
CreateBrandGlobalsTypedDict,
|
66
|
-
CreateBrandRequest,
|
67
|
-
CreateBrandRequestTypedDict,
|
68
|
-
CreateBrandResponse,
|
69
|
-
CreateBrandResponseTypedDict,
|
70
|
-
)
|
71
|
-
from .createcancellation import (
|
72
|
-
CreateCancellationGlobals,
|
73
|
-
CreateCancellationGlobalsTypedDict,
|
74
|
-
CreateCancellationRequest,
|
75
|
-
CreateCancellationRequestTypedDict,
|
76
|
-
CreateCancellationResponse,
|
77
|
-
CreateCancellationResponseTypedDict,
|
78
|
-
)
|
79
|
-
from .createfeeplanagreements import (
|
80
|
-
CreateFeePlanAgreementsGlobals,
|
81
|
-
CreateFeePlanAgreementsGlobalsTypedDict,
|
82
|
-
CreateFeePlanAgreementsRequest,
|
83
|
-
CreateFeePlanAgreementsRequestTypedDict,
|
84
|
-
CreateFeePlanAgreementsResponse,
|
85
|
-
CreateFeePlanAgreementsResponseTypedDict,
|
86
|
-
)
|
87
|
-
from .createonboardinginvite import (
|
88
|
-
CreateOnboardingInviteGlobals,
|
89
|
-
CreateOnboardingInviteGlobalsTypedDict,
|
90
|
-
CreateOnboardingInviteResponse,
|
91
|
-
CreateOnboardingInviteResponseTypedDict,
|
92
|
-
)
|
93
|
-
from .createpaymentlink import (
|
94
|
-
CreatePaymentLinkGlobals,
|
95
|
-
CreatePaymentLinkGlobalsTypedDict,
|
96
|
-
CreatePaymentLinkRequest,
|
97
|
-
CreatePaymentLinkRequestTypedDict,
|
98
|
-
CreatePaymentLinkResponse,
|
99
|
-
CreatePaymentLinkResponseTypedDict,
|
100
|
-
)
|
101
|
-
from .createreceipts import (
|
102
|
-
CreateReceiptsGlobals,
|
103
|
-
CreateReceiptsGlobalsTypedDict,
|
104
|
-
CreateReceiptsResponse,
|
105
|
-
CreateReceiptsResponseTypedDict,
|
106
|
-
)
|
107
|
-
from .createrepresentative import (
|
108
|
-
CreateRepresentativeGlobals,
|
109
|
-
CreateRepresentativeGlobalsTypedDict,
|
110
|
-
CreateRepresentativeRequest,
|
111
|
-
CreateRepresentativeRequestTypedDict,
|
112
|
-
CreateRepresentativeResponse,
|
113
|
-
CreateRepresentativeResponseTypedDict,
|
114
|
-
)
|
115
|
-
from .createreversal import (
|
116
|
-
CreateReversalGlobals,
|
117
|
-
CreateReversalGlobalsTypedDict,
|
118
|
-
CreateReversalRequest,
|
119
|
-
CreateReversalRequestTypedDict,
|
120
|
-
CreateReversalResponse,
|
121
|
-
CreateReversalResponseTypedDict,
|
122
|
-
)
|
123
|
-
from .createschedule import (
|
124
|
-
CreateScheduleGlobals,
|
125
|
-
CreateScheduleGlobalsTypedDict,
|
126
|
-
CreateScheduleRequest,
|
127
|
-
CreateScheduleRequestTypedDict,
|
128
|
-
CreateScheduleResponse,
|
129
|
-
CreateScheduleResponseTypedDict,
|
130
|
-
)
|
131
|
-
from .createsweepconfig import (
|
132
|
-
CreateSweepConfigGlobals,
|
133
|
-
CreateSweepConfigGlobalsTypedDict,
|
134
|
-
CreateSweepConfigRequest,
|
135
|
-
CreateSweepConfigRequestTypedDict,
|
136
|
-
CreateSweepConfigResponse,
|
137
|
-
CreateSweepConfigResponseTypedDict,
|
138
|
-
)
|
139
|
-
from .createterminalapplication import (
|
140
|
-
CreateTerminalApplicationGlobals,
|
141
|
-
CreateTerminalApplicationGlobalsTypedDict,
|
142
|
-
CreateTerminalApplicationResponse,
|
143
|
-
CreateTerminalApplicationResponseTypedDict,
|
144
|
-
)
|
145
|
-
from .createtransfer import (
|
146
|
-
CreateTransferGlobals,
|
147
|
-
CreateTransferGlobalsTypedDict,
|
148
|
-
CreateTransferRequest,
|
149
|
-
CreateTransferRequestTypedDict,
|
150
|
-
CreateTransferResponse,
|
151
|
-
CreateTransferResponseResult,
|
152
|
-
CreateTransferResponseResultTypedDict,
|
153
|
-
CreateTransferResponseTypedDict,
|
154
|
-
)
|
155
|
-
from .createtransferoptions import (
|
156
|
-
CreateTransferOptionsGlobals,
|
157
|
-
CreateTransferOptionsGlobalsTypedDict,
|
158
|
-
CreateTransferOptionsResponse,
|
159
|
-
CreateTransferOptionsResponseTypedDict,
|
160
|
-
)
|
161
|
-
from .deletedisputeevidencefile import (
|
162
|
-
DeleteDisputeEvidenceFileGlobals,
|
163
|
-
DeleteDisputeEvidenceFileGlobalsTypedDict,
|
164
|
-
DeleteDisputeEvidenceFileRequest,
|
165
|
-
DeleteDisputeEvidenceFileRequestTypedDict,
|
166
|
-
DeleteDisputeEvidenceFileResponse,
|
167
|
-
DeleteDisputeEvidenceFileResponseTypedDict,
|
168
|
-
)
|
169
|
-
from .deleterepresentative import (
|
170
|
-
DeleteRepresentativeGlobals,
|
171
|
-
DeleteRepresentativeGlobalsTypedDict,
|
172
|
-
DeleteRepresentativeRequest,
|
173
|
-
DeleteRepresentativeRequestTypedDict,
|
174
|
-
DeleteRepresentativeResponse,
|
175
|
-
DeleteRepresentativeResponseTypedDict,
|
176
|
-
)
|
177
|
-
from .deleteterminalapplication import (
|
178
|
-
DeleteTerminalApplicationGlobals,
|
179
|
-
DeleteTerminalApplicationGlobalsTypedDict,
|
180
|
-
DeleteTerminalApplicationRequest,
|
181
|
-
DeleteTerminalApplicationRequestTypedDict,
|
182
|
-
DeleteTerminalApplicationResponse,
|
183
|
-
DeleteTerminalApplicationResponseTypedDict,
|
184
|
-
)
|
185
|
-
from .disablebankaccount import (
|
186
|
-
DisableBankAccountGlobals,
|
187
|
-
DisableBankAccountGlobalsTypedDict,
|
188
|
-
DisableBankAccountRequest,
|
189
|
-
DisableBankAccountRequestTypedDict,
|
190
|
-
DisableBankAccountResponse,
|
191
|
-
DisableBankAccountResponseTypedDict,
|
192
|
-
)
|
193
|
-
from .disablecapability import (
|
194
|
-
DisableCapabilityGlobals,
|
195
|
-
DisableCapabilityGlobalsTypedDict,
|
196
|
-
DisableCapabilityRequest,
|
197
|
-
DisableCapabilityRequestTypedDict,
|
198
|
-
DisableCapabilityResponse,
|
199
|
-
DisableCapabilityResponseTypedDict,
|
200
|
-
)
|
201
|
-
from .disablecard import (
|
202
|
-
DisableCardGlobals,
|
203
|
-
DisableCardGlobalsTypedDict,
|
204
|
-
DisableCardRequest,
|
205
|
-
DisableCardRequestTypedDict,
|
206
|
-
DisableCardResponse,
|
207
|
-
DisableCardResponseTypedDict,
|
208
|
-
)
|
209
|
-
from .disablepaymentlink import (
|
210
|
-
DisablePaymentLinkGlobals,
|
211
|
-
DisablePaymentLinkGlobalsTypedDict,
|
212
|
-
DisablePaymentLinkRequest,
|
213
|
-
DisablePaymentLinkRequestTypedDict,
|
214
|
-
DisablePaymentLinkResponse,
|
215
|
-
DisablePaymentLinkResponseTypedDict,
|
216
|
-
)
|
217
|
-
from .disconnectaccount import (
|
218
|
-
DisconnectAccountGlobals,
|
219
|
-
DisconnectAccountGlobalsTypedDict,
|
220
|
-
DisconnectAccountRequest,
|
221
|
-
DisconnectAccountRequestTypedDict,
|
222
|
-
DisconnectAccountResponse,
|
223
|
-
DisconnectAccountResponseTypedDict,
|
224
|
-
)
|
225
|
-
from .generateendtoendkey import (
|
226
|
-
GenerateEndToEndKeyGlobals,
|
227
|
-
GenerateEndToEndKeyGlobalsTypedDict,
|
228
|
-
GenerateEndToEndKeyRequest,
|
229
|
-
GenerateEndToEndKeyRequestTypedDict,
|
230
|
-
GenerateEndToEndKeyResponse,
|
231
|
-
GenerateEndToEndKeyResponseTypedDict,
|
232
|
-
)
|
233
|
-
from .getaccount import (
|
234
|
-
GetAccountGlobals,
|
235
|
-
GetAccountGlobalsTypedDict,
|
236
|
-
GetAccountRequest,
|
237
|
-
GetAccountRequestTypedDict,
|
238
|
-
GetAccountResponse,
|
239
|
-
GetAccountResponseTypedDict,
|
240
|
-
)
|
241
|
-
from .getaccountcountries import (
|
242
|
-
GetAccountCountriesGlobals,
|
243
|
-
GetAccountCountriesGlobalsTypedDict,
|
244
|
-
GetAccountCountriesRequest,
|
245
|
-
GetAccountCountriesRequestTypedDict,
|
246
|
-
GetAccountCountriesResponse,
|
247
|
-
GetAccountCountriesResponseTypedDict,
|
248
|
-
)
|
249
|
-
from .getaccountterminalapplication import (
|
250
|
-
GetAccountTerminalApplicationGlobals,
|
251
|
-
GetAccountTerminalApplicationGlobalsTypedDict,
|
252
|
-
GetAccountTerminalApplicationRequest,
|
253
|
-
GetAccountTerminalApplicationRequestTypedDict,
|
254
|
-
GetAccountTerminalApplicationResponse,
|
255
|
-
GetAccountTerminalApplicationResponseTypedDict,
|
256
|
-
)
|
257
|
-
from .getadjustment import (
|
258
|
-
GetAdjustmentGlobals,
|
259
|
-
GetAdjustmentGlobalsTypedDict,
|
260
|
-
GetAdjustmentRequest,
|
261
|
-
GetAdjustmentRequestTypedDict,
|
262
|
-
GetAdjustmentResponse,
|
263
|
-
GetAdjustmentResponseTypedDict,
|
264
|
-
)
|
265
|
-
from .getapplepaymerchantdomains import (
|
266
|
-
GetApplePayMerchantDomainsGlobals,
|
267
|
-
GetApplePayMerchantDomainsGlobalsTypedDict,
|
268
|
-
GetApplePayMerchantDomainsRequest,
|
269
|
-
GetApplePayMerchantDomainsRequestTypedDict,
|
270
|
-
GetApplePayMerchantDomainsResponse,
|
271
|
-
GetApplePayMerchantDomainsResponseTypedDict,
|
272
|
-
)
|
273
|
-
from .getavatar import (
|
274
|
-
GetAvatarGlobals,
|
275
|
-
GetAvatarGlobalsTypedDict,
|
276
|
-
GetAvatarRequest,
|
277
|
-
GetAvatarRequestTypedDict,
|
278
|
-
GetAvatarResponse,
|
279
|
-
GetAvatarResponseTypedDict,
|
280
|
-
)
|
281
|
-
from .getbankaccount import (
|
282
|
-
GetBankAccountGlobals,
|
283
|
-
GetBankAccountGlobalsTypedDict,
|
284
|
-
GetBankAccountRequest,
|
285
|
-
GetBankAccountRequestTypedDict,
|
286
|
-
GetBankAccountResponse,
|
287
|
-
GetBankAccountResponseTypedDict,
|
288
|
-
)
|
289
|
-
from .getbankaccountverification import (
|
290
|
-
GetBankAccountVerificationGlobals,
|
291
|
-
GetBankAccountVerificationGlobalsTypedDict,
|
292
|
-
GetBankAccountVerificationRequest,
|
293
|
-
GetBankAccountVerificationRequestTypedDict,
|
294
|
-
GetBankAccountVerificationResponse,
|
295
|
-
GetBankAccountVerificationResponseTypedDict,
|
296
|
-
)
|
297
|
-
from .getbrand import (
|
298
|
-
GetBrandGlobals,
|
299
|
-
GetBrandGlobalsTypedDict,
|
300
|
-
GetBrandRequest,
|
301
|
-
GetBrandRequestTypedDict,
|
302
|
-
GetBrandResponse,
|
303
|
-
GetBrandResponseTypedDict,
|
304
|
-
)
|
305
|
-
from .getcancellation import (
|
306
|
-
GetCancellationGlobals,
|
307
|
-
GetCancellationGlobalsTypedDict,
|
308
|
-
GetCancellationRequest,
|
309
|
-
GetCancellationRequestTypedDict,
|
310
|
-
GetCancellationResponse,
|
311
|
-
GetCancellationResponseTypedDict,
|
312
|
-
)
|
313
|
-
from .getcapability import (
|
314
|
-
GetCapabilityGlobals,
|
315
|
-
GetCapabilityGlobalsTypedDict,
|
316
|
-
GetCapabilityRequest,
|
317
|
-
GetCapabilityRequestTypedDict,
|
318
|
-
GetCapabilityResponse,
|
319
|
-
GetCapabilityResponseTypedDict,
|
320
|
-
)
|
321
|
-
from .getcard import (
|
322
|
-
GetCardGlobals,
|
323
|
-
GetCardGlobalsTypedDict,
|
324
|
-
GetCardRequest,
|
325
|
-
GetCardRequestTypedDict,
|
326
|
-
GetCardResponse,
|
327
|
-
GetCardResponseTypedDict,
|
328
|
-
)
|
329
|
-
from .getdispute import (
|
330
|
-
GetDisputeGlobals,
|
331
|
-
GetDisputeGlobalsTypedDict,
|
332
|
-
GetDisputeRequest,
|
333
|
-
GetDisputeRequestTypedDict,
|
334
|
-
GetDisputeResponse,
|
335
|
-
GetDisputeResponseTypedDict,
|
336
|
-
)
|
337
|
-
from .getdisputeevidence import (
|
338
|
-
GetDisputeEvidenceGlobals,
|
339
|
-
GetDisputeEvidenceGlobalsTypedDict,
|
340
|
-
GetDisputeEvidenceRequest,
|
341
|
-
GetDisputeEvidenceRequestTypedDict,
|
342
|
-
GetDisputeEvidenceResponse,
|
343
|
-
GetDisputeEvidenceResponseTypedDict,
|
344
|
-
)
|
345
|
-
from .getdisputeevidencedata import (
|
346
|
-
GetDisputeEvidenceDataGlobals,
|
347
|
-
GetDisputeEvidenceDataGlobalsTypedDict,
|
348
|
-
GetDisputeEvidenceDataRequest,
|
349
|
-
GetDisputeEvidenceDataRequestTypedDict,
|
350
|
-
GetDisputeEvidenceDataResponse,
|
351
|
-
GetDisputeEvidenceDataResponseResult,
|
352
|
-
GetDisputeEvidenceDataResponseResultTypedDict,
|
353
|
-
GetDisputeEvidenceDataResponseTypedDict,
|
354
|
-
)
|
355
|
-
from .getenrichmentaddress import (
|
356
|
-
GetEnrichmentAddressGlobals,
|
357
|
-
GetEnrichmentAddressGlobalsTypedDict,
|
358
|
-
GetEnrichmentAddressRequest,
|
359
|
-
GetEnrichmentAddressRequestTypedDict,
|
360
|
-
GetEnrichmentAddressResponse,
|
361
|
-
GetEnrichmentAddressResponseTypedDict,
|
362
|
-
)
|
363
|
-
from .getenrichmentprofile import (
|
364
|
-
GetEnrichmentProfileGlobals,
|
365
|
-
GetEnrichmentProfileGlobalsTypedDict,
|
366
|
-
GetEnrichmentProfileRequest,
|
367
|
-
GetEnrichmentProfileRequestTypedDict,
|
368
|
-
GetEnrichmentProfileResponse,
|
369
|
-
GetEnrichmentProfileResponseTypedDict,
|
370
|
-
)
|
371
|
-
from .getfiledetails import (
|
372
|
-
GetFileDetailsGlobals,
|
373
|
-
GetFileDetailsGlobalsTypedDict,
|
374
|
-
GetFileDetailsRequest,
|
375
|
-
GetFileDetailsRequestTypedDict,
|
376
|
-
GetFileDetailsResponse,
|
377
|
-
GetFileDetailsResponseTypedDict,
|
378
|
-
)
|
379
|
-
from .getfullissuedcard import (
|
380
|
-
GetFullIssuedCardGlobals,
|
381
|
-
GetFullIssuedCardGlobalsTypedDict,
|
382
|
-
GetFullIssuedCardRequest,
|
383
|
-
GetFullIssuedCardRequestTypedDict,
|
384
|
-
GetFullIssuedCardResponse,
|
385
|
-
GetFullIssuedCardResponseTypedDict,
|
386
|
-
)
|
387
|
-
from .getissuedcard import (
|
388
|
-
GetIssuedCardGlobals,
|
389
|
-
GetIssuedCardGlobalsTypedDict,
|
390
|
-
GetIssuedCardRequest,
|
391
|
-
GetIssuedCardRequestTypedDict,
|
392
|
-
GetIssuedCardResponse,
|
393
|
-
GetIssuedCardResponseTypedDict,
|
394
|
-
)
|
395
|
-
from .getissuedcardauthorization import (
|
396
|
-
GetIssuedCardAuthorizationGlobals,
|
397
|
-
GetIssuedCardAuthorizationGlobalsTypedDict,
|
398
|
-
GetIssuedCardAuthorizationRequest,
|
399
|
-
GetIssuedCardAuthorizationRequestTypedDict,
|
400
|
-
GetIssuedCardAuthorizationResponse,
|
401
|
-
GetIssuedCardAuthorizationResponseTypedDict,
|
402
|
-
)
|
403
|
-
from .getissuedcardtransaction import (
|
404
|
-
GetIssuedCardTransactionGlobals,
|
405
|
-
GetIssuedCardTransactionGlobalsTypedDict,
|
406
|
-
GetIssuedCardTransactionRequest,
|
407
|
-
GetIssuedCardTransactionRequestTypedDict,
|
408
|
-
GetIssuedCardTransactionResponse,
|
409
|
-
GetIssuedCardTransactionResponseTypedDict,
|
410
|
-
)
|
411
|
-
from .getmerchantprocessingagreement import (
|
412
|
-
GetMerchantProcessingAgreementGlobals,
|
413
|
-
GetMerchantProcessingAgreementGlobalsTypedDict,
|
414
|
-
GetMerchantProcessingAgreementRequest,
|
415
|
-
GetMerchantProcessingAgreementRequestTypedDict,
|
416
|
-
GetMerchantProcessingAgreementResponse,
|
417
|
-
GetMerchantProcessingAgreementResponseTypedDict,
|
418
|
-
)
|
419
|
-
from .getonboardinginvite import (
|
420
|
-
GetOnboardingInviteGlobals,
|
421
|
-
GetOnboardingInviteGlobalsTypedDict,
|
422
|
-
GetOnboardingInviteRequest,
|
423
|
-
GetOnboardingInviteRequestTypedDict,
|
424
|
-
GetOnboardingInviteResponse,
|
425
|
-
GetOnboardingInviteResponseTypedDict,
|
426
|
-
)
|
427
|
-
from .getpaymentlink import (
|
428
|
-
GetPaymentLinkGlobals,
|
429
|
-
GetPaymentLinkGlobalsTypedDict,
|
430
|
-
GetPaymentLinkRequest,
|
431
|
-
GetPaymentLinkRequestTypedDict,
|
432
|
-
GetPaymentLinkResponse,
|
433
|
-
GetPaymentLinkResponseTypedDict,
|
434
|
-
)
|
435
|
-
from .getpaymentlinkqrcode import (
|
436
|
-
GetPaymentLinkQRCodeGlobals,
|
437
|
-
GetPaymentLinkQRCodeGlobalsTypedDict,
|
438
|
-
GetPaymentLinkQRCodeRequest,
|
439
|
-
GetPaymentLinkQRCodeRequestTypedDict,
|
440
|
-
GetPaymentLinkQRCodeResponse,
|
441
|
-
GetPaymentLinkQRCodeResponseResult,
|
442
|
-
GetPaymentLinkQRCodeResponseResultTypedDict,
|
443
|
-
GetPaymentLinkQRCodeResponseTypedDict,
|
444
|
-
)
|
445
|
-
from .getpaymentmethod import (
|
446
|
-
GetPaymentMethodGlobals,
|
447
|
-
GetPaymentMethodGlobalsTypedDict,
|
448
|
-
GetPaymentMethodRequest,
|
449
|
-
GetPaymentMethodRequestTypedDict,
|
450
|
-
GetPaymentMethodResponse,
|
451
|
-
GetPaymentMethodResponseTypedDict,
|
452
|
-
)
|
453
|
-
from .getrefund import (
|
454
|
-
GetRefundGlobals,
|
455
|
-
GetRefundGlobalsTypedDict,
|
456
|
-
GetRefundRequest,
|
457
|
-
GetRefundRequestTypedDict,
|
458
|
-
GetRefundResponse,
|
459
|
-
GetRefundResponseTypedDict,
|
460
|
-
)
|
461
|
-
from .getrepresentative import (
|
462
|
-
GetRepresentativeGlobals,
|
463
|
-
GetRepresentativeGlobalsTypedDict,
|
464
|
-
GetRepresentativeRequest,
|
465
|
-
GetRepresentativeRequestTypedDict,
|
466
|
-
GetRepresentativeResponse,
|
467
|
-
GetRepresentativeResponseTypedDict,
|
468
|
-
)
|
469
|
-
from .getscheduledoccurrence import (
|
470
|
-
GetScheduledOccurrenceGlobals,
|
471
|
-
GetScheduledOccurrenceGlobalsTypedDict,
|
472
|
-
GetScheduledOccurrenceRequest,
|
473
|
-
GetScheduledOccurrenceRequestTypedDict,
|
474
|
-
GetScheduledOccurrenceResponse,
|
475
|
-
GetScheduledOccurrenceResponseTypedDict,
|
476
|
-
)
|
477
|
-
from .getschedules import (
|
478
|
-
GetSchedulesGlobals,
|
479
|
-
GetSchedulesGlobalsTypedDict,
|
480
|
-
GetSchedulesRequest,
|
481
|
-
GetSchedulesRequestTypedDict,
|
482
|
-
GetSchedulesResponse,
|
483
|
-
GetSchedulesResponseTypedDict,
|
484
|
-
)
|
485
|
-
from .getsweep import (
|
486
|
-
GetSweepGlobals,
|
487
|
-
GetSweepGlobalsTypedDict,
|
488
|
-
GetSweepRequest,
|
489
|
-
GetSweepRequestTypedDict,
|
490
|
-
GetSweepResponse,
|
491
|
-
GetSweepResponseTypedDict,
|
492
|
-
)
|
493
|
-
from .getsweepconfig import (
|
494
|
-
GetSweepConfigGlobals,
|
495
|
-
GetSweepConfigGlobalsTypedDict,
|
496
|
-
GetSweepConfigRequest,
|
497
|
-
GetSweepConfigRequestTypedDict,
|
498
|
-
GetSweepConfigResponse,
|
499
|
-
GetSweepConfigResponseTypedDict,
|
500
|
-
)
|
501
|
-
from .getterminalapplication import (
|
502
|
-
GetTerminalApplicationGlobals,
|
503
|
-
GetTerminalApplicationGlobalsTypedDict,
|
504
|
-
GetTerminalApplicationRequest,
|
505
|
-
GetTerminalApplicationRequestTypedDict,
|
506
|
-
GetTerminalApplicationResponse,
|
507
|
-
GetTerminalApplicationResponseTypedDict,
|
508
|
-
)
|
509
|
-
from .getterminalconfiguration import (
|
510
|
-
GetTerminalConfigurationGlobals,
|
511
|
-
GetTerminalConfigurationGlobalsTypedDict,
|
512
|
-
GetTerminalConfigurationRequest,
|
513
|
-
GetTerminalConfigurationRequestTypedDict,
|
514
|
-
GetTerminalConfigurationResponse,
|
515
|
-
GetTerminalConfigurationResponseTypedDict,
|
516
|
-
)
|
517
|
-
from .gettermsofservicetoken import (
|
518
|
-
GetTermsOfServiceTokenGlobals,
|
519
|
-
GetTermsOfServiceTokenGlobalsTypedDict,
|
520
|
-
GetTermsOfServiceTokenRequest,
|
521
|
-
GetTermsOfServiceTokenRequestTypedDict,
|
522
|
-
GetTermsOfServiceTokenResponse,
|
523
|
-
GetTermsOfServiceTokenResponseTypedDict,
|
524
|
-
)
|
525
|
-
from .gettransfer import (
|
526
|
-
GetTransferGlobals,
|
527
|
-
GetTransferGlobalsTypedDict,
|
528
|
-
GetTransferRequest,
|
529
|
-
GetTransferRequestTypedDict,
|
530
|
-
GetTransferResponse,
|
531
|
-
GetTransferResponseTypedDict,
|
532
|
-
)
|
533
|
-
from .getunderwriting import (
|
534
|
-
GetUnderwritingGlobals,
|
535
|
-
GetUnderwritingGlobalsTypedDict,
|
536
|
-
GetUnderwritingRequest,
|
537
|
-
GetUnderwritingRequestTypedDict,
|
538
|
-
GetUnderwritingResponse,
|
539
|
-
GetUnderwritingResponseTypedDict,
|
540
|
-
)
|
541
|
-
from .getwallet import (
|
542
|
-
GetWalletGlobals,
|
543
|
-
GetWalletGlobalsTypedDict,
|
544
|
-
GetWalletRequest,
|
545
|
-
GetWalletRequestTypedDict,
|
546
|
-
GetWalletResponse,
|
547
|
-
GetWalletResponseTypedDict,
|
548
|
-
)
|
549
|
-
from .getwallettransaction import (
|
550
|
-
GetWalletTransactionGlobals,
|
551
|
-
GetWalletTransactionGlobalsTypedDict,
|
552
|
-
GetWalletTransactionRequest,
|
553
|
-
GetWalletTransactionRequestTypedDict,
|
554
|
-
GetWalletTransactionResponse,
|
555
|
-
GetWalletTransactionResponseTypedDict,
|
556
|
-
)
|
557
|
-
from .initiatebankaccountverification import (
|
558
|
-
InitiateBankAccountVerificationGlobals,
|
559
|
-
InitiateBankAccountVerificationGlobalsTypedDict,
|
560
|
-
InitiateBankAccountVerificationRequest,
|
561
|
-
InitiateBankAccountVerificationRequestTypedDict,
|
562
|
-
InitiateBankAccountVerificationResponse,
|
563
|
-
InitiateBankAccountVerificationResponseTypedDict,
|
564
|
-
)
|
565
|
-
from .initiatemicrodeposits import (
|
566
|
-
InitiateMicroDepositsGlobals,
|
567
|
-
InitiateMicroDepositsGlobalsTypedDict,
|
568
|
-
InitiateMicroDepositsRequest,
|
569
|
-
InitiateMicroDepositsRequestTypedDict,
|
570
|
-
InitiateMicroDepositsResponse,
|
571
|
-
InitiateMicroDepositsResponseTypedDict,
|
572
|
-
)
|
573
|
-
from .initiaterefund import (
|
574
|
-
InitiateRefundGlobals,
|
575
|
-
InitiateRefundGlobalsTypedDict,
|
576
|
-
InitiateRefundRequest,
|
577
|
-
InitiateRefundRequestTypedDict,
|
578
|
-
InitiateRefundResponse,
|
579
|
-
InitiateRefundResponseResult,
|
580
|
-
InitiateRefundResponseResultTypedDict,
|
581
|
-
InitiateRefundResponseTypedDict,
|
582
|
-
)
|
583
|
-
from .linkaccountterminalapplication import (
|
584
|
-
LinkAccountTerminalApplicationGlobals,
|
585
|
-
LinkAccountTerminalApplicationGlobalsTypedDict,
|
586
|
-
LinkAccountTerminalApplicationRequest,
|
587
|
-
LinkAccountTerminalApplicationRequestTypedDict,
|
588
|
-
LinkAccountTerminalApplicationResponse,
|
589
|
-
LinkAccountTerminalApplicationResponseTypedDict,
|
590
|
-
)
|
591
|
-
from .linkapplepaytoken import (
|
592
|
-
LinkApplePayTokenGlobals,
|
593
|
-
LinkApplePayTokenGlobalsTypedDict,
|
594
|
-
LinkApplePayTokenRequest,
|
595
|
-
LinkApplePayTokenRequestTypedDict,
|
596
|
-
LinkApplePayTokenResponse,
|
597
|
-
LinkApplePayTokenResponseTypedDict,
|
598
|
-
)
|
599
|
-
from .linkbankaccount import (
|
600
|
-
LinkBankAccountGlobals,
|
601
|
-
LinkBankAccountGlobalsTypedDict,
|
602
|
-
LinkBankAccountRequest,
|
603
|
-
LinkBankAccountRequestTypedDict,
|
604
|
-
LinkBankAccountResponse,
|
605
|
-
LinkBankAccountResponseTypedDict,
|
606
|
-
)
|
607
|
-
from .linkcard import (
|
608
|
-
LinkCardGlobals,
|
609
|
-
LinkCardGlobalsTypedDict,
|
610
|
-
LinkCardRequest,
|
611
|
-
LinkCardRequestTypedDict,
|
612
|
-
LinkCardResponse,
|
613
|
-
LinkCardResponseTypedDict,
|
614
|
-
)
|
615
|
-
from .listaccounts import (
|
616
|
-
ListAccountsGlobals,
|
617
|
-
ListAccountsGlobalsTypedDict,
|
618
|
-
ListAccountsRequest,
|
619
|
-
ListAccountsRequestTypedDict,
|
620
|
-
ListAccountsResponse,
|
621
|
-
ListAccountsResponseTypedDict,
|
622
|
-
)
|
623
|
-
from .listaccountterminalapplications import (
|
624
|
-
ListAccountTerminalApplicationsGlobals,
|
625
|
-
ListAccountTerminalApplicationsGlobalsTypedDict,
|
626
|
-
ListAccountTerminalApplicationsRequest,
|
627
|
-
ListAccountTerminalApplicationsRequestTypedDict,
|
628
|
-
ListAccountTerminalApplicationsResponse,
|
629
|
-
ListAccountTerminalApplicationsResponseTypedDict,
|
630
|
-
)
|
631
|
-
from .listadjustments import (
|
632
|
-
ListAdjustmentsGlobals,
|
633
|
-
ListAdjustmentsGlobalsTypedDict,
|
634
|
-
ListAdjustmentsRequest,
|
635
|
-
ListAdjustmentsRequestTypedDict,
|
636
|
-
ListAdjustmentsResponse,
|
637
|
-
ListAdjustmentsResponseTypedDict,
|
638
|
-
)
|
639
|
-
from .listbankaccounts import (
|
640
|
-
ListBankAccountsGlobals,
|
641
|
-
ListBankAccountsGlobalsTypedDict,
|
642
|
-
ListBankAccountsRequest,
|
643
|
-
ListBankAccountsRequestTypedDict,
|
644
|
-
ListBankAccountsResponse,
|
645
|
-
ListBankAccountsResponseTypedDict,
|
646
|
-
)
|
647
|
-
from .listcapabilities import (
|
648
|
-
ListCapabilitiesGlobals,
|
649
|
-
ListCapabilitiesGlobalsTypedDict,
|
650
|
-
ListCapabilitiesRequest,
|
651
|
-
ListCapabilitiesRequestTypedDict,
|
652
|
-
ListCapabilitiesResponse,
|
653
|
-
ListCapabilitiesResponseTypedDict,
|
654
|
-
)
|
655
|
-
from .listcards import (
|
656
|
-
ListCardsGlobals,
|
657
|
-
ListCardsGlobalsTypedDict,
|
658
|
-
ListCardsRequest,
|
659
|
-
ListCardsRequestTypedDict,
|
660
|
-
ListCardsResponse,
|
661
|
-
ListCardsResponseTypedDict,
|
662
|
-
)
|
663
|
-
from .listdisputeevidence import (
|
664
|
-
ListDisputeEvidenceGlobals,
|
665
|
-
ListDisputeEvidenceGlobalsTypedDict,
|
666
|
-
ListDisputeEvidenceRequest,
|
667
|
-
ListDisputeEvidenceRequestTypedDict,
|
668
|
-
ListDisputeEvidenceResponse,
|
669
|
-
ListDisputeEvidenceResponseTypedDict,
|
670
|
-
)
|
671
|
-
from .listdisputes import (
|
672
|
-
ListDisputesGlobals,
|
673
|
-
ListDisputesGlobalsTypedDict,
|
674
|
-
ListDisputesRequest,
|
675
|
-
ListDisputesRequestTypedDict,
|
676
|
-
ListDisputesResponse,
|
677
|
-
ListDisputesResponseTypedDict,
|
678
|
-
)
|
679
|
-
from .listfeeplanagreements import (
|
680
|
-
ListFeePlanAgreementsGlobals,
|
681
|
-
ListFeePlanAgreementsGlobalsTypedDict,
|
682
|
-
ListFeePlanAgreementsRequest,
|
683
|
-
ListFeePlanAgreementsRequestTypedDict,
|
684
|
-
ListFeePlanAgreementsResponse,
|
685
|
-
ListFeePlanAgreementsResponseTypedDict,
|
686
|
-
)
|
687
|
-
from .listfeeplans import (
|
688
|
-
ListFeePlansGlobals,
|
689
|
-
ListFeePlansGlobalsTypedDict,
|
690
|
-
ListFeePlansRequest,
|
691
|
-
ListFeePlansRequestTypedDict,
|
692
|
-
ListFeePlansResponse,
|
693
|
-
ListFeePlansResponseTypedDict,
|
694
|
-
)
|
695
|
-
from .listfeesfetch import (
|
696
|
-
ListFeesFetchGlobals,
|
697
|
-
ListFeesFetchGlobalsTypedDict,
|
698
|
-
ListFeesFetchRequest,
|
699
|
-
ListFeesFetchRequestTypedDict,
|
700
|
-
ListFeesFetchResponse,
|
701
|
-
ListFeesFetchResponseTypedDict,
|
702
|
-
)
|
703
|
-
from .listfiles import (
|
704
|
-
ListFilesGlobals,
|
705
|
-
ListFilesGlobalsTypedDict,
|
706
|
-
ListFilesRequest,
|
707
|
-
ListFilesRequestTypedDict,
|
708
|
-
ListFilesResponse,
|
709
|
-
ListFilesResponseTypedDict,
|
710
|
-
)
|
711
|
-
from .listindustries import (
|
712
|
-
ListIndustriesGlobals,
|
713
|
-
ListIndustriesGlobalsTypedDict,
|
714
|
-
ListIndustriesRequest,
|
715
|
-
ListIndustriesRequestTypedDict,
|
716
|
-
ListIndustriesResponse,
|
717
|
-
ListIndustriesResponseTypedDict,
|
718
|
-
)
|
719
|
-
from .listinstitutions import (
|
720
|
-
ListInstitutionsGlobals,
|
721
|
-
ListInstitutionsGlobalsTypedDict,
|
722
|
-
ListInstitutionsRequest,
|
723
|
-
ListInstitutionsRequestTypedDict,
|
724
|
-
ListInstitutionsResponse,
|
725
|
-
ListInstitutionsResponseTypedDict,
|
726
|
-
)
|
727
|
-
from .listissuedcardauthorizationevents import (
|
728
|
-
ListIssuedCardAuthorizationEventsGlobals,
|
729
|
-
ListIssuedCardAuthorizationEventsGlobalsTypedDict,
|
730
|
-
ListIssuedCardAuthorizationEventsRequest,
|
731
|
-
ListIssuedCardAuthorizationEventsRequestTypedDict,
|
732
|
-
ListIssuedCardAuthorizationEventsResponse,
|
733
|
-
ListIssuedCardAuthorizationEventsResponseTypedDict,
|
734
|
-
)
|
735
|
-
from .listissuedcardauthorizations import (
|
736
|
-
ListIssuedCardAuthorizationsGlobals,
|
737
|
-
ListIssuedCardAuthorizationsGlobalsTypedDict,
|
738
|
-
ListIssuedCardAuthorizationsRequest,
|
739
|
-
ListIssuedCardAuthorizationsRequestTypedDict,
|
740
|
-
ListIssuedCardAuthorizationsResponse,
|
741
|
-
ListIssuedCardAuthorizationsResponseTypedDict,
|
742
|
-
)
|
743
|
-
from .listissuedcards import (
|
744
|
-
ListIssuedCardsGlobals,
|
745
|
-
ListIssuedCardsGlobalsTypedDict,
|
746
|
-
ListIssuedCardsRequest,
|
747
|
-
ListIssuedCardsRequestTypedDict,
|
748
|
-
ListIssuedCardsResponse,
|
749
|
-
ListIssuedCardsResponseTypedDict,
|
750
|
-
)
|
751
|
-
from .listissuedcardtransactions import (
|
752
|
-
ListIssuedCardTransactionsGlobals,
|
753
|
-
ListIssuedCardTransactionsGlobalsTypedDict,
|
754
|
-
ListIssuedCardTransactionsRequest,
|
755
|
-
ListIssuedCardTransactionsRequestTypedDict,
|
756
|
-
ListIssuedCardTransactionsResponse,
|
757
|
-
ListIssuedCardTransactionsResponseTypedDict,
|
758
|
-
)
|
759
|
-
from .listonboardinginvites import (
|
760
|
-
ListOnboardingInvitesGlobals,
|
761
|
-
ListOnboardingInvitesGlobalsTypedDict,
|
762
|
-
ListOnboardingInvitesRequest,
|
763
|
-
ListOnboardingInvitesRequestTypedDict,
|
764
|
-
ListOnboardingInvitesResponse,
|
765
|
-
ListOnboardingInvitesResponseTypedDict,
|
766
|
-
)
|
767
|
-
from .listpartnerpricing import (
|
768
|
-
ListPartnerPricingGlobals,
|
769
|
-
ListPartnerPricingGlobalsTypedDict,
|
770
|
-
ListPartnerPricingRequest,
|
771
|
-
ListPartnerPricingRequestTypedDict,
|
772
|
-
ListPartnerPricingResponse,
|
773
|
-
ListPartnerPricingResponseTypedDict,
|
774
|
-
)
|
775
|
-
from .listpartnerpricingagreements import (
|
776
|
-
ListPartnerPricingAgreementsGlobals,
|
777
|
-
ListPartnerPricingAgreementsGlobalsTypedDict,
|
778
|
-
ListPartnerPricingAgreementsRequest,
|
779
|
-
ListPartnerPricingAgreementsRequestTypedDict,
|
780
|
-
ListPartnerPricingAgreementsResponse,
|
781
|
-
ListPartnerPricingAgreementsResponseTypedDict,
|
782
|
-
)
|
783
|
-
from .listpaymentlinks import (
|
784
|
-
ListPaymentLinksGlobals,
|
785
|
-
ListPaymentLinksGlobalsTypedDict,
|
786
|
-
ListPaymentLinksRequest,
|
787
|
-
ListPaymentLinksRequestTypedDict,
|
788
|
-
ListPaymentLinksResponse,
|
789
|
-
ListPaymentLinksResponseTypedDict,
|
790
|
-
)
|
791
|
-
from .listpaymentmethods import (
|
792
|
-
ListPaymentMethodsGlobals,
|
793
|
-
ListPaymentMethodsGlobalsTypedDict,
|
794
|
-
ListPaymentMethodsRequest,
|
795
|
-
ListPaymentMethodsRequestTypedDict,
|
796
|
-
ListPaymentMethodsResponse,
|
797
|
-
ListPaymentMethodsResponseTypedDict,
|
798
|
-
)
|
799
|
-
from .listreceipts import (
|
800
|
-
ListReceiptsGlobals,
|
801
|
-
ListReceiptsGlobalsTypedDict,
|
802
|
-
ListReceiptsRequest,
|
803
|
-
ListReceiptsRequestTypedDict,
|
804
|
-
ListReceiptsResponse,
|
805
|
-
ListReceiptsResponseTypedDict,
|
806
|
-
)
|
807
|
-
from .listrefunds import (
|
808
|
-
ListRefundsGlobals,
|
809
|
-
ListRefundsGlobalsTypedDict,
|
810
|
-
ListRefundsRequest,
|
811
|
-
ListRefundsRequestTypedDict,
|
812
|
-
ListRefundsResponse,
|
813
|
-
ListRefundsResponseTypedDict,
|
814
|
-
)
|
815
|
-
from .listrepresentatives import (
|
816
|
-
ListRepresentativesGlobals,
|
817
|
-
ListRepresentativesGlobalsTypedDict,
|
818
|
-
ListRepresentativesRequest,
|
819
|
-
ListRepresentativesRequestTypedDict,
|
820
|
-
ListRepresentativesResponse,
|
821
|
-
ListRepresentativesResponseTypedDict,
|
822
|
-
)
|
823
|
-
from .listschedules import (
|
824
|
-
Hydrate,
|
825
|
-
ListSchedulesGlobals,
|
826
|
-
ListSchedulesGlobalsTypedDict,
|
827
|
-
ListSchedulesRequest,
|
828
|
-
ListSchedulesRequestTypedDict,
|
829
|
-
ListSchedulesResponse,
|
830
|
-
ListSchedulesResponseTypedDict,
|
831
|
-
)
|
832
|
-
from .listsweepconfigs import (
|
833
|
-
ListSweepConfigsGlobals,
|
834
|
-
ListSweepConfigsGlobalsTypedDict,
|
835
|
-
ListSweepConfigsRequest,
|
836
|
-
ListSweepConfigsRequestTypedDict,
|
837
|
-
ListSweepConfigsResponse,
|
838
|
-
ListSweepConfigsResponseTypedDict,
|
839
|
-
)
|
840
|
-
from .listsweeps import (
|
841
|
-
ListSweepsGlobals,
|
842
|
-
ListSweepsGlobalsTypedDict,
|
843
|
-
ListSweepsRequest,
|
844
|
-
ListSweepsRequestTypedDict,
|
845
|
-
ListSweepsResponse,
|
846
|
-
ListSweepsResponseTypedDict,
|
847
|
-
)
|
848
|
-
from .listterminalapplications import (
|
849
|
-
ListTerminalApplicationsGlobals,
|
850
|
-
ListTerminalApplicationsGlobalsTypedDict,
|
851
|
-
ListTerminalApplicationsRequest,
|
852
|
-
ListTerminalApplicationsRequestTypedDict,
|
853
|
-
ListTerminalApplicationsResponse,
|
854
|
-
ListTerminalApplicationsResponseTypedDict,
|
855
|
-
)
|
856
|
-
from .listtransfers import (
|
857
|
-
ListTransfersGlobals,
|
858
|
-
ListTransfersGlobalsTypedDict,
|
859
|
-
ListTransfersRequest,
|
860
|
-
ListTransfersRequestTypedDict,
|
861
|
-
ListTransfersResponse,
|
862
|
-
ListTransfersResponseTypedDict,
|
863
|
-
)
|
864
|
-
from .listwallets import (
|
865
|
-
ListWalletsGlobals,
|
866
|
-
ListWalletsGlobalsTypedDict,
|
867
|
-
ListWalletsRequest,
|
868
|
-
ListWalletsRequestTypedDict,
|
869
|
-
ListWalletsResponse,
|
870
|
-
ListWalletsResponseTypedDict,
|
871
|
-
)
|
872
|
-
from .listwallettransactions import (
|
873
|
-
ListWalletTransactionsGlobals,
|
874
|
-
ListWalletTransactionsGlobalsTypedDict,
|
875
|
-
ListWalletTransactionsRequest,
|
876
|
-
ListWalletTransactionsRequestTypedDict,
|
877
|
-
ListWalletTransactionsResponse,
|
878
|
-
ListWalletTransactionsResponseTypedDict,
|
879
|
-
)
|
880
|
-
from .ping import (
|
881
|
-
PingGlobals,
|
882
|
-
PingGlobalsTypedDict,
|
883
|
-
PingRequest,
|
884
|
-
PingRequestTypedDict,
|
885
|
-
PingResponse,
|
886
|
-
PingResponseTypedDict,
|
887
|
-
)
|
888
|
-
from .registerapplepaymerchantdomains import (
|
889
|
-
RegisterApplePayMerchantDomainsGlobals,
|
890
|
-
RegisterApplePayMerchantDomainsGlobalsTypedDict,
|
891
|
-
RegisterApplePayMerchantDomainsRequest,
|
892
|
-
RegisterApplePayMerchantDomainsRequestTypedDict,
|
893
|
-
RegisterApplePayMerchantDomainsResponse,
|
894
|
-
RegisterApplePayMerchantDomainsResponseTypedDict,
|
895
|
-
)
|
896
|
-
from .requestcapabilities import (
|
897
|
-
RequestCapabilitiesGlobals,
|
898
|
-
RequestCapabilitiesGlobalsTypedDict,
|
899
|
-
RequestCapabilitiesRequest,
|
900
|
-
RequestCapabilitiesRequestTypedDict,
|
901
|
-
RequestCapabilitiesResponse,
|
902
|
-
RequestCapabilitiesResponseTypedDict,
|
903
|
-
)
|
904
|
-
from .requestcard import (
|
905
|
-
RequestCardGlobals,
|
906
|
-
RequestCardGlobalsTypedDict,
|
907
|
-
RequestCardRequest,
|
908
|
-
RequestCardRequestTypedDict,
|
909
|
-
RequestCardResponse,
|
910
|
-
RequestCardResponseTypedDict,
|
911
|
-
)
|
912
|
-
from .retrievefees import (
|
913
|
-
RetrieveFeesGlobals,
|
914
|
-
RetrieveFeesGlobalsTypedDict,
|
915
|
-
RetrieveFeesRequest,
|
916
|
-
RetrieveFeesRequestTypedDict,
|
917
|
-
RetrieveFeesResponse,
|
918
|
-
RetrieveFeesResponseTypedDict,
|
919
|
-
)
|
920
|
-
from .revokeaccesstoken import (
|
921
|
-
RevokeAccessTokenGlobals,
|
922
|
-
RevokeAccessTokenGlobalsTypedDict,
|
923
|
-
RevokeAccessTokenResponse,
|
924
|
-
RevokeAccessTokenResponseTypedDict,
|
925
|
-
)
|
926
|
-
from .revokeonboardinginvite import (
|
927
|
-
RevokeOnboardingInviteGlobals,
|
928
|
-
RevokeOnboardingInviteGlobalsTypedDict,
|
929
|
-
RevokeOnboardingInviteRequest,
|
930
|
-
RevokeOnboardingInviteRequestTypedDict,
|
931
|
-
RevokeOnboardingInviteResponse,
|
932
|
-
RevokeOnboardingInviteResponseTypedDict,
|
933
|
-
)
|
934
|
-
from .submitdisputeevidence import (
|
935
|
-
SubmitDisputeEvidenceGlobals,
|
936
|
-
SubmitDisputeEvidenceGlobalsTypedDict,
|
937
|
-
SubmitDisputeEvidenceRequest,
|
938
|
-
SubmitDisputeEvidenceRequestTypedDict,
|
939
|
-
SubmitDisputeEvidenceResponse,
|
940
|
-
SubmitDisputeEvidenceResponseTypedDict,
|
941
|
-
)
|
942
|
-
from .testendtoendtoken import (
|
943
|
-
TestEndToEndTokenGlobals,
|
944
|
-
TestEndToEndTokenGlobalsTypedDict,
|
945
|
-
TestEndToEndTokenResponse,
|
946
|
-
TestEndToEndTokenResponseTypedDict,
|
947
|
-
)
|
948
|
-
from .updateaccount import (
|
949
|
-
UpdateAccountGlobals,
|
950
|
-
UpdateAccountGlobalsTypedDict,
|
951
|
-
UpdateAccountRequest,
|
952
|
-
UpdateAccountRequestTypedDict,
|
953
|
-
UpdateAccountResponse,
|
954
|
-
UpdateAccountResponseTypedDict,
|
955
|
-
)
|
956
|
-
from .updateapplepaymerchantdomains import (
|
957
|
-
UpdateApplePayMerchantDomainsGlobals,
|
958
|
-
UpdateApplePayMerchantDomainsGlobalsTypedDict,
|
959
|
-
UpdateApplePayMerchantDomainsRequest,
|
960
|
-
UpdateApplePayMerchantDomainsRequestTypedDict,
|
961
|
-
UpdateApplePayMerchantDomainsResponse,
|
962
|
-
UpdateApplePayMerchantDomainsResponseTypedDict,
|
963
|
-
)
|
964
|
-
from .updatebrand import (
|
965
|
-
UpdateBrandGlobals,
|
966
|
-
UpdateBrandGlobalsTypedDict,
|
967
|
-
UpdateBrandRequest,
|
968
|
-
UpdateBrandRequestTypedDict,
|
969
|
-
UpdateBrandResponse,
|
970
|
-
UpdateBrandResponseTypedDict,
|
971
|
-
)
|
972
|
-
from .updatecard import (
|
973
|
-
UpdateCardGlobals,
|
974
|
-
UpdateCardGlobalsTypedDict,
|
975
|
-
UpdateCardRequest,
|
976
|
-
UpdateCardRequestTypedDict,
|
977
|
-
UpdateCardResponse,
|
978
|
-
UpdateCardResponseTypedDict,
|
979
|
-
)
|
980
|
-
from .updatedisputeevidence import (
|
981
|
-
UpdateDisputeEvidenceGlobals,
|
982
|
-
UpdateDisputeEvidenceGlobalsTypedDict,
|
983
|
-
UpdateDisputeEvidenceRequest,
|
984
|
-
UpdateDisputeEvidenceRequestTypedDict,
|
985
|
-
UpdateDisputeEvidenceResponse,
|
986
|
-
UpdateDisputeEvidenceResponseTypedDict,
|
987
|
-
)
|
988
|
-
from .updateissuedcard import (
|
989
|
-
UpdateIssuedCardGlobals,
|
990
|
-
UpdateIssuedCardGlobalsTypedDict,
|
991
|
-
UpdateIssuedCardRequest,
|
992
|
-
UpdateIssuedCardRequestTypedDict,
|
993
|
-
UpdateIssuedCardResponse,
|
994
|
-
UpdateIssuedCardResponseTypedDict,
|
995
|
-
)
|
996
|
-
from .updatepaymentlink import (
|
997
|
-
UpdatePaymentLinkGlobals,
|
998
|
-
UpdatePaymentLinkGlobalsTypedDict,
|
999
|
-
UpdatePaymentLinkRequest,
|
1000
|
-
UpdatePaymentLinkRequestTypedDict,
|
1001
|
-
UpdatePaymentLinkResponse,
|
1002
|
-
UpdatePaymentLinkResponseTypedDict,
|
1003
|
-
)
|
1004
|
-
from .updaterepresentative import (
|
1005
|
-
UpdateRepresentativeGlobals,
|
1006
|
-
UpdateRepresentativeGlobalsTypedDict,
|
1007
|
-
UpdateRepresentativeRequest,
|
1008
|
-
UpdateRepresentativeRequestTypedDict,
|
1009
|
-
UpdateRepresentativeResponse,
|
1010
|
-
UpdateRepresentativeResponseTypedDict,
|
1011
|
-
)
|
1012
|
-
from .updateschedule import (
|
1013
|
-
UpdateScheduleGlobals,
|
1014
|
-
UpdateScheduleGlobalsTypedDict,
|
1015
|
-
UpdateScheduleRequest,
|
1016
|
-
UpdateScheduleRequestTypedDict,
|
1017
|
-
UpdateScheduleResponse,
|
1018
|
-
UpdateScheduleResponseTypedDict,
|
1019
|
-
)
|
1020
|
-
from .updatesweepconfig import (
|
1021
|
-
UpdateSweepConfigGlobals,
|
1022
|
-
UpdateSweepConfigGlobalsTypedDict,
|
1023
|
-
UpdateSweepConfigRequest,
|
1024
|
-
UpdateSweepConfigRequestTypedDict,
|
1025
|
-
UpdateSweepConfigResponse,
|
1026
|
-
UpdateSweepConfigResponseTypedDict,
|
1027
|
-
)
|
1028
|
-
from .updatetransfer import (
|
1029
|
-
UpdateTransferGlobals,
|
1030
|
-
UpdateTransferGlobalsTypedDict,
|
1031
|
-
UpdateTransferRequest,
|
1032
|
-
UpdateTransferRequestTypedDict,
|
1033
|
-
UpdateTransferResponse,
|
1034
|
-
UpdateTransferResponseTypedDict,
|
1035
|
-
)
|
1036
|
-
from .uploaddisputeevidencefile import (
|
1037
|
-
UploadDisputeEvidenceFileGlobals,
|
1038
|
-
UploadDisputeEvidenceFileGlobalsTypedDict,
|
1039
|
-
UploadDisputeEvidenceFileRequest,
|
1040
|
-
UploadDisputeEvidenceFileRequestTypedDict,
|
1041
|
-
UploadDisputeEvidenceFileResponse,
|
1042
|
-
UploadDisputeEvidenceFileResponseTypedDict,
|
1043
|
-
)
|
1044
|
-
from .uploaddisputeevidencetext import (
|
1045
|
-
UploadDisputeEvidenceTextGlobals,
|
1046
|
-
UploadDisputeEvidenceTextGlobalsTypedDict,
|
1047
|
-
UploadDisputeEvidenceTextRequest,
|
1048
|
-
UploadDisputeEvidenceTextRequestTypedDict,
|
1049
|
-
UploadDisputeEvidenceTextResponse,
|
1050
|
-
UploadDisputeEvidenceTextResponseTypedDict,
|
1051
|
-
)
|
1052
|
-
from .uploadfile import (
|
1053
|
-
UploadFileGlobals,
|
1054
|
-
UploadFileGlobalsTypedDict,
|
1055
|
-
UploadFileRequest,
|
1056
|
-
UploadFileRequestTypedDict,
|
1057
|
-
UploadFileResponse,
|
1058
|
-
UploadFileResponseTypedDict,
|
1059
|
-
)
|
1060
|
-
from .upsertbrand import (
|
1061
|
-
UpsertBrandGlobals,
|
1062
|
-
UpsertBrandGlobalsTypedDict,
|
1063
|
-
UpsertBrandRequest,
|
1064
|
-
UpsertBrandRequestTypedDict,
|
1065
|
-
UpsertBrandResponse,
|
1066
|
-
UpsertBrandResponseTypedDict,
|
1067
|
-
)
|
1068
|
-
from .upsertunderwriting import (
|
1069
|
-
UpsertUnderwritingGlobals,
|
1070
|
-
UpsertUnderwritingGlobalsTypedDict,
|
1071
|
-
UpsertUnderwritingRequest,
|
1072
|
-
UpsertUnderwritingRequestTypedDict,
|
1073
|
-
UpsertUnderwritingResponse,
|
1074
|
-
UpsertUnderwritingResponseTypedDict,
|
1075
|
-
)
|
3
|
+
from typing import TYPE_CHECKING
|
4
|
+
from importlib import import_module
|
1076
5
|
|
6
|
+
if TYPE_CHECKING:
|
7
|
+
from .acceptdispute import (
|
8
|
+
AcceptDisputeGlobals,
|
9
|
+
AcceptDisputeGlobalsTypedDict,
|
10
|
+
AcceptDisputeRequest,
|
11
|
+
AcceptDisputeRequestTypedDict,
|
12
|
+
AcceptDisputeResponse,
|
13
|
+
AcceptDisputeResponseTypedDict,
|
14
|
+
)
|
15
|
+
from .assignaccountcountries import (
|
16
|
+
AssignAccountCountriesGlobals,
|
17
|
+
AssignAccountCountriesGlobalsTypedDict,
|
18
|
+
AssignAccountCountriesRequest,
|
19
|
+
AssignAccountCountriesRequestTypedDict,
|
20
|
+
AssignAccountCountriesResponse,
|
21
|
+
AssignAccountCountriesResponseTypedDict,
|
22
|
+
)
|
23
|
+
from .cancelschedule import (
|
24
|
+
CancelScheduleGlobals,
|
25
|
+
CancelScheduleGlobalsTypedDict,
|
26
|
+
CancelScheduleRequest,
|
27
|
+
CancelScheduleRequestTypedDict,
|
28
|
+
CancelScheduleResponse,
|
29
|
+
CancelScheduleResponseTypedDict,
|
30
|
+
)
|
31
|
+
from .completebankaccountverification import (
|
32
|
+
CompleteBankAccountVerificationGlobals,
|
33
|
+
CompleteBankAccountVerificationGlobalsTypedDict,
|
34
|
+
CompleteBankAccountVerificationRequest,
|
35
|
+
CompleteBankAccountVerificationRequestTypedDict,
|
36
|
+
CompleteBankAccountVerificationResponse,
|
37
|
+
CompleteBankAccountVerificationResponseTypedDict,
|
38
|
+
)
|
39
|
+
from .completemicrodeposits import (
|
40
|
+
CompleteMicroDepositsGlobals,
|
41
|
+
CompleteMicroDepositsGlobalsTypedDict,
|
42
|
+
CompleteMicroDepositsRequest,
|
43
|
+
CompleteMicroDepositsRequestTypedDict,
|
44
|
+
CompleteMicroDepositsResponse,
|
45
|
+
CompleteMicroDepositsResponseTypedDict,
|
46
|
+
)
|
47
|
+
from .createaccesstoken import (
|
48
|
+
CreateAccessTokenGlobals,
|
49
|
+
CreateAccessTokenGlobalsTypedDict,
|
50
|
+
CreateAccessTokenResponse,
|
51
|
+
CreateAccessTokenResponseTypedDict,
|
52
|
+
)
|
53
|
+
from .createaccount import (
|
54
|
+
CreateAccountGlobals,
|
55
|
+
CreateAccountGlobalsTypedDict,
|
56
|
+
CreateAccountResponse,
|
57
|
+
CreateAccountResponseTypedDict,
|
58
|
+
)
|
59
|
+
from .createapplepaysession import (
|
60
|
+
CreateApplePaySessionGlobals,
|
61
|
+
CreateApplePaySessionGlobalsTypedDict,
|
62
|
+
CreateApplePaySessionRequest,
|
63
|
+
CreateApplePaySessionRequestTypedDict,
|
64
|
+
CreateApplePaySessionResponse,
|
65
|
+
CreateApplePaySessionResponseTypedDict,
|
66
|
+
)
|
67
|
+
from .createbrand import (
|
68
|
+
CreateBrandGlobals,
|
69
|
+
CreateBrandGlobalsTypedDict,
|
70
|
+
CreateBrandRequest,
|
71
|
+
CreateBrandRequestTypedDict,
|
72
|
+
CreateBrandResponse,
|
73
|
+
CreateBrandResponseTypedDict,
|
74
|
+
)
|
75
|
+
from .createcancellation import (
|
76
|
+
CreateCancellationGlobals,
|
77
|
+
CreateCancellationGlobalsTypedDict,
|
78
|
+
CreateCancellationRequest,
|
79
|
+
CreateCancellationRequestTypedDict,
|
80
|
+
CreateCancellationResponse,
|
81
|
+
CreateCancellationResponseTypedDict,
|
82
|
+
)
|
83
|
+
from .createfeeplanagreements import (
|
84
|
+
CreateFeePlanAgreementsGlobals,
|
85
|
+
CreateFeePlanAgreementsGlobalsTypedDict,
|
86
|
+
CreateFeePlanAgreementsRequest,
|
87
|
+
CreateFeePlanAgreementsRequestTypedDict,
|
88
|
+
CreateFeePlanAgreementsResponse,
|
89
|
+
CreateFeePlanAgreementsResponseTypedDict,
|
90
|
+
)
|
91
|
+
from .createonboardinginvite import (
|
92
|
+
CreateOnboardingInviteGlobals,
|
93
|
+
CreateOnboardingInviteGlobalsTypedDict,
|
94
|
+
CreateOnboardingInviteResponse,
|
95
|
+
CreateOnboardingInviteResponseTypedDict,
|
96
|
+
)
|
97
|
+
from .createpaymentlink import (
|
98
|
+
CreatePaymentLinkGlobals,
|
99
|
+
CreatePaymentLinkGlobalsTypedDict,
|
100
|
+
CreatePaymentLinkRequest,
|
101
|
+
CreatePaymentLinkRequestTypedDict,
|
102
|
+
CreatePaymentLinkResponse,
|
103
|
+
CreatePaymentLinkResponseTypedDict,
|
104
|
+
)
|
105
|
+
from .createreceipts import (
|
106
|
+
CreateReceiptsGlobals,
|
107
|
+
CreateReceiptsGlobalsTypedDict,
|
108
|
+
CreateReceiptsResponse,
|
109
|
+
CreateReceiptsResponseTypedDict,
|
110
|
+
)
|
111
|
+
from .createrepresentative import (
|
112
|
+
CreateRepresentativeGlobals,
|
113
|
+
CreateRepresentativeGlobalsTypedDict,
|
114
|
+
CreateRepresentativeRequest,
|
115
|
+
CreateRepresentativeRequestTypedDict,
|
116
|
+
CreateRepresentativeResponse,
|
117
|
+
CreateRepresentativeResponseTypedDict,
|
118
|
+
)
|
119
|
+
from .createreversal import (
|
120
|
+
CreateReversalGlobals,
|
121
|
+
CreateReversalGlobalsTypedDict,
|
122
|
+
CreateReversalRequest,
|
123
|
+
CreateReversalRequestTypedDict,
|
124
|
+
CreateReversalResponse,
|
125
|
+
CreateReversalResponseTypedDict,
|
126
|
+
)
|
127
|
+
from .createschedule import (
|
128
|
+
CreateScheduleGlobals,
|
129
|
+
CreateScheduleGlobalsTypedDict,
|
130
|
+
CreateScheduleRequest,
|
131
|
+
CreateScheduleRequestTypedDict,
|
132
|
+
CreateScheduleResponse,
|
133
|
+
CreateScheduleResponseTypedDict,
|
134
|
+
)
|
135
|
+
from .createsweepconfig import (
|
136
|
+
CreateSweepConfigGlobals,
|
137
|
+
CreateSweepConfigGlobalsTypedDict,
|
138
|
+
CreateSweepConfigRequest,
|
139
|
+
CreateSweepConfigRequestTypedDict,
|
140
|
+
CreateSweepConfigResponse,
|
141
|
+
CreateSweepConfigResponseTypedDict,
|
142
|
+
)
|
143
|
+
from .createterminalapplication import (
|
144
|
+
CreateTerminalApplicationGlobals,
|
145
|
+
CreateTerminalApplicationGlobalsTypedDict,
|
146
|
+
CreateTerminalApplicationResponse,
|
147
|
+
CreateTerminalApplicationResponseTypedDict,
|
148
|
+
)
|
149
|
+
from .createtransfer import (
|
150
|
+
CreateTransferGlobals,
|
151
|
+
CreateTransferGlobalsTypedDict,
|
152
|
+
CreateTransferRequest,
|
153
|
+
CreateTransferRequestTypedDict,
|
154
|
+
CreateTransferResponse,
|
155
|
+
CreateTransferResponseResult,
|
156
|
+
CreateTransferResponseResultTypedDict,
|
157
|
+
CreateTransferResponseTypedDict,
|
158
|
+
)
|
159
|
+
from .createtransferoptions import (
|
160
|
+
CreateTransferOptionsGlobals,
|
161
|
+
CreateTransferOptionsGlobalsTypedDict,
|
162
|
+
CreateTransferOptionsResponse,
|
163
|
+
CreateTransferOptionsResponseTypedDict,
|
164
|
+
)
|
165
|
+
from .deletedisputeevidencefile import (
|
166
|
+
DeleteDisputeEvidenceFileGlobals,
|
167
|
+
DeleteDisputeEvidenceFileGlobalsTypedDict,
|
168
|
+
DeleteDisputeEvidenceFileRequest,
|
169
|
+
DeleteDisputeEvidenceFileRequestTypedDict,
|
170
|
+
DeleteDisputeEvidenceFileResponse,
|
171
|
+
DeleteDisputeEvidenceFileResponseTypedDict,
|
172
|
+
)
|
173
|
+
from .deleterepresentative import (
|
174
|
+
DeleteRepresentativeGlobals,
|
175
|
+
DeleteRepresentativeGlobalsTypedDict,
|
176
|
+
DeleteRepresentativeRequest,
|
177
|
+
DeleteRepresentativeRequestTypedDict,
|
178
|
+
DeleteRepresentativeResponse,
|
179
|
+
DeleteRepresentativeResponseTypedDict,
|
180
|
+
)
|
181
|
+
from .deleteterminalapplication import (
|
182
|
+
DeleteTerminalApplicationGlobals,
|
183
|
+
DeleteTerminalApplicationGlobalsTypedDict,
|
184
|
+
DeleteTerminalApplicationRequest,
|
185
|
+
DeleteTerminalApplicationRequestTypedDict,
|
186
|
+
DeleteTerminalApplicationResponse,
|
187
|
+
DeleteTerminalApplicationResponseTypedDict,
|
188
|
+
)
|
189
|
+
from .disablebankaccount import (
|
190
|
+
DisableBankAccountGlobals,
|
191
|
+
DisableBankAccountGlobalsTypedDict,
|
192
|
+
DisableBankAccountRequest,
|
193
|
+
DisableBankAccountRequestTypedDict,
|
194
|
+
DisableBankAccountResponse,
|
195
|
+
DisableBankAccountResponseTypedDict,
|
196
|
+
)
|
197
|
+
from .disablecapability import (
|
198
|
+
DisableCapabilityGlobals,
|
199
|
+
DisableCapabilityGlobalsTypedDict,
|
200
|
+
DisableCapabilityRequest,
|
201
|
+
DisableCapabilityRequestTypedDict,
|
202
|
+
DisableCapabilityResponse,
|
203
|
+
DisableCapabilityResponseTypedDict,
|
204
|
+
)
|
205
|
+
from .disablecard import (
|
206
|
+
DisableCardGlobals,
|
207
|
+
DisableCardGlobalsTypedDict,
|
208
|
+
DisableCardRequest,
|
209
|
+
DisableCardRequestTypedDict,
|
210
|
+
DisableCardResponse,
|
211
|
+
DisableCardResponseTypedDict,
|
212
|
+
)
|
213
|
+
from .disablepaymentlink import (
|
214
|
+
DisablePaymentLinkGlobals,
|
215
|
+
DisablePaymentLinkGlobalsTypedDict,
|
216
|
+
DisablePaymentLinkRequest,
|
217
|
+
DisablePaymentLinkRequestTypedDict,
|
218
|
+
DisablePaymentLinkResponse,
|
219
|
+
DisablePaymentLinkResponseTypedDict,
|
220
|
+
)
|
221
|
+
from .disconnectaccount import (
|
222
|
+
DisconnectAccountGlobals,
|
223
|
+
DisconnectAccountGlobalsTypedDict,
|
224
|
+
DisconnectAccountRequest,
|
225
|
+
DisconnectAccountRequestTypedDict,
|
226
|
+
DisconnectAccountResponse,
|
227
|
+
DisconnectAccountResponseTypedDict,
|
228
|
+
)
|
229
|
+
from .generateendtoendkey import (
|
230
|
+
GenerateEndToEndKeyGlobals,
|
231
|
+
GenerateEndToEndKeyGlobalsTypedDict,
|
232
|
+
GenerateEndToEndKeyRequest,
|
233
|
+
GenerateEndToEndKeyRequestTypedDict,
|
234
|
+
GenerateEndToEndKeyResponse,
|
235
|
+
GenerateEndToEndKeyResponseTypedDict,
|
236
|
+
)
|
237
|
+
from .getaccount import (
|
238
|
+
GetAccountGlobals,
|
239
|
+
GetAccountGlobalsTypedDict,
|
240
|
+
GetAccountRequest,
|
241
|
+
GetAccountRequestTypedDict,
|
242
|
+
GetAccountResponse,
|
243
|
+
GetAccountResponseTypedDict,
|
244
|
+
)
|
245
|
+
from .getaccountcountries import (
|
246
|
+
GetAccountCountriesGlobals,
|
247
|
+
GetAccountCountriesGlobalsTypedDict,
|
248
|
+
GetAccountCountriesRequest,
|
249
|
+
GetAccountCountriesRequestTypedDict,
|
250
|
+
GetAccountCountriesResponse,
|
251
|
+
GetAccountCountriesResponseTypedDict,
|
252
|
+
)
|
253
|
+
from .getaccountterminalapplication import (
|
254
|
+
GetAccountTerminalApplicationGlobals,
|
255
|
+
GetAccountTerminalApplicationGlobalsTypedDict,
|
256
|
+
GetAccountTerminalApplicationRequest,
|
257
|
+
GetAccountTerminalApplicationRequestTypedDict,
|
258
|
+
GetAccountTerminalApplicationResponse,
|
259
|
+
GetAccountTerminalApplicationResponseTypedDict,
|
260
|
+
)
|
261
|
+
from .getadjustment import (
|
262
|
+
GetAdjustmentGlobals,
|
263
|
+
GetAdjustmentGlobalsTypedDict,
|
264
|
+
GetAdjustmentRequest,
|
265
|
+
GetAdjustmentRequestTypedDict,
|
266
|
+
GetAdjustmentResponse,
|
267
|
+
GetAdjustmentResponseTypedDict,
|
268
|
+
)
|
269
|
+
from .getapplepaymerchantdomains import (
|
270
|
+
GetApplePayMerchantDomainsGlobals,
|
271
|
+
GetApplePayMerchantDomainsGlobalsTypedDict,
|
272
|
+
GetApplePayMerchantDomainsRequest,
|
273
|
+
GetApplePayMerchantDomainsRequestTypedDict,
|
274
|
+
GetApplePayMerchantDomainsResponse,
|
275
|
+
GetApplePayMerchantDomainsResponseTypedDict,
|
276
|
+
)
|
277
|
+
from .getavatar import (
|
278
|
+
GetAvatarGlobals,
|
279
|
+
GetAvatarGlobalsTypedDict,
|
280
|
+
GetAvatarRequest,
|
281
|
+
GetAvatarRequestTypedDict,
|
282
|
+
GetAvatarResponse,
|
283
|
+
GetAvatarResponseTypedDict,
|
284
|
+
)
|
285
|
+
from .getbankaccount import (
|
286
|
+
GetBankAccountGlobals,
|
287
|
+
GetBankAccountGlobalsTypedDict,
|
288
|
+
GetBankAccountRequest,
|
289
|
+
GetBankAccountRequestTypedDict,
|
290
|
+
GetBankAccountResponse,
|
291
|
+
GetBankAccountResponseTypedDict,
|
292
|
+
)
|
293
|
+
from .getbankaccountverification import (
|
294
|
+
GetBankAccountVerificationGlobals,
|
295
|
+
GetBankAccountVerificationGlobalsTypedDict,
|
296
|
+
GetBankAccountVerificationRequest,
|
297
|
+
GetBankAccountVerificationRequestTypedDict,
|
298
|
+
GetBankAccountVerificationResponse,
|
299
|
+
GetBankAccountVerificationResponseTypedDict,
|
300
|
+
)
|
301
|
+
from .getbrand import (
|
302
|
+
GetBrandGlobals,
|
303
|
+
GetBrandGlobalsTypedDict,
|
304
|
+
GetBrandRequest,
|
305
|
+
GetBrandRequestTypedDict,
|
306
|
+
GetBrandResponse,
|
307
|
+
GetBrandResponseTypedDict,
|
308
|
+
)
|
309
|
+
from .getcancellation import (
|
310
|
+
GetCancellationGlobals,
|
311
|
+
GetCancellationGlobalsTypedDict,
|
312
|
+
GetCancellationRequest,
|
313
|
+
GetCancellationRequestTypedDict,
|
314
|
+
GetCancellationResponse,
|
315
|
+
GetCancellationResponseTypedDict,
|
316
|
+
)
|
317
|
+
from .getcapability import (
|
318
|
+
GetCapabilityGlobals,
|
319
|
+
GetCapabilityGlobalsTypedDict,
|
320
|
+
GetCapabilityRequest,
|
321
|
+
GetCapabilityRequestTypedDict,
|
322
|
+
GetCapabilityResponse,
|
323
|
+
GetCapabilityResponseTypedDict,
|
324
|
+
)
|
325
|
+
from .getcard import (
|
326
|
+
GetCardGlobals,
|
327
|
+
GetCardGlobalsTypedDict,
|
328
|
+
GetCardRequest,
|
329
|
+
GetCardRequestTypedDict,
|
330
|
+
GetCardResponse,
|
331
|
+
GetCardResponseTypedDict,
|
332
|
+
)
|
333
|
+
from .getdispute import (
|
334
|
+
GetDisputeGlobals,
|
335
|
+
GetDisputeGlobalsTypedDict,
|
336
|
+
GetDisputeRequest,
|
337
|
+
GetDisputeRequestTypedDict,
|
338
|
+
GetDisputeResponse,
|
339
|
+
GetDisputeResponseTypedDict,
|
340
|
+
)
|
341
|
+
from .getdisputeevidence import (
|
342
|
+
GetDisputeEvidenceGlobals,
|
343
|
+
GetDisputeEvidenceGlobalsTypedDict,
|
344
|
+
GetDisputeEvidenceRequest,
|
345
|
+
GetDisputeEvidenceRequestTypedDict,
|
346
|
+
GetDisputeEvidenceResponse,
|
347
|
+
GetDisputeEvidenceResponseTypedDict,
|
348
|
+
)
|
349
|
+
from .getdisputeevidencedata import (
|
350
|
+
GetDisputeEvidenceDataGlobals,
|
351
|
+
GetDisputeEvidenceDataGlobalsTypedDict,
|
352
|
+
GetDisputeEvidenceDataRequest,
|
353
|
+
GetDisputeEvidenceDataRequestTypedDict,
|
354
|
+
GetDisputeEvidenceDataResponse,
|
355
|
+
GetDisputeEvidenceDataResponseResult,
|
356
|
+
GetDisputeEvidenceDataResponseResultTypedDict,
|
357
|
+
GetDisputeEvidenceDataResponseTypedDict,
|
358
|
+
)
|
359
|
+
from .getenrichmentaddress import (
|
360
|
+
GetEnrichmentAddressGlobals,
|
361
|
+
GetEnrichmentAddressGlobalsTypedDict,
|
362
|
+
GetEnrichmentAddressRequest,
|
363
|
+
GetEnrichmentAddressRequestTypedDict,
|
364
|
+
GetEnrichmentAddressResponse,
|
365
|
+
GetEnrichmentAddressResponseTypedDict,
|
366
|
+
)
|
367
|
+
from .getenrichmentprofile import (
|
368
|
+
GetEnrichmentProfileGlobals,
|
369
|
+
GetEnrichmentProfileGlobalsTypedDict,
|
370
|
+
GetEnrichmentProfileRequest,
|
371
|
+
GetEnrichmentProfileRequestTypedDict,
|
372
|
+
GetEnrichmentProfileResponse,
|
373
|
+
GetEnrichmentProfileResponseTypedDict,
|
374
|
+
)
|
375
|
+
from .getfiledetails import (
|
376
|
+
GetFileDetailsGlobals,
|
377
|
+
GetFileDetailsGlobalsTypedDict,
|
378
|
+
GetFileDetailsRequest,
|
379
|
+
GetFileDetailsRequestTypedDict,
|
380
|
+
GetFileDetailsResponse,
|
381
|
+
GetFileDetailsResponseTypedDict,
|
382
|
+
)
|
383
|
+
from .getfullissuedcard import (
|
384
|
+
GetFullIssuedCardGlobals,
|
385
|
+
GetFullIssuedCardGlobalsTypedDict,
|
386
|
+
GetFullIssuedCardRequest,
|
387
|
+
GetFullIssuedCardRequestTypedDict,
|
388
|
+
GetFullIssuedCardResponse,
|
389
|
+
GetFullIssuedCardResponseTypedDict,
|
390
|
+
)
|
391
|
+
from .getissuedcard import (
|
392
|
+
GetIssuedCardGlobals,
|
393
|
+
GetIssuedCardGlobalsTypedDict,
|
394
|
+
GetIssuedCardRequest,
|
395
|
+
GetIssuedCardRequestTypedDict,
|
396
|
+
GetIssuedCardResponse,
|
397
|
+
GetIssuedCardResponseTypedDict,
|
398
|
+
)
|
399
|
+
from .getissuedcardauthorization import (
|
400
|
+
GetIssuedCardAuthorizationGlobals,
|
401
|
+
GetIssuedCardAuthorizationGlobalsTypedDict,
|
402
|
+
GetIssuedCardAuthorizationRequest,
|
403
|
+
GetIssuedCardAuthorizationRequestTypedDict,
|
404
|
+
GetIssuedCardAuthorizationResponse,
|
405
|
+
GetIssuedCardAuthorizationResponseTypedDict,
|
406
|
+
)
|
407
|
+
from .getissuedcardtransaction import (
|
408
|
+
GetIssuedCardTransactionGlobals,
|
409
|
+
GetIssuedCardTransactionGlobalsTypedDict,
|
410
|
+
GetIssuedCardTransactionRequest,
|
411
|
+
GetIssuedCardTransactionRequestTypedDict,
|
412
|
+
GetIssuedCardTransactionResponse,
|
413
|
+
GetIssuedCardTransactionResponseTypedDict,
|
414
|
+
)
|
415
|
+
from .getmerchantprocessingagreement import (
|
416
|
+
GetMerchantProcessingAgreementGlobals,
|
417
|
+
GetMerchantProcessingAgreementGlobalsTypedDict,
|
418
|
+
GetMerchantProcessingAgreementRequest,
|
419
|
+
GetMerchantProcessingAgreementRequestTypedDict,
|
420
|
+
GetMerchantProcessingAgreementResponse,
|
421
|
+
GetMerchantProcessingAgreementResponseTypedDict,
|
422
|
+
)
|
423
|
+
from .getonboardinginvite import (
|
424
|
+
GetOnboardingInviteGlobals,
|
425
|
+
GetOnboardingInviteGlobalsTypedDict,
|
426
|
+
GetOnboardingInviteRequest,
|
427
|
+
GetOnboardingInviteRequestTypedDict,
|
428
|
+
GetOnboardingInviteResponse,
|
429
|
+
GetOnboardingInviteResponseTypedDict,
|
430
|
+
)
|
431
|
+
from .getpaymentlink import (
|
432
|
+
GetPaymentLinkGlobals,
|
433
|
+
GetPaymentLinkGlobalsTypedDict,
|
434
|
+
GetPaymentLinkRequest,
|
435
|
+
GetPaymentLinkRequestTypedDict,
|
436
|
+
GetPaymentLinkResponse,
|
437
|
+
GetPaymentLinkResponseTypedDict,
|
438
|
+
)
|
439
|
+
from .getpaymentlinkqrcode import (
|
440
|
+
GetPaymentLinkQRCodeGlobals,
|
441
|
+
GetPaymentLinkQRCodeGlobalsTypedDict,
|
442
|
+
GetPaymentLinkQRCodeRequest,
|
443
|
+
GetPaymentLinkQRCodeRequestTypedDict,
|
444
|
+
GetPaymentLinkQRCodeResponse,
|
445
|
+
GetPaymentLinkQRCodeResponseResult,
|
446
|
+
GetPaymentLinkQRCodeResponseResultTypedDict,
|
447
|
+
GetPaymentLinkQRCodeResponseTypedDict,
|
448
|
+
)
|
449
|
+
from .getpaymentmethod import (
|
450
|
+
GetPaymentMethodGlobals,
|
451
|
+
GetPaymentMethodGlobalsTypedDict,
|
452
|
+
GetPaymentMethodRequest,
|
453
|
+
GetPaymentMethodRequestTypedDict,
|
454
|
+
GetPaymentMethodResponse,
|
455
|
+
GetPaymentMethodResponseTypedDict,
|
456
|
+
)
|
457
|
+
from .getrefund import (
|
458
|
+
GetRefundGlobals,
|
459
|
+
GetRefundGlobalsTypedDict,
|
460
|
+
GetRefundRequest,
|
461
|
+
GetRefundRequestTypedDict,
|
462
|
+
GetRefundResponse,
|
463
|
+
GetRefundResponseTypedDict,
|
464
|
+
)
|
465
|
+
from .getrepresentative import (
|
466
|
+
GetRepresentativeGlobals,
|
467
|
+
GetRepresentativeGlobalsTypedDict,
|
468
|
+
GetRepresentativeRequest,
|
469
|
+
GetRepresentativeRequestTypedDict,
|
470
|
+
GetRepresentativeResponse,
|
471
|
+
GetRepresentativeResponseTypedDict,
|
472
|
+
)
|
473
|
+
from .getscheduledoccurrence import (
|
474
|
+
GetScheduledOccurrenceGlobals,
|
475
|
+
GetScheduledOccurrenceGlobalsTypedDict,
|
476
|
+
GetScheduledOccurrenceRequest,
|
477
|
+
GetScheduledOccurrenceRequestTypedDict,
|
478
|
+
GetScheduledOccurrenceResponse,
|
479
|
+
GetScheduledOccurrenceResponseTypedDict,
|
480
|
+
)
|
481
|
+
from .getschedules import (
|
482
|
+
GetSchedulesGlobals,
|
483
|
+
GetSchedulesGlobalsTypedDict,
|
484
|
+
GetSchedulesRequest,
|
485
|
+
GetSchedulesRequestTypedDict,
|
486
|
+
GetSchedulesResponse,
|
487
|
+
GetSchedulesResponseTypedDict,
|
488
|
+
)
|
489
|
+
from .getsweep import (
|
490
|
+
GetSweepGlobals,
|
491
|
+
GetSweepGlobalsTypedDict,
|
492
|
+
GetSweepRequest,
|
493
|
+
GetSweepRequestTypedDict,
|
494
|
+
GetSweepResponse,
|
495
|
+
GetSweepResponseTypedDict,
|
496
|
+
)
|
497
|
+
from .getsweepconfig import (
|
498
|
+
GetSweepConfigGlobals,
|
499
|
+
GetSweepConfigGlobalsTypedDict,
|
500
|
+
GetSweepConfigRequest,
|
501
|
+
GetSweepConfigRequestTypedDict,
|
502
|
+
GetSweepConfigResponse,
|
503
|
+
GetSweepConfigResponseTypedDict,
|
504
|
+
)
|
505
|
+
from .getterminalapplication import (
|
506
|
+
GetTerminalApplicationGlobals,
|
507
|
+
GetTerminalApplicationGlobalsTypedDict,
|
508
|
+
GetTerminalApplicationRequest,
|
509
|
+
GetTerminalApplicationRequestTypedDict,
|
510
|
+
GetTerminalApplicationResponse,
|
511
|
+
GetTerminalApplicationResponseTypedDict,
|
512
|
+
)
|
513
|
+
from .getterminalconfiguration import (
|
514
|
+
GetTerminalConfigurationGlobals,
|
515
|
+
GetTerminalConfigurationGlobalsTypedDict,
|
516
|
+
GetTerminalConfigurationRequest,
|
517
|
+
GetTerminalConfigurationRequestTypedDict,
|
518
|
+
GetTerminalConfigurationResponse,
|
519
|
+
GetTerminalConfigurationResponseTypedDict,
|
520
|
+
)
|
521
|
+
from .gettermsofservicetoken import (
|
522
|
+
GetTermsOfServiceTokenGlobals,
|
523
|
+
GetTermsOfServiceTokenGlobalsTypedDict,
|
524
|
+
GetTermsOfServiceTokenRequest,
|
525
|
+
GetTermsOfServiceTokenRequestTypedDict,
|
526
|
+
GetTermsOfServiceTokenResponse,
|
527
|
+
GetTermsOfServiceTokenResponseTypedDict,
|
528
|
+
)
|
529
|
+
from .gettransfer import (
|
530
|
+
GetTransferGlobals,
|
531
|
+
GetTransferGlobalsTypedDict,
|
532
|
+
GetTransferRequest,
|
533
|
+
GetTransferRequestTypedDict,
|
534
|
+
GetTransferResponse,
|
535
|
+
GetTransferResponseTypedDict,
|
536
|
+
)
|
537
|
+
from .getunderwriting import (
|
538
|
+
GetUnderwritingGlobals,
|
539
|
+
GetUnderwritingGlobalsTypedDict,
|
540
|
+
GetUnderwritingRequest,
|
541
|
+
GetUnderwritingRequestTypedDict,
|
542
|
+
GetUnderwritingResponse,
|
543
|
+
GetUnderwritingResponseTypedDict,
|
544
|
+
)
|
545
|
+
from .getwallet import (
|
546
|
+
GetWalletGlobals,
|
547
|
+
GetWalletGlobalsTypedDict,
|
548
|
+
GetWalletRequest,
|
549
|
+
GetWalletRequestTypedDict,
|
550
|
+
GetWalletResponse,
|
551
|
+
GetWalletResponseTypedDict,
|
552
|
+
)
|
553
|
+
from .getwallettransaction import (
|
554
|
+
GetWalletTransactionGlobals,
|
555
|
+
GetWalletTransactionGlobalsTypedDict,
|
556
|
+
GetWalletTransactionRequest,
|
557
|
+
GetWalletTransactionRequestTypedDict,
|
558
|
+
GetWalletTransactionResponse,
|
559
|
+
GetWalletTransactionResponseTypedDict,
|
560
|
+
)
|
561
|
+
from .initiatebankaccountverification import (
|
562
|
+
InitiateBankAccountVerificationGlobals,
|
563
|
+
InitiateBankAccountVerificationGlobalsTypedDict,
|
564
|
+
InitiateBankAccountVerificationRequest,
|
565
|
+
InitiateBankAccountVerificationRequestTypedDict,
|
566
|
+
InitiateBankAccountVerificationResponse,
|
567
|
+
InitiateBankAccountVerificationResponseTypedDict,
|
568
|
+
)
|
569
|
+
from .initiatemicrodeposits import (
|
570
|
+
InitiateMicroDepositsGlobals,
|
571
|
+
InitiateMicroDepositsGlobalsTypedDict,
|
572
|
+
InitiateMicroDepositsRequest,
|
573
|
+
InitiateMicroDepositsRequestTypedDict,
|
574
|
+
InitiateMicroDepositsResponse,
|
575
|
+
InitiateMicroDepositsResponseTypedDict,
|
576
|
+
)
|
577
|
+
from .initiaterefund import (
|
578
|
+
InitiateRefundGlobals,
|
579
|
+
InitiateRefundGlobalsTypedDict,
|
580
|
+
InitiateRefundRequest,
|
581
|
+
InitiateRefundRequestTypedDict,
|
582
|
+
InitiateRefundResponse,
|
583
|
+
InitiateRefundResponseResult,
|
584
|
+
InitiateRefundResponseResultTypedDict,
|
585
|
+
InitiateRefundResponseTypedDict,
|
586
|
+
)
|
587
|
+
from .linkaccountterminalapplication import (
|
588
|
+
LinkAccountTerminalApplicationGlobals,
|
589
|
+
LinkAccountTerminalApplicationGlobalsTypedDict,
|
590
|
+
LinkAccountTerminalApplicationRequest,
|
591
|
+
LinkAccountTerminalApplicationRequestTypedDict,
|
592
|
+
LinkAccountTerminalApplicationResponse,
|
593
|
+
LinkAccountTerminalApplicationResponseTypedDict,
|
594
|
+
)
|
595
|
+
from .linkapplepaytoken import (
|
596
|
+
LinkApplePayTokenGlobals,
|
597
|
+
LinkApplePayTokenGlobalsTypedDict,
|
598
|
+
LinkApplePayTokenRequest,
|
599
|
+
LinkApplePayTokenRequestTypedDict,
|
600
|
+
LinkApplePayTokenResponse,
|
601
|
+
LinkApplePayTokenResponseTypedDict,
|
602
|
+
)
|
603
|
+
from .linkbankaccount import (
|
604
|
+
LinkBankAccountGlobals,
|
605
|
+
LinkBankAccountGlobalsTypedDict,
|
606
|
+
LinkBankAccountRequest,
|
607
|
+
LinkBankAccountRequestTypedDict,
|
608
|
+
LinkBankAccountResponse,
|
609
|
+
LinkBankAccountResponseTypedDict,
|
610
|
+
)
|
611
|
+
from .linkcard import (
|
612
|
+
LinkCardGlobals,
|
613
|
+
LinkCardGlobalsTypedDict,
|
614
|
+
LinkCardRequest,
|
615
|
+
LinkCardRequestTypedDict,
|
616
|
+
LinkCardResponse,
|
617
|
+
LinkCardResponseTypedDict,
|
618
|
+
)
|
619
|
+
from .listaccounts import (
|
620
|
+
ListAccountsGlobals,
|
621
|
+
ListAccountsGlobalsTypedDict,
|
622
|
+
ListAccountsRequest,
|
623
|
+
ListAccountsRequestTypedDict,
|
624
|
+
ListAccountsResponse,
|
625
|
+
ListAccountsResponseTypedDict,
|
626
|
+
)
|
627
|
+
from .listaccountterminalapplications import (
|
628
|
+
ListAccountTerminalApplicationsGlobals,
|
629
|
+
ListAccountTerminalApplicationsGlobalsTypedDict,
|
630
|
+
ListAccountTerminalApplicationsRequest,
|
631
|
+
ListAccountTerminalApplicationsRequestTypedDict,
|
632
|
+
ListAccountTerminalApplicationsResponse,
|
633
|
+
ListAccountTerminalApplicationsResponseTypedDict,
|
634
|
+
)
|
635
|
+
from .listadjustments import (
|
636
|
+
ListAdjustmentsGlobals,
|
637
|
+
ListAdjustmentsGlobalsTypedDict,
|
638
|
+
ListAdjustmentsRequest,
|
639
|
+
ListAdjustmentsRequestTypedDict,
|
640
|
+
ListAdjustmentsResponse,
|
641
|
+
ListAdjustmentsResponseTypedDict,
|
642
|
+
)
|
643
|
+
from .listbankaccounts import (
|
644
|
+
ListBankAccountsGlobals,
|
645
|
+
ListBankAccountsGlobalsTypedDict,
|
646
|
+
ListBankAccountsRequest,
|
647
|
+
ListBankAccountsRequestTypedDict,
|
648
|
+
ListBankAccountsResponse,
|
649
|
+
ListBankAccountsResponseTypedDict,
|
650
|
+
)
|
651
|
+
from .listcapabilities import (
|
652
|
+
ListCapabilitiesGlobals,
|
653
|
+
ListCapabilitiesGlobalsTypedDict,
|
654
|
+
ListCapabilitiesRequest,
|
655
|
+
ListCapabilitiesRequestTypedDict,
|
656
|
+
ListCapabilitiesResponse,
|
657
|
+
ListCapabilitiesResponseTypedDict,
|
658
|
+
)
|
659
|
+
from .listcards import (
|
660
|
+
ListCardsGlobals,
|
661
|
+
ListCardsGlobalsTypedDict,
|
662
|
+
ListCardsRequest,
|
663
|
+
ListCardsRequestTypedDict,
|
664
|
+
ListCardsResponse,
|
665
|
+
ListCardsResponseTypedDict,
|
666
|
+
)
|
667
|
+
from .listdisputeevidence import (
|
668
|
+
ListDisputeEvidenceGlobals,
|
669
|
+
ListDisputeEvidenceGlobalsTypedDict,
|
670
|
+
ListDisputeEvidenceRequest,
|
671
|
+
ListDisputeEvidenceRequestTypedDict,
|
672
|
+
ListDisputeEvidenceResponse,
|
673
|
+
ListDisputeEvidenceResponseTypedDict,
|
674
|
+
)
|
675
|
+
from .listdisputes import (
|
676
|
+
ListDisputesGlobals,
|
677
|
+
ListDisputesGlobalsTypedDict,
|
678
|
+
ListDisputesRequest,
|
679
|
+
ListDisputesRequestTypedDict,
|
680
|
+
ListDisputesResponse,
|
681
|
+
ListDisputesResponseTypedDict,
|
682
|
+
)
|
683
|
+
from .listfeeplanagreements import (
|
684
|
+
ListFeePlanAgreementsGlobals,
|
685
|
+
ListFeePlanAgreementsGlobalsTypedDict,
|
686
|
+
ListFeePlanAgreementsRequest,
|
687
|
+
ListFeePlanAgreementsRequestTypedDict,
|
688
|
+
ListFeePlanAgreementsResponse,
|
689
|
+
ListFeePlanAgreementsResponseTypedDict,
|
690
|
+
)
|
691
|
+
from .listfeeplans import (
|
692
|
+
ListFeePlansGlobals,
|
693
|
+
ListFeePlansGlobalsTypedDict,
|
694
|
+
ListFeePlansRequest,
|
695
|
+
ListFeePlansRequestTypedDict,
|
696
|
+
ListFeePlansResponse,
|
697
|
+
ListFeePlansResponseTypedDict,
|
698
|
+
)
|
699
|
+
from .listfeesfetch import (
|
700
|
+
ListFeesFetchGlobals,
|
701
|
+
ListFeesFetchGlobalsTypedDict,
|
702
|
+
ListFeesFetchRequest,
|
703
|
+
ListFeesFetchRequestTypedDict,
|
704
|
+
ListFeesFetchResponse,
|
705
|
+
ListFeesFetchResponseTypedDict,
|
706
|
+
)
|
707
|
+
from .listfiles import (
|
708
|
+
ListFilesGlobals,
|
709
|
+
ListFilesGlobalsTypedDict,
|
710
|
+
ListFilesRequest,
|
711
|
+
ListFilesRequestTypedDict,
|
712
|
+
ListFilesResponse,
|
713
|
+
ListFilesResponseTypedDict,
|
714
|
+
)
|
715
|
+
from .listindustries import (
|
716
|
+
ListIndustriesGlobals,
|
717
|
+
ListIndustriesGlobalsTypedDict,
|
718
|
+
ListIndustriesRequest,
|
719
|
+
ListIndustriesRequestTypedDict,
|
720
|
+
ListIndustriesResponse,
|
721
|
+
ListIndustriesResponseTypedDict,
|
722
|
+
)
|
723
|
+
from .listinstitutions import (
|
724
|
+
ListInstitutionsGlobals,
|
725
|
+
ListInstitutionsGlobalsTypedDict,
|
726
|
+
ListInstitutionsRequest,
|
727
|
+
ListInstitutionsRequestTypedDict,
|
728
|
+
ListInstitutionsResponse,
|
729
|
+
ListInstitutionsResponseTypedDict,
|
730
|
+
)
|
731
|
+
from .listissuedcardauthorizationevents import (
|
732
|
+
ListIssuedCardAuthorizationEventsGlobals,
|
733
|
+
ListIssuedCardAuthorizationEventsGlobalsTypedDict,
|
734
|
+
ListIssuedCardAuthorizationEventsRequest,
|
735
|
+
ListIssuedCardAuthorizationEventsRequestTypedDict,
|
736
|
+
ListIssuedCardAuthorizationEventsResponse,
|
737
|
+
ListIssuedCardAuthorizationEventsResponseTypedDict,
|
738
|
+
)
|
739
|
+
from .listissuedcardauthorizations import (
|
740
|
+
ListIssuedCardAuthorizationsGlobals,
|
741
|
+
ListIssuedCardAuthorizationsGlobalsTypedDict,
|
742
|
+
ListIssuedCardAuthorizationsRequest,
|
743
|
+
ListIssuedCardAuthorizationsRequestTypedDict,
|
744
|
+
ListIssuedCardAuthorizationsResponse,
|
745
|
+
ListIssuedCardAuthorizationsResponseTypedDict,
|
746
|
+
)
|
747
|
+
from .listissuedcards import (
|
748
|
+
ListIssuedCardsGlobals,
|
749
|
+
ListIssuedCardsGlobalsTypedDict,
|
750
|
+
ListIssuedCardsRequest,
|
751
|
+
ListIssuedCardsRequestTypedDict,
|
752
|
+
ListIssuedCardsResponse,
|
753
|
+
ListIssuedCardsResponseTypedDict,
|
754
|
+
)
|
755
|
+
from .listissuedcardtransactions import (
|
756
|
+
ListIssuedCardTransactionsGlobals,
|
757
|
+
ListIssuedCardTransactionsGlobalsTypedDict,
|
758
|
+
ListIssuedCardTransactionsRequest,
|
759
|
+
ListIssuedCardTransactionsRequestTypedDict,
|
760
|
+
ListIssuedCardTransactionsResponse,
|
761
|
+
ListIssuedCardTransactionsResponseTypedDict,
|
762
|
+
)
|
763
|
+
from .listonboardinginvites import (
|
764
|
+
ListOnboardingInvitesGlobals,
|
765
|
+
ListOnboardingInvitesGlobalsTypedDict,
|
766
|
+
ListOnboardingInvitesRequest,
|
767
|
+
ListOnboardingInvitesRequestTypedDict,
|
768
|
+
ListOnboardingInvitesResponse,
|
769
|
+
ListOnboardingInvitesResponseTypedDict,
|
770
|
+
)
|
771
|
+
from .listpartnerpricing import (
|
772
|
+
ListPartnerPricingGlobals,
|
773
|
+
ListPartnerPricingGlobalsTypedDict,
|
774
|
+
ListPartnerPricingRequest,
|
775
|
+
ListPartnerPricingRequestTypedDict,
|
776
|
+
ListPartnerPricingResponse,
|
777
|
+
ListPartnerPricingResponseTypedDict,
|
778
|
+
)
|
779
|
+
from .listpartnerpricingagreements import (
|
780
|
+
ListPartnerPricingAgreementsGlobals,
|
781
|
+
ListPartnerPricingAgreementsGlobalsTypedDict,
|
782
|
+
ListPartnerPricingAgreementsRequest,
|
783
|
+
ListPartnerPricingAgreementsRequestTypedDict,
|
784
|
+
ListPartnerPricingAgreementsResponse,
|
785
|
+
ListPartnerPricingAgreementsResponseTypedDict,
|
786
|
+
)
|
787
|
+
from .listpaymentlinks import (
|
788
|
+
ListPaymentLinksGlobals,
|
789
|
+
ListPaymentLinksGlobalsTypedDict,
|
790
|
+
ListPaymentLinksRequest,
|
791
|
+
ListPaymentLinksRequestTypedDict,
|
792
|
+
ListPaymentLinksResponse,
|
793
|
+
ListPaymentLinksResponseTypedDict,
|
794
|
+
)
|
795
|
+
from .listpaymentmethods import (
|
796
|
+
ListPaymentMethodsGlobals,
|
797
|
+
ListPaymentMethodsGlobalsTypedDict,
|
798
|
+
ListPaymentMethodsRequest,
|
799
|
+
ListPaymentMethodsRequestTypedDict,
|
800
|
+
ListPaymentMethodsResponse,
|
801
|
+
ListPaymentMethodsResponseTypedDict,
|
802
|
+
)
|
803
|
+
from .listreceipts import (
|
804
|
+
ListReceiptsGlobals,
|
805
|
+
ListReceiptsGlobalsTypedDict,
|
806
|
+
ListReceiptsRequest,
|
807
|
+
ListReceiptsRequestTypedDict,
|
808
|
+
ListReceiptsResponse,
|
809
|
+
ListReceiptsResponseTypedDict,
|
810
|
+
)
|
811
|
+
from .listrefunds import (
|
812
|
+
ListRefundsGlobals,
|
813
|
+
ListRefundsGlobalsTypedDict,
|
814
|
+
ListRefundsRequest,
|
815
|
+
ListRefundsRequestTypedDict,
|
816
|
+
ListRefundsResponse,
|
817
|
+
ListRefundsResponseTypedDict,
|
818
|
+
)
|
819
|
+
from .listrepresentatives import (
|
820
|
+
ListRepresentativesGlobals,
|
821
|
+
ListRepresentativesGlobalsTypedDict,
|
822
|
+
ListRepresentativesRequest,
|
823
|
+
ListRepresentativesRequestTypedDict,
|
824
|
+
ListRepresentativesResponse,
|
825
|
+
ListRepresentativesResponseTypedDict,
|
826
|
+
)
|
827
|
+
from .listschedules import (
|
828
|
+
Hydrate,
|
829
|
+
ListSchedulesGlobals,
|
830
|
+
ListSchedulesGlobalsTypedDict,
|
831
|
+
ListSchedulesRequest,
|
832
|
+
ListSchedulesRequestTypedDict,
|
833
|
+
ListSchedulesResponse,
|
834
|
+
ListSchedulesResponseTypedDict,
|
835
|
+
)
|
836
|
+
from .listsweepconfigs import (
|
837
|
+
ListSweepConfigsGlobals,
|
838
|
+
ListSweepConfigsGlobalsTypedDict,
|
839
|
+
ListSweepConfigsRequest,
|
840
|
+
ListSweepConfigsRequestTypedDict,
|
841
|
+
ListSweepConfigsResponse,
|
842
|
+
ListSweepConfigsResponseTypedDict,
|
843
|
+
)
|
844
|
+
from .listsweeps import (
|
845
|
+
ListSweepsGlobals,
|
846
|
+
ListSweepsGlobalsTypedDict,
|
847
|
+
ListSweepsRequest,
|
848
|
+
ListSweepsRequestTypedDict,
|
849
|
+
ListSweepsResponse,
|
850
|
+
ListSweepsResponseTypedDict,
|
851
|
+
)
|
852
|
+
from .listterminalapplications import (
|
853
|
+
ListTerminalApplicationsGlobals,
|
854
|
+
ListTerminalApplicationsGlobalsTypedDict,
|
855
|
+
ListTerminalApplicationsRequest,
|
856
|
+
ListTerminalApplicationsRequestTypedDict,
|
857
|
+
ListTerminalApplicationsResponse,
|
858
|
+
ListTerminalApplicationsResponseTypedDict,
|
859
|
+
)
|
860
|
+
from .listtransfers import (
|
861
|
+
ListTransfersGlobals,
|
862
|
+
ListTransfersGlobalsTypedDict,
|
863
|
+
ListTransfersRequest,
|
864
|
+
ListTransfersRequestTypedDict,
|
865
|
+
ListTransfersResponse,
|
866
|
+
ListTransfersResponseTypedDict,
|
867
|
+
)
|
868
|
+
from .listwallets import (
|
869
|
+
ListWalletsGlobals,
|
870
|
+
ListWalletsGlobalsTypedDict,
|
871
|
+
ListWalletsRequest,
|
872
|
+
ListWalletsRequestTypedDict,
|
873
|
+
ListWalletsResponse,
|
874
|
+
ListWalletsResponseTypedDict,
|
875
|
+
)
|
876
|
+
from .listwallettransactions import (
|
877
|
+
ListWalletTransactionsGlobals,
|
878
|
+
ListWalletTransactionsGlobalsTypedDict,
|
879
|
+
ListWalletTransactionsRequest,
|
880
|
+
ListWalletTransactionsRequestTypedDict,
|
881
|
+
ListWalletTransactionsResponse,
|
882
|
+
ListWalletTransactionsResponseTypedDict,
|
883
|
+
)
|
884
|
+
from .ping import (
|
885
|
+
PingGlobals,
|
886
|
+
PingGlobalsTypedDict,
|
887
|
+
PingRequest,
|
888
|
+
PingRequestTypedDict,
|
889
|
+
PingResponse,
|
890
|
+
PingResponseTypedDict,
|
891
|
+
)
|
892
|
+
from .registerapplepaymerchantdomains import (
|
893
|
+
RegisterApplePayMerchantDomainsGlobals,
|
894
|
+
RegisterApplePayMerchantDomainsGlobalsTypedDict,
|
895
|
+
RegisterApplePayMerchantDomainsRequest,
|
896
|
+
RegisterApplePayMerchantDomainsRequestTypedDict,
|
897
|
+
RegisterApplePayMerchantDomainsResponse,
|
898
|
+
RegisterApplePayMerchantDomainsResponseTypedDict,
|
899
|
+
)
|
900
|
+
from .requestcapabilities import (
|
901
|
+
RequestCapabilitiesGlobals,
|
902
|
+
RequestCapabilitiesGlobalsTypedDict,
|
903
|
+
RequestCapabilitiesRequest,
|
904
|
+
RequestCapabilitiesRequestTypedDict,
|
905
|
+
RequestCapabilitiesResponse,
|
906
|
+
RequestCapabilitiesResponseTypedDict,
|
907
|
+
)
|
908
|
+
from .requestcard import (
|
909
|
+
RequestCardGlobals,
|
910
|
+
RequestCardGlobalsTypedDict,
|
911
|
+
RequestCardRequest,
|
912
|
+
RequestCardRequestTypedDict,
|
913
|
+
RequestCardResponse,
|
914
|
+
RequestCardResponseTypedDict,
|
915
|
+
)
|
916
|
+
from .retrievefees import (
|
917
|
+
RetrieveFeesGlobals,
|
918
|
+
RetrieveFeesGlobalsTypedDict,
|
919
|
+
RetrieveFeesRequest,
|
920
|
+
RetrieveFeesRequestTypedDict,
|
921
|
+
RetrieveFeesResponse,
|
922
|
+
RetrieveFeesResponseTypedDict,
|
923
|
+
)
|
924
|
+
from .revokeaccesstoken import (
|
925
|
+
RevokeAccessTokenGlobals,
|
926
|
+
RevokeAccessTokenGlobalsTypedDict,
|
927
|
+
RevokeAccessTokenResponse,
|
928
|
+
RevokeAccessTokenResponseTypedDict,
|
929
|
+
)
|
930
|
+
from .revokeonboardinginvite import (
|
931
|
+
RevokeOnboardingInviteGlobals,
|
932
|
+
RevokeOnboardingInviteGlobalsTypedDict,
|
933
|
+
RevokeOnboardingInviteRequest,
|
934
|
+
RevokeOnboardingInviteRequestTypedDict,
|
935
|
+
RevokeOnboardingInviteResponse,
|
936
|
+
RevokeOnboardingInviteResponseTypedDict,
|
937
|
+
)
|
938
|
+
from .submitdisputeevidence import (
|
939
|
+
SubmitDisputeEvidenceGlobals,
|
940
|
+
SubmitDisputeEvidenceGlobalsTypedDict,
|
941
|
+
SubmitDisputeEvidenceRequest,
|
942
|
+
SubmitDisputeEvidenceRequestTypedDict,
|
943
|
+
SubmitDisputeEvidenceResponse,
|
944
|
+
SubmitDisputeEvidenceResponseTypedDict,
|
945
|
+
)
|
946
|
+
from .testendtoendtoken import (
|
947
|
+
TestEndToEndTokenGlobals,
|
948
|
+
TestEndToEndTokenGlobalsTypedDict,
|
949
|
+
TestEndToEndTokenResponse,
|
950
|
+
TestEndToEndTokenResponseTypedDict,
|
951
|
+
)
|
952
|
+
from .updateaccount import (
|
953
|
+
UpdateAccountGlobals,
|
954
|
+
UpdateAccountGlobalsTypedDict,
|
955
|
+
UpdateAccountRequest,
|
956
|
+
UpdateAccountRequestTypedDict,
|
957
|
+
UpdateAccountResponse,
|
958
|
+
UpdateAccountResponseTypedDict,
|
959
|
+
)
|
960
|
+
from .updateapplepaymerchantdomains import (
|
961
|
+
UpdateApplePayMerchantDomainsGlobals,
|
962
|
+
UpdateApplePayMerchantDomainsGlobalsTypedDict,
|
963
|
+
UpdateApplePayMerchantDomainsRequest,
|
964
|
+
UpdateApplePayMerchantDomainsRequestTypedDict,
|
965
|
+
UpdateApplePayMerchantDomainsResponse,
|
966
|
+
UpdateApplePayMerchantDomainsResponseTypedDict,
|
967
|
+
)
|
968
|
+
from .updatebrand import (
|
969
|
+
UpdateBrandGlobals,
|
970
|
+
UpdateBrandGlobalsTypedDict,
|
971
|
+
UpdateBrandRequest,
|
972
|
+
UpdateBrandRequestTypedDict,
|
973
|
+
UpdateBrandResponse,
|
974
|
+
UpdateBrandResponseTypedDict,
|
975
|
+
)
|
976
|
+
from .updatecard import (
|
977
|
+
UpdateCardGlobals,
|
978
|
+
UpdateCardGlobalsTypedDict,
|
979
|
+
UpdateCardRequest,
|
980
|
+
UpdateCardRequestTypedDict,
|
981
|
+
UpdateCardResponse,
|
982
|
+
UpdateCardResponseTypedDict,
|
983
|
+
)
|
984
|
+
from .updatedisputeevidence import (
|
985
|
+
UpdateDisputeEvidenceGlobals,
|
986
|
+
UpdateDisputeEvidenceGlobalsTypedDict,
|
987
|
+
UpdateDisputeEvidenceRequest,
|
988
|
+
UpdateDisputeEvidenceRequestTypedDict,
|
989
|
+
UpdateDisputeEvidenceResponse,
|
990
|
+
UpdateDisputeEvidenceResponseTypedDict,
|
991
|
+
)
|
992
|
+
from .updateissuedcard import (
|
993
|
+
UpdateIssuedCardGlobals,
|
994
|
+
UpdateIssuedCardGlobalsTypedDict,
|
995
|
+
UpdateIssuedCardRequest,
|
996
|
+
UpdateIssuedCardRequestTypedDict,
|
997
|
+
UpdateIssuedCardResponse,
|
998
|
+
UpdateIssuedCardResponseTypedDict,
|
999
|
+
)
|
1000
|
+
from .updatepaymentlink import (
|
1001
|
+
UpdatePaymentLinkGlobals,
|
1002
|
+
UpdatePaymentLinkGlobalsTypedDict,
|
1003
|
+
UpdatePaymentLinkRequest,
|
1004
|
+
UpdatePaymentLinkRequestTypedDict,
|
1005
|
+
UpdatePaymentLinkResponse,
|
1006
|
+
UpdatePaymentLinkResponseTypedDict,
|
1007
|
+
)
|
1008
|
+
from .updaterepresentative import (
|
1009
|
+
UpdateRepresentativeGlobals,
|
1010
|
+
UpdateRepresentativeGlobalsTypedDict,
|
1011
|
+
UpdateRepresentativeRequest,
|
1012
|
+
UpdateRepresentativeRequestTypedDict,
|
1013
|
+
UpdateRepresentativeResponse,
|
1014
|
+
UpdateRepresentativeResponseTypedDict,
|
1015
|
+
)
|
1016
|
+
from .updateschedule import (
|
1017
|
+
UpdateScheduleGlobals,
|
1018
|
+
UpdateScheduleGlobalsTypedDict,
|
1019
|
+
UpdateScheduleRequest,
|
1020
|
+
UpdateScheduleRequestTypedDict,
|
1021
|
+
UpdateScheduleResponse,
|
1022
|
+
UpdateScheduleResponseTypedDict,
|
1023
|
+
)
|
1024
|
+
from .updatesweepconfig import (
|
1025
|
+
UpdateSweepConfigGlobals,
|
1026
|
+
UpdateSweepConfigGlobalsTypedDict,
|
1027
|
+
UpdateSweepConfigRequest,
|
1028
|
+
UpdateSweepConfigRequestTypedDict,
|
1029
|
+
UpdateSweepConfigResponse,
|
1030
|
+
UpdateSweepConfigResponseTypedDict,
|
1031
|
+
)
|
1032
|
+
from .updatetransfer import (
|
1033
|
+
UpdateTransferGlobals,
|
1034
|
+
UpdateTransferGlobalsTypedDict,
|
1035
|
+
UpdateTransferRequest,
|
1036
|
+
UpdateTransferRequestTypedDict,
|
1037
|
+
UpdateTransferResponse,
|
1038
|
+
UpdateTransferResponseTypedDict,
|
1039
|
+
)
|
1040
|
+
from .uploaddisputeevidencefile import (
|
1041
|
+
UploadDisputeEvidenceFileGlobals,
|
1042
|
+
UploadDisputeEvidenceFileGlobalsTypedDict,
|
1043
|
+
UploadDisputeEvidenceFileRequest,
|
1044
|
+
UploadDisputeEvidenceFileRequestTypedDict,
|
1045
|
+
UploadDisputeEvidenceFileResponse,
|
1046
|
+
UploadDisputeEvidenceFileResponseTypedDict,
|
1047
|
+
)
|
1048
|
+
from .uploaddisputeevidencetext import (
|
1049
|
+
UploadDisputeEvidenceTextGlobals,
|
1050
|
+
UploadDisputeEvidenceTextGlobalsTypedDict,
|
1051
|
+
UploadDisputeEvidenceTextRequest,
|
1052
|
+
UploadDisputeEvidenceTextRequestTypedDict,
|
1053
|
+
UploadDisputeEvidenceTextResponse,
|
1054
|
+
UploadDisputeEvidenceTextResponseTypedDict,
|
1055
|
+
)
|
1056
|
+
from .uploadfile import (
|
1057
|
+
UploadFileGlobals,
|
1058
|
+
UploadFileGlobalsTypedDict,
|
1059
|
+
UploadFileRequest,
|
1060
|
+
UploadFileRequestTypedDict,
|
1061
|
+
UploadFileResponse,
|
1062
|
+
UploadFileResponseTypedDict,
|
1063
|
+
)
|
1064
|
+
from .upsertbrand import (
|
1065
|
+
UpsertBrandGlobals,
|
1066
|
+
UpsertBrandGlobalsTypedDict,
|
1067
|
+
UpsertBrandRequest,
|
1068
|
+
UpsertBrandRequestTypedDict,
|
1069
|
+
UpsertBrandResponse,
|
1070
|
+
UpsertBrandResponseTypedDict,
|
1071
|
+
)
|
1072
|
+
from .upsertunderwriting import (
|
1073
|
+
UpsertUnderwritingGlobals,
|
1074
|
+
UpsertUnderwritingGlobalsTypedDict,
|
1075
|
+
UpsertUnderwritingRequest,
|
1076
|
+
UpsertUnderwritingRequestTypedDict,
|
1077
|
+
UpsertUnderwritingResponse,
|
1078
|
+
UpsertUnderwritingResponseTypedDict,
|
1079
|
+
)
|
1077
1080
|
|
1078
1081
|
__all__ = [
|
1079
1082
|
"AcceptDisputeGlobals",
|
@@ -1880,3 +1883,835 @@ __all__ = [
|
|
1880
1883
|
"UpsertUnderwritingResponse",
|
1881
1884
|
"UpsertUnderwritingResponseTypedDict",
|
1882
1885
|
]
|
1886
|
+
|
1887
|
+
_dynamic_imports: dict[str, str] = {
|
1888
|
+
"AcceptDisputeGlobals": ".acceptdispute",
|
1889
|
+
"AcceptDisputeGlobalsTypedDict": ".acceptdispute",
|
1890
|
+
"AcceptDisputeRequest": ".acceptdispute",
|
1891
|
+
"AcceptDisputeRequestTypedDict": ".acceptdispute",
|
1892
|
+
"AcceptDisputeResponse": ".acceptdispute",
|
1893
|
+
"AcceptDisputeResponseTypedDict": ".acceptdispute",
|
1894
|
+
"AssignAccountCountriesGlobals": ".assignaccountcountries",
|
1895
|
+
"AssignAccountCountriesGlobalsTypedDict": ".assignaccountcountries",
|
1896
|
+
"AssignAccountCountriesRequest": ".assignaccountcountries",
|
1897
|
+
"AssignAccountCountriesRequestTypedDict": ".assignaccountcountries",
|
1898
|
+
"AssignAccountCountriesResponse": ".assignaccountcountries",
|
1899
|
+
"AssignAccountCountriesResponseTypedDict": ".assignaccountcountries",
|
1900
|
+
"CancelScheduleGlobals": ".cancelschedule",
|
1901
|
+
"CancelScheduleGlobalsTypedDict": ".cancelschedule",
|
1902
|
+
"CancelScheduleRequest": ".cancelschedule",
|
1903
|
+
"CancelScheduleRequestTypedDict": ".cancelschedule",
|
1904
|
+
"CancelScheduleResponse": ".cancelschedule",
|
1905
|
+
"CancelScheduleResponseTypedDict": ".cancelschedule",
|
1906
|
+
"CompleteBankAccountVerificationGlobals": ".completebankaccountverification",
|
1907
|
+
"CompleteBankAccountVerificationGlobalsTypedDict": ".completebankaccountverification",
|
1908
|
+
"CompleteBankAccountVerificationRequest": ".completebankaccountverification",
|
1909
|
+
"CompleteBankAccountVerificationRequestTypedDict": ".completebankaccountverification",
|
1910
|
+
"CompleteBankAccountVerificationResponse": ".completebankaccountverification",
|
1911
|
+
"CompleteBankAccountVerificationResponseTypedDict": ".completebankaccountverification",
|
1912
|
+
"CompleteMicroDepositsGlobals": ".completemicrodeposits",
|
1913
|
+
"CompleteMicroDepositsGlobalsTypedDict": ".completemicrodeposits",
|
1914
|
+
"CompleteMicroDepositsRequest": ".completemicrodeposits",
|
1915
|
+
"CompleteMicroDepositsRequestTypedDict": ".completemicrodeposits",
|
1916
|
+
"CompleteMicroDepositsResponse": ".completemicrodeposits",
|
1917
|
+
"CompleteMicroDepositsResponseTypedDict": ".completemicrodeposits",
|
1918
|
+
"CreateAccessTokenGlobals": ".createaccesstoken",
|
1919
|
+
"CreateAccessTokenGlobalsTypedDict": ".createaccesstoken",
|
1920
|
+
"CreateAccessTokenResponse": ".createaccesstoken",
|
1921
|
+
"CreateAccessTokenResponseTypedDict": ".createaccesstoken",
|
1922
|
+
"CreateAccountGlobals": ".createaccount",
|
1923
|
+
"CreateAccountGlobalsTypedDict": ".createaccount",
|
1924
|
+
"CreateAccountResponse": ".createaccount",
|
1925
|
+
"CreateAccountResponseTypedDict": ".createaccount",
|
1926
|
+
"CreateApplePaySessionGlobals": ".createapplepaysession",
|
1927
|
+
"CreateApplePaySessionGlobalsTypedDict": ".createapplepaysession",
|
1928
|
+
"CreateApplePaySessionRequest": ".createapplepaysession",
|
1929
|
+
"CreateApplePaySessionRequestTypedDict": ".createapplepaysession",
|
1930
|
+
"CreateApplePaySessionResponse": ".createapplepaysession",
|
1931
|
+
"CreateApplePaySessionResponseTypedDict": ".createapplepaysession",
|
1932
|
+
"CreateBrandGlobals": ".createbrand",
|
1933
|
+
"CreateBrandGlobalsTypedDict": ".createbrand",
|
1934
|
+
"CreateBrandRequest": ".createbrand",
|
1935
|
+
"CreateBrandRequestTypedDict": ".createbrand",
|
1936
|
+
"CreateBrandResponse": ".createbrand",
|
1937
|
+
"CreateBrandResponseTypedDict": ".createbrand",
|
1938
|
+
"CreateCancellationGlobals": ".createcancellation",
|
1939
|
+
"CreateCancellationGlobalsTypedDict": ".createcancellation",
|
1940
|
+
"CreateCancellationRequest": ".createcancellation",
|
1941
|
+
"CreateCancellationRequestTypedDict": ".createcancellation",
|
1942
|
+
"CreateCancellationResponse": ".createcancellation",
|
1943
|
+
"CreateCancellationResponseTypedDict": ".createcancellation",
|
1944
|
+
"CreateFeePlanAgreementsGlobals": ".createfeeplanagreements",
|
1945
|
+
"CreateFeePlanAgreementsGlobalsTypedDict": ".createfeeplanagreements",
|
1946
|
+
"CreateFeePlanAgreementsRequest": ".createfeeplanagreements",
|
1947
|
+
"CreateFeePlanAgreementsRequestTypedDict": ".createfeeplanagreements",
|
1948
|
+
"CreateFeePlanAgreementsResponse": ".createfeeplanagreements",
|
1949
|
+
"CreateFeePlanAgreementsResponseTypedDict": ".createfeeplanagreements",
|
1950
|
+
"CreateOnboardingInviteGlobals": ".createonboardinginvite",
|
1951
|
+
"CreateOnboardingInviteGlobalsTypedDict": ".createonboardinginvite",
|
1952
|
+
"CreateOnboardingInviteResponse": ".createonboardinginvite",
|
1953
|
+
"CreateOnboardingInviteResponseTypedDict": ".createonboardinginvite",
|
1954
|
+
"CreatePaymentLinkGlobals": ".createpaymentlink",
|
1955
|
+
"CreatePaymentLinkGlobalsTypedDict": ".createpaymentlink",
|
1956
|
+
"CreatePaymentLinkRequest": ".createpaymentlink",
|
1957
|
+
"CreatePaymentLinkRequestTypedDict": ".createpaymentlink",
|
1958
|
+
"CreatePaymentLinkResponse": ".createpaymentlink",
|
1959
|
+
"CreatePaymentLinkResponseTypedDict": ".createpaymentlink",
|
1960
|
+
"CreateReceiptsGlobals": ".createreceipts",
|
1961
|
+
"CreateReceiptsGlobalsTypedDict": ".createreceipts",
|
1962
|
+
"CreateReceiptsResponse": ".createreceipts",
|
1963
|
+
"CreateReceiptsResponseTypedDict": ".createreceipts",
|
1964
|
+
"CreateRepresentativeGlobals": ".createrepresentative",
|
1965
|
+
"CreateRepresentativeGlobalsTypedDict": ".createrepresentative",
|
1966
|
+
"CreateRepresentativeRequest": ".createrepresentative",
|
1967
|
+
"CreateRepresentativeRequestTypedDict": ".createrepresentative",
|
1968
|
+
"CreateRepresentativeResponse": ".createrepresentative",
|
1969
|
+
"CreateRepresentativeResponseTypedDict": ".createrepresentative",
|
1970
|
+
"CreateReversalGlobals": ".createreversal",
|
1971
|
+
"CreateReversalGlobalsTypedDict": ".createreversal",
|
1972
|
+
"CreateReversalRequest": ".createreversal",
|
1973
|
+
"CreateReversalRequestTypedDict": ".createreversal",
|
1974
|
+
"CreateReversalResponse": ".createreversal",
|
1975
|
+
"CreateReversalResponseTypedDict": ".createreversal",
|
1976
|
+
"CreateScheduleGlobals": ".createschedule",
|
1977
|
+
"CreateScheduleGlobalsTypedDict": ".createschedule",
|
1978
|
+
"CreateScheduleRequest": ".createschedule",
|
1979
|
+
"CreateScheduleRequestTypedDict": ".createschedule",
|
1980
|
+
"CreateScheduleResponse": ".createschedule",
|
1981
|
+
"CreateScheduleResponseTypedDict": ".createschedule",
|
1982
|
+
"CreateSweepConfigGlobals": ".createsweepconfig",
|
1983
|
+
"CreateSweepConfigGlobalsTypedDict": ".createsweepconfig",
|
1984
|
+
"CreateSweepConfigRequest": ".createsweepconfig",
|
1985
|
+
"CreateSweepConfigRequestTypedDict": ".createsweepconfig",
|
1986
|
+
"CreateSweepConfigResponse": ".createsweepconfig",
|
1987
|
+
"CreateSweepConfigResponseTypedDict": ".createsweepconfig",
|
1988
|
+
"CreateTerminalApplicationGlobals": ".createterminalapplication",
|
1989
|
+
"CreateTerminalApplicationGlobalsTypedDict": ".createterminalapplication",
|
1990
|
+
"CreateTerminalApplicationResponse": ".createterminalapplication",
|
1991
|
+
"CreateTerminalApplicationResponseTypedDict": ".createterminalapplication",
|
1992
|
+
"CreateTransferGlobals": ".createtransfer",
|
1993
|
+
"CreateTransferGlobalsTypedDict": ".createtransfer",
|
1994
|
+
"CreateTransferRequest": ".createtransfer",
|
1995
|
+
"CreateTransferRequestTypedDict": ".createtransfer",
|
1996
|
+
"CreateTransferResponse": ".createtransfer",
|
1997
|
+
"CreateTransferResponseResult": ".createtransfer",
|
1998
|
+
"CreateTransferResponseResultTypedDict": ".createtransfer",
|
1999
|
+
"CreateTransferResponseTypedDict": ".createtransfer",
|
2000
|
+
"CreateTransferOptionsGlobals": ".createtransferoptions",
|
2001
|
+
"CreateTransferOptionsGlobalsTypedDict": ".createtransferoptions",
|
2002
|
+
"CreateTransferOptionsResponse": ".createtransferoptions",
|
2003
|
+
"CreateTransferOptionsResponseTypedDict": ".createtransferoptions",
|
2004
|
+
"DeleteDisputeEvidenceFileGlobals": ".deletedisputeevidencefile",
|
2005
|
+
"DeleteDisputeEvidenceFileGlobalsTypedDict": ".deletedisputeevidencefile",
|
2006
|
+
"DeleteDisputeEvidenceFileRequest": ".deletedisputeevidencefile",
|
2007
|
+
"DeleteDisputeEvidenceFileRequestTypedDict": ".deletedisputeevidencefile",
|
2008
|
+
"DeleteDisputeEvidenceFileResponse": ".deletedisputeevidencefile",
|
2009
|
+
"DeleteDisputeEvidenceFileResponseTypedDict": ".deletedisputeevidencefile",
|
2010
|
+
"DeleteRepresentativeGlobals": ".deleterepresentative",
|
2011
|
+
"DeleteRepresentativeGlobalsTypedDict": ".deleterepresentative",
|
2012
|
+
"DeleteRepresentativeRequest": ".deleterepresentative",
|
2013
|
+
"DeleteRepresentativeRequestTypedDict": ".deleterepresentative",
|
2014
|
+
"DeleteRepresentativeResponse": ".deleterepresentative",
|
2015
|
+
"DeleteRepresentativeResponseTypedDict": ".deleterepresentative",
|
2016
|
+
"DeleteTerminalApplicationGlobals": ".deleteterminalapplication",
|
2017
|
+
"DeleteTerminalApplicationGlobalsTypedDict": ".deleteterminalapplication",
|
2018
|
+
"DeleteTerminalApplicationRequest": ".deleteterminalapplication",
|
2019
|
+
"DeleteTerminalApplicationRequestTypedDict": ".deleteterminalapplication",
|
2020
|
+
"DeleteTerminalApplicationResponse": ".deleteterminalapplication",
|
2021
|
+
"DeleteTerminalApplicationResponseTypedDict": ".deleteterminalapplication",
|
2022
|
+
"DisableBankAccountGlobals": ".disablebankaccount",
|
2023
|
+
"DisableBankAccountGlobalsTypedDict": ".disablebankaccount",
|
2024
|
+
"DisableBankAccountRequest": ".disablebankaccount",
|
2025
|
+
"DisableBankAccountRequestTypedDict": ".disablebankaccount",
|
2026
|
+
"DisableBankAccountResponse": ".disablebankaccount",
|
2027
|
+
"DisableBankAccountResponseTypedDict": ".disablebankaccount",
|
2028
|
+
"DisableCapabilityGlobals": ".disablecapability",
|
2029
|
+
"DisableCapabilityGlobalsTypedDict": ".disablecapability",
|
2030
|
+
"DisableCapabilityRequest": ".disablecapability",
|
2031
|
+
"DisableCapabilityRequestTypedDict": ".disablecapability",
|
2032
|
+
"DisableCapabilityResponse": ".disablecapability",
|
2033
|
+
"DisableCapabilityResponseTypedDict": ".disablecapability",
|
2034
|
+
"DisableCardGlobals": ".disablecard",
|
2035
|
+
"DisableCardGlobalsTypedDict": ".disablecard",
|
2036
|
+
"DisableCardRequest": ".disablecard",
|
2037
|
+
"DisableCardRequestTypedDict": ".disablecard",
|
2038
|
+
"DisableCardResponse": ".disablecard",
|
2039
|
+
"DisableCardResponseTypedDict": ".disablecard",
|
2040
|
+
"DisablePaymentLinkGlobals": ".disablepaymentlink",
|
2041
|
+
"DisablePaymentLinkGlobalsTypedDict": ".disablepaymentlink",
|
2042
|
+
"DisablePaymentLinkRequest": ".disablepaymentlink",
|
2043
|
+
"DisablePaymentLinkRequestTypedDict": ".disablepaymentlink",
|
2044
|
+
"DisablePaymentLinkResponse": ".disablepaymentlink",
|
2045
|
+
"DisablePaymentLinkResponseTypedDict": ".disablepaymentlink",
|
2046
|
+
"DisconnectAccountGlobals": ".disconnectaccount",
|
2047
|
+
"DisconnectAccountGlobalsTypedDict": ".disconnectaccount",
|
2048
|
+
"DisconnectAccountRequest": ".disconnectaccount",
|
2049
|
+
"DisconnectAccountRequestTypedDict": ".disconnectaccount",
|
2050
|
+
"DisconnectAccountResponse": ".disconnectaccount",
|
2051
|
+
"DisconnectAccountResponseTypedDict": ".disconnectaccount",
|
2052
|
+
"GenerateEndToEndKeyGlobals": ".generateendtoendkey",
|
2053
|
+
"GenerateEndToEndKeyGlobalsTypedDict": ".generateendtoendkey",
|
2054
|
+
"GenerateEndToEndKeyRequest": ".generateendtoendkey",
|
2055
|
+
"GenerateEndToEndKeyRequestTypedDict": ".generateendtoendkey",
|
2056
|
+
"GenerateEndToEndKeyResponse": ".generateendtoendkey",
|
2057
|
+
"GenerateEndToEndKeyResponseTypedDict": ".generateendtoendkey",
|
2058
|
+
"GetAccountGlobals": ".getaccount",
|
2059
|
+
"GetAccountGlobalsTypedDict": ".getaccount",
|
2060
|
+
"GetAccountRequest": ".getaccount",
|
2061
|
+
"GetAccountRequestTypedDict": ".getaccount",
|
2062
|
+
"GetAccountResponse": ".getaccount",
|
2063
|
+
"GetAccountResponseTypedDict": ".getaccount",
|
2064
|
+
"GetAccountCountriesGlobals": ".getaccountcountries",
|
2065
|
+
"GetAccountCountriesGlobalsTypedDict": ".getaccountcountries",
|
2066
|
+
"GetAccountCountriesRequest": ".getaccountcountries",
|
2067
|
+
"GetAccountCountriesRequestTypedDict": ".getaccountcountries",
|
2068
|
+
"GetAccountCountriesResponse": ".getaccountcountries",
|
2069
|
+
"GetAccountCountriesResponseTypedDict": ".getaccountcountries",
|
2070
|
+
"GetAccountTerminalApplicationGlobals": ".getaccountterminalapplication",
|
2071
|
+
"GetAccountTerminalApplicationGlobalsTypedDict": ".getaccountterminalapplication",
|
2072
|
+
"GetAccountTerminalApplicationRequest": ".getaccountterminalapplication",
|
2073
|
+
"GetAccountTerminalApplicationRequestTypedDict": ".getaccountterminalapplication",
|
2074
|
+
"GetAccountTerminalApplicationResponse": ".getaccountterminalapplication",
|
2075
|
+
"GetAccountTerminalApplicationResponseTypedDict": ".getaccountterminalapplication",
|
2076
|
+
"GetAdjustmentGlobals": ".getadjustment",
|
2077
|
+
"GetAdjustmentGlobalsTypedDict": ".getadjustment",
|
2078
|
+
"GetAdjustmentRequest": ".getadjustment",
|
2079
|
+
"GetAdjustmentRequestTypedDict": ".getadjustment",
|
2080
|
+
"GetAdjustmentResponse": ".getadjustment",
|
2081
|
+
"GetAdjustmentResponseTypedDict": ".getadjustment",
|
2082
|
+
"GetApplePayMerchantDomainsGlobals": ".getapplepaymerchantdomains",
|
2083
|
+
"GetApplePayMerchantDomainsGlobalsTypedDict": ".getapplepaymerchantdomains",
|
2084
|
+
"GetApplePayMerchantDomainsRequest": ".getapplepaymerchantdomains",
|
2085
|
+
"GetApplePayMerchantDomainsRequestTypedDict": ".getapplepaymerchantdomains",
|
2086
|
+
"GetApplePayMerchantDomainsResponse": ".getapplepaymerchantdomains",
|
2087
|
+
"GetApplePayMerchantDomainsResponseTypedDict": ".getapplepaymerchantdomains",
|
2088
|
+
"GetAvatarGlobals": ".getavatar",
|
2089
|
+
"GetAvatarGlobalsTypedDict": ".getavatar",
|
2090
|
+
"GetAvatarRequest": ".getavatar",
|
2091
|
+
"GetAvatarRequestTypedDict": ".getavatar",
|
2092
|
+
"GetAvatarResponse": ".getavatar",
|
2093
|
+
"GetAvatarResponseTypedDict": ".getavatar",
|
2094
|
+
"GetBankAccountGlobals": ".getbankaccount",
|
2095
|
+
"GetBankAccountGlobalsTypedDict": ".getbankaccount",
|
2096
|
+
"GetBankAccountRequest": ".getbankaccount",
|
2097
|
+
"GetBankAccountRequestTypedDict": ".getbankaccount",
|
2098
|
+
"GetBankAccountResponse": ".getbankaccount",
|
2099
|
+
"GetBankAccountResponseTypedDict": ".getbankaccount",
|
2100
|
+
"GetBankAccountVerificationGlobals": ".getbankaccountverification",
|
2101
|
+
"GetBankAccountVerificationGlobalsTypedDict": ".getbankaccountverification",
|
2102
|
+
"GetBankAccountVerificationRequest": ".getbankaccountverification",
|
2103
|
+
"GetBankAccountVerificationRequestTypedDict": ".getbankaccountverification",
|
2104
|
+
"GetBankAccountVerificationResponse": ".getbankaccountverification",
|
2105
|
+
"GetBankAccountVerificationResponseTypedDict": ".getbankaccountverification",
|
2106
|
+
"GetBrandGlobals": ".getbrand",
|
2107
|
+
"GetBrandGlobalsTypedDict": ".getbrand",
|
2108
|
+
"GetBrandRequest": ".getbrand",
|
2109
|
+
"GetBrandRequestTypedDict": ".getbrand",
|
2110
|
+
"GetBrandResponse": ".getbrand",
|
2111
|
+
"GetBrandResponseTypedDict": ".getbrand",
|
2112
|
+
"GetCancellationGlobals": ".getcancellation",
|
2113
|
+
"GetCancellationGlobalsTypedDict": ".getcancellation",
|
2114
|
+
"GetCancellationRequest": ".getcancellation",
|
2115
|
+
"GetCancellationRequestTypedDict": ".getcancellation",
|
2116
|
+
"GetCancellationResponse": ".getcancellation",
|
2117
|
+
"GetCancellationResponseTypedDict": ".getcancellation",
|
2118
|
+
"GetCapabilityGlobals": ".getcapability",
|
2119
|
+
"GetCapabilityGlobalsTypedDict": ".getcapability",
|
2120
|
+
"GetCapabilityRequest": ".getcapability",
|
2121
|
+
"GetCapabilityRequestTypedDict": ".getcapability",
|
2122
|
+
"GetCapabilityResponse": ".getcapability",
|
2123
|
+
"GetCapabilityResponseTypedDict": ".getcapability",
|
2124
|
+
"GetCardGlobals": ".getcard",
|
2125
|
+
"GetCardGlobalsTypedDict": ".getcard",
|
2126
|
+
"GetCardRequest": ".getcard",
|
2127
|
+
"GetCardRequestTypedDict": ".getcard",
|
2128
|
+
"GetCardResponse": ".getcard",
|
2129
|
+
"GetCardResponseTypedDict": ".getcard",
|
2130
|
+
"GetDisputeGlobals": ".getdispute",
|
2131
|
+
"GetDisputeGlobalsTypedDict": ".getdispute",
|
2132
|
+
"GetDisputeRequest": ".getdispute",
|
2133
|
+
"GetDisputeRequestTypedDict": ".getdispute",
|
2134
|
+
"GetDisputeResponse": ".getdispute",
|
2135
|
+
"GetDisputeResponseTypedDict": ".getdispute",
|
2136
|
+
"GetDisputeEvidenceGlobals": ".getdisputeevidence",
|
2137
|
+
"GetDisputeEvidenceGlobalsTypedDict": ".getdisputeevidence",
|
2138
|
+
"GetDisputeEvidenceRequest": ".getdisputeevidence",
|
2139
|
+
"GetDisputeEvidenceRequestTypedDict": ".getdisputeevidence",
|
2140
|
+
"GetDisputeEvidenceResponse": ".getdisputeevidence",
|
2141
|
+
"GetDisputeEvidenceResponseTypedDict": ".getdisputeevidence",
|
2142
|
+
"GetDisputeEvidenceDataGlobals": ".getdisputeevidencedata",
|
2143
|
+
"GetDisputeEvidenceDataGlobalsTypedDict": ".getdisputeevidencedata",
|
2144
|
+
"GetDisputeEvidenceDataRequest": ".getdisputeevidencedata",
|
2145
|
+
"GetDisputeEvidenceDataRequestTypedDict": ".getdisputeevidencedata",
|
2146
|
+
"GetDisputeEvidenceDataResponse": ".getdisputeevidencedata",
|
2147
|
+
"GetDisputeEvidenceDataResponseResult": ".getdisputeevidencedata",
|
2148
|
+
"GetDisputeEvidenceDataResponseResultTypedDict": ".getdisputeevidencedata",
|
2149
|
+
"GetDisputeEvidenceDataResponseTypedDict": ".getdisputeevidencedata",
|
2150
|
+
"GetEnrichmentAddressGlobals": ".getenrichmentaddress",
|
2151
|
+
"GetEnrichmentAddressGlobalsTypedDict": ".getenrichmentaddress",
|
2152
|
+
"GetEnrichmentAddressRequest": ".getenrichmentaddress",
|
2153
|
+
"GetEnrichmentAddressRequestTypedDict": ".getenrichmentaddress",
|
2154
|
+
"GetEnrichmentAddressResponse": ".getenrichmentaddress",
|
2155
|
+
"GetEnrichmentAddressResponseTypedDict": ".getenrichmentaddress",
|
2156
|
+
"GetEnrichmentProfileGlobals": ".getenrichmentprofile",
|
2157
|
+
"GetEnrichmentProfileGlobalsTypedDict": ".getenrichmentprofile",
|
2158
|
+
"GetEnrichmentProfileRequest": ".getenrichmentprofile",
|
2159
|
+
"GetEnrichmentProfileRequestTypedDict": ".getenrichmentprofile",
|
2160
|
+
"GetEnrichmentProfileResponse": ".getenrichmentprofile",
|
2161
|
+
"GetEnrichmentProfileResponseTypedDict": ".getenrichmentprofile",
|
2162
|
+
"GetFileDetailsGlobals": ".getfiledetails",
|
2163
|
+
"GetFileDetailsGlobalsTypedDict": ".getfiledetails",
|
2164
|
+
"GetFileDetailsRequest": ".getfiledetails",
|
2165
|
+
"GetFileDetailsRequestTypedDict": ".getfiledetails",
|
2166
|
+
"GetFileDetailsResponse": ".getfiledetails",
|
2167
|
+
"GetFileDetailsResponseTypedDict": ".getfiledetails",
|
2168
|
+
"GetFullIssuedCardGlobals": ".getfullissuedcard",
|
2169
|
+
"GetFullIssuedCardGlobalsTypedDict": ".getfullissuedcard",
|
2170
|
+
"GetFullIssuedCardRequest": ".getfullissuedcard",
|
2171
|
+
"GetFullIssuedCardRequestTypedDict": ".getfullissuedcard",
|
2172
|
+
"GetFullIssuedCardResponse": ".getfullissuedcard",
|
2173
|
+
"GetFullIssuedCardResponseTypedDict": ".getfullissuedcard",
|
2174
|
+
"GetIssuedCardGlobals": ".getissuedcard",
|
2175
|
+
"GetIssuedCardGlobalsTypedDict": ".getissuedcard",
|
2176
|
+
"GetIssuedCardRequest": ".getissuedcard",
|
2177
|
+
"GetIssuedCardRequestTypedDict": ".getissuedcard",
|
2178
|
+
"GetIssuedCardResponse": ".getissuedcard",
|
2179
|
+
"GetIssuedCardResponseTypedDict": ".getissuedcard",
|
2180
|
+
"GetIssuedCardAuthorizationGlobals": ".getissuedcardauthorization",
|
2181
|
+
"GetIssuedCardAuthorizationGlobalsTypedDict": ".getissuedcardauthorization",
|
2182
|
+
"GetIssuedCardAuthorizationRequest": ".getissuedcardauthorization",
|
2183
|
+
"GetIssuedCardAuthorizationRequestTypedDict": ".getissuedcardauthorization",
|
2184
|
+
"GetIssuedCardAuthorizationResponse": ".getissuedcardauthorization",
|
2185
|
+
"GetIssuedCardAuthorizationResponseTypedDict": ".getissuedcardauthorization",
|
2186
|
+
"GetIssuedCardTransactionGlobals": ".getissuedcardtransaction",
|
2187
|
+
"GetIssuedCardTransactionGlobalsTypedDict": ".getissuedcardtransaction",
|
2188
|
+
"GetIssuedCardTransactionRequest": ".getissuedcardtransaction",
|
2189
|
+
"GetIssuedCardTransactionRequestTypedDict": ".getissuedcardtransaction",
|
2190
|
+
"GetIssuedCardTransactionResponse": ".getissuedcardtransaction",
|
2191
|
+
"GetIssuedCardTransactionResponseTypedDict": ".getissuedcardtransaction",
|
2192
|
+
"GetMerchantProcessingAgreementGlobals": ".getmerchantprocessingagreement",
|
2193
|
+
"GetMerchantProcessingAgreementGlobalsTypedDict": ".getmerchantprocessingagreement",
|
2194
|
+
"GetMerchantProcessingAgreementRequest": ".getmerchantprocessingagreement",
|
2195
|
+
"GetMerchantProcessingAgreementRequestTypedDict": ".getmerchantprocessingagreement",
|
2196
|
+
"GetMerchantProcessingAgreementResponse": ".getmerchantprocessingagreement",
|
2197
|
+
"GetMerchantProcessingAgreementResponseTypedDict": ".getmerchantprocessingagreement",
|
2198
|
+
"GetOnboardingInviteGlobals": ".getonboardinginvite",
|
2199
|
+
"GetOnboardingInviteGlobalsTypedDict": ".getonboardinginvite",
|
2200
|
+
"GetOnboardingInviteRequest": ".getonboardinginvite",
|
2201
|
+
"GetOnboardingInviteRequestTypedDict": ".getonboardinginvite",
|
2202
|
+
"GetOnboardingInviteResponse": ".getonboardinginvite",
|
2203
|
+
"GetOnboardingInviteResponseTypedDict": ".getonboardinginvite",
|
2204
|
+
"GetPaymentLinkGlobals": ".getpaymentlink",
|
2205
|
+
"GetPaymentLinkGlobalsTypedDict": ".getpaymentlink",
|
2206
|
+
"GetPaymentLinkRequest": ".getpaymentlink",
|
2207
|
+
"GetPaymentLinkRequestTypedDict": ".getpaymentlink",
|
2208
|
+
"GetPaymentLinkResponse": ".getpaymentlink",
|
2209
|
+
"GetPaymentLinkResponseTypedDict": ".getpaymentlink",
|
2210
|
+
"GetPaymentLinkQRCodeGlobals": ".getpaymentlinkqrcode",
|
2211
|
+
"GetPaymentLinkQRCodeGlobalsTypedDict": ".getpaymentlinkqrcode",
|
2212
|
+
"GetPaymentLinkQRCodeRequest": ".getpaymentlinkqrcode",
|
2213
|
+
"GetPaymentLinkQRCodeRequestTypedDict": ".getpaymentlinkqrcode",
|
2214
|
+
"GetPaymentLinkQRCodeResponse": ".getpaymentlinkqrcode",
|
2215
|
+
"GetPaymentLinkQRCodeResponseResult": ".getpaymentlinkqrcode",
|
2216
|
+
"GetPaymentLinkQRCodeResponseResultTypedDict": ".getpaymentlinkqrcode",
|
2217
|
+
"GetPaymentLinkQRCodeResponseTypedDict": ".getpaymentlinkqrcode",
|
2218
|
+
"GetPaymentMethodGlobals": ".getpaymentmethod",
|
2219
|
+
"GetPaymentMethodGlobalsTypedDict": ".getpaymentmethod",
|
2220
|
+
"GetPaymentMethodRequest": ".getpaymentmethod",
|
2221
|
+
"GetPaymentMethodRequestTypedDict": ".getpaymentmethod",
|
2222
|
+
"GetPaymentMethodResponse": ".getpaymentmethod",
|
2223
|
+
"GetPaymentMethodResponseTypedDict": ".getpaymentmethod",
|
2224
|
+
"GetRefundGlobals": ".getrefund",
|
2225
|
+
"GetRefundGlobalsTypedDict": ".getrefund",
|
2226
|
+
"GetRefundRequest": ".getrefund",
|
2227
|
+
"GetRefundRequestTypedDict": ".getrefund",
|
2228
|
+
"GetRefundResponse": ".getrefund",
|
2229
|
+
"GetRefundResponseTypedDict": ".getrefund",
|
2230
|
+
"GetRepresentativeGlobals": ".getrepresentative",
|
2231
|
+
"GetRepresentativeGlobalsTypedDict": ".getrepresentative",
|
2232
|
+
"GetRepresentativeRequest": ".getrepresentative",
|
2233
|
+
"GetRepresentativeRequestTypedDict": ".getrepresentative",
|
2234
|
+
"GetRepresentativeResponse": ".getrepresentative",
|
2235
|
+
"GetRepresentativeResponseTypedDict": ".getrepresentative",
|
2236
|
+
"GetScheduledOccurrenceGlobals": ".getscheduledoccurrence",
|
2237
|
+
"GetScheduledOccurrenceGlobalsTypedDict": ".getscheduledoccurrence",
|
2238
|
+
"GetScheduledOccurrenceRequest": ".getscheduledoccurrence",
|
2239
|
+
"GetScheduledOccurrenceRequestTypedDict": ".getscheduledoccurrence",
|
2240
|
+
"GetScheduledOccurrenceResponse": ".getscheduledoccurrence",
|
2241
|
+
"GetScheduledOccurrenceResponseTypedDict": ".getscheduledoccurrence",
|
2242
|
+
"GetSchedulesGlobals": ".getschedules",
|
2243
|
+
"GetSchedulesGlobalsTypedDict": ".getschedules",
|
2244
|
+
"GetSchedulesRequest": ".getschedules",
|
2245
|
+
"GetSchedulesRequestTypedDict": ".getschedules",
|
2246
|
+
"GetSchedulesResponse": ".getschedules",
|
2247
|
+
"GetSchedulesResponseTypedDict": ".getschedules",
|
2248
|
+
"GetSweepGlobals": ".getsweep",
|
2249
|
+
"GetSweepGlobalsTypedDict": ".getsweep",
|
2250
|
+
"GetSweepRequest": ".getsweep",
|
2251
|
+
"GetSweepRequestTypedDict": ".getsweep",
|
2252
|
+
"GetSweepResponse": ".getsweep",
|
2253
|
+
"GetSweepResponseTypedDict": ".getsweep",
|
2254
|
+
"GetSweepConfigGlobals": ".getsweepconfig",
|
2255
|
+
"GetSweepConfigGlobalsTypedDict": ".getsweepconfig",
|
2256
|
+
"GetSweepConfigRequest": ".getsweepconfig",
|
2257
|
+
"GetSweepConfigRequestTypedDict": ".getsweepconfig",
|
2258
|
+
"GetSweepConfigResponse": ".getsweepconfig",
|
2259
|
+
"GetSweepConfigResponseTypedDict": ".getsweepconfig",
|
2260
|
+
"GetTerminalApplicationGlobals": ".getterminalapplication",
|
2261
|
+
"GetTerminalApplicationGlobalsTypedDict": ".getterminalapplication",
|
2262
|
+
"GetTerminalApplicationRequest": ".getterminalapplication",
|
2263
|
+
"GetTerminalApplicationRequestTypedDict": ".getterminalapplication",
|
2264
|
+
"GetTerminalApplicationResponse": ".getterminalapplication",
|
2265
|
+
"GetTerminalApplicationResponseTypedDict": ".getterminalapplication",
|
2266
|
+
"GetTerminalConfigurationGlobals": ".getterminalconfiguration",
|
2267
|
+
"GetTerminalConfigurationGlobalsTypedDict": ".getterminalconfiguration",
|
2268
|
+
"GetTerminalConfigurationRequest": ".getterminalconfiguration",
|
2269
|
+
"GetTerminalConfigurationRequestTypedDict": ".getterminalconfiguration",
|
2270
|
+
"GetTerminalConfigurationResponse": ".getterminalconfiguration",
|
2271
|
+
"GetTerminalConfigurationResponseTypedDict": ".getterminalconfiguration",
|
2272
|
+
"GetTermsOfServiceTokenGlobals": ".gettermsofservicetoken",
|
2273
|
+
"GetTermsOfServiceTokenGlobalsTypedDict": ".gettermsofservicetoken",
|
2274
|
+
"GetTermsOfServiceTokenRequest": ".gettermsofservicetoken",
|
2275
|
+
"GetTermsOfServiceTokenRequestTypedDict": ".gettermsofservicetoken",
|
2276
|
+
"GetTermsOfServiceTokenResponse": ".gettermsofservicetoken",
|
2277
|
+
"GetTermsOfServiceTokenResponseTypedDict": ".gettermsofservicetoken",
|
2278
|
+
"GetTransferGlobals": ".gettransfer",
|
2279
|
+
"GetTransferGlobalsTypedDict": ".gettransfer",
|
2280
|
+
"GetTransferRequest": ".gettransfer",
|
2281
|
+
"GetTransferRequestTypedDict": ".gettransfer",
|
2282
|
+
"GetTransferResponse": ".gettransfer",
|
2283
|
+
"GetTransferResponseTypedDict": ".gettransfer",
|
2284
|
+
"GetUnderwritingGlobals": ".getunderwriting",
|
2285
|
+
"GetUnderwritingGlobalsTypedDict": ".getunderwriting",
|
2286
|
+
"GetUnderwritingRequest": ".getunderwriting",
|
2287
|
+
"GetUnderwritingRequestTypedDict": ".getunderwriting",
|
2288
|
+
"GetUnderwritingResponse": ".getunderwriting",
|
2289
|
+
"GetUnderwritingResponseTypedDict": ".getunderwriting",
|
2290
|
+
"GetWalletGlobals": ".getwallet",
|
2291
|
+
"GetWalletGlobalsTypedDict": ".getwallet",
|
2292
|
+
"GetWalletRequest": ".getwallet",
|
2293
|
+
"GetWalletRequestTypedDict": ".getwallet",
|
2294
|
+
"GetWalletResponse": ".getwallet",
|
2295
|
+
"GetWalletResponseTypedDict": ".getwallet",
|
2296
|
+
"GetWalletTransactionGlobals": ".getwallettransaction",
|
2297
|
+
"GetWalletTransactionGlobalsTypedDict": ".getwallettransaction",
|
2298
|
+
"GetWalletTransactionRequest": ".getwallettransaction",
|
2299
|
+
"GetWalletTransactionRequestTypedDict": ".getwallettransaction",
|
2300
|
+
"GetWalletTransactionResponse": ".getwallettransaction",
|
2301
|
+
"GetWalletTransactionResponseTypedDict": ".getwallettransaction",
|
2302
|
+
"InitiateBankAccountVerificationGlobals": ".initiatebankaccountverification",
|
2303
|
+
"InitiateBankAccountVerificationGlobalsTypedDict": ".initiatebankaccountverification",
|
2304
|
+
"InitiateBankAccountVerificationRequest": ".initiatebankaccountverification",
|
2305
|
+
"InitiateBankAccountVerificationRequestTypedDict": ".initiatebankaccountverification",
|
2306
|
+
"InitiateBankAccountVerificationResponse": ".initiatebankaccountverification",
|
2307
|
+
"InitiateBankAccountVerificationResponseTypedDict": ".initiatebankaccountverification",
|
2308
|
+
"InitiateMicroDepositsGlobals": ".initiatemicrodeposits",
|
2309
|
+
"InitiateMicroDepositsGlobalsTypedDict": ".initiatemicrodeposits",
|
2310
|
+
"InitiateMicroDepositsRequest": ".initiatemicrodeposits",
|
2311
|
+
"InitiateMicroDepositsRequestTypedDict": ".initiatemicrodeposits",
|
2312
|
+
"InitiateMicroDepositsResponse": ".initiatemicrodeposits",
|
2313
|
+
"InitiateMicroDepositsResponseTypedDict": ".initiatemicrodeposits",
|
2314
|
+
"InitiateRefundGlobals": ".initiaterefund",
|
2315
|
+
"InitiateRefundGlobalsTypedDict": ".initiaterefund",
|
2316
|
+
"InitiateRefundRequest": ".initiaterefund",
|
2317
|
+
"InitiateRefundRequestTypedDict": ".initiaterefund",
|
2318
|
+
"InitiateRefundResponse": ".initiaterefund",
|
2319
|
+
"InitiateRefundResponseResult": ".initiaterefund",
|
2320
|
+
"InitiateRefundResponseResultTypedDict": ".initiaterefund",
|
2321
|
+
"InitiateRefundResponseTypedDict": ".initiaterefund",
|
2322
|
+
"LinkAccountTerminalApplicationGlobals": ".linkaccountterminalapplication",
|
2323
|
+
"LinkAccountTerminalApplicationGlobalsTypedDict": ".linkaccountterminalapplication",
|
2324
|
+
"LinkAccountTerminalApplicationRequest": ".linkaccountterminalapplication",
|
2325
|
+
"LinkAccountTerminalApplicationRequestTypedDict": ".linkaccountterminalapplication",
|
2326
|
+
"LinkAccountTerminalApplicationResponse": ".linkaccountterminalapplication",
|
2327
|
+
"LinkAccountTerminalApplicationResponseTypedDict": ".linkaccountterminalapplication",
|
2328
|
+
"LinkApplePayTokenGlobals": ".linkapplepaytoken",
|
2329
|
+
"LinkApplePayTokenGlobalsTypedDict": ".linkapplepaytoken",
|
2330
|
+
"LinkApplePayTokenRequest": ".linkapplepaytoken",
|
2331
|
+
"LinkApplePayTokenRequestTypedDict": ".linkapplepaytoken",
|
2332
|
+
"LinkApplePayTokenResponse": ".linkapplepaytoken",
|
2333
|
+
"LinkApplePayTokenResponseTypedDict": ".linkapplepaytoken",
|
2334
|
+
"LinkBankAccountGlobals": ".linkbankaccount",
|
2335
|
+
"LinkBankAccountGlobalsTypedDict": ".linkbankaccount",
|
2336
|
+
"LinkBankAccountRequest": ".linkbankaccount",
|
2337
|
+
"LinkBankAccountRequestTypedDict": ".linkbankaccount",
|
2338
|
+
"LinkBankAccountResponse": ".linkbankaccount",
|
2339
|
+
"LinkBankAccountResponseTypedDict": ".linkbankaccount",
|
2340
|
+
"LinkCardGlobals": ".linkcard",
|
2341
|
+
"LinkCardGlobalsTypedDict": ".linkcard",
|
2342
|
+
"LinkCardRequest": ".linkcard",
|
2343
|
+
"LinkCardRequestTypedDict": ".linkcard",
|
2344
|
+
"LinkCardResponse": ".linkcard",
|
2345
|
+
"LinkCardResponseTypedDict": ".linkcard",
|
2346
|
+
"ListAccountsGlobals": ".listaccounts",
|
2347
|
+
"ListAccountsGlobalsTypedDict": ".listaccounts",
|
2348
|
+
"ListAccountsRequest": ".listaccounts",
|
2349
|
+
"ListAccountsRequestTypedDict": ".listaccounts",
|
2350
|
+
"ListAccountsResponse": ".listaccounts",
|
2351
|
+
"ListAccountsResponseTypedDict": ".listaccounts",
|
2352
|
+
"ListAccountTerminalApplicationsGlobals": ".listaccountterminalapplications",
|
2353
|
+
"ListAccountTerminalApplicationsGlobalsTypedDict": ".listaccountterminalapplications",
|
2354
|
+
"ListAccountTerminalApplicationsRequest": ".listaccountterminalapplications",
|
2355
|
+
"ListAccountTerminalApplicationsRequestTypedDict": ".listaccountterminalapplications",
|
2356
|
+
"ListAccountTerminalApplicationsResponse": ".listaccountterminalapplications",
|
2357
|
+
"ListAccountTerminalApplicationsResponseTypedDict": ".listaccountterminalapplications",
|
2358
|
+
"ListAdjustmentsGlobals": ".listadjustments",
|
2359
|
+
"ListAdjustmentsGlobalsTypedDict": ".listadjustments",
|
2360
|
+
"ListAdjustmentsRequest": ".listadjustments",
|
2361
|
+
"ListAdjustmentsRequestTypedDict": ".listadjustments",
|
2362
|
+
"ListAdjustmentsResponse": ".listadjustments",
|
2363
|
+
"ListAdjustmentsResponseTypedDict": ".listadjustments",
|
2364
|
+
"ListBankAccountsGlobals": ".listbankaccounts",
|
2365
|
+
"ListBankAccountsGlobalsTypedDict": ".listbankaccounts",
|
2366
|
+
"ListBankAccountsRequest": ".listbankaccounts",
|
2367
|
+
"ListBankAccountsRequestTypedDict": ".listbankaccounts",
|
2368
|
+
"ListBankAccountsResponse": ".listbankaccounts",
|
2369
|
+
"ListBankAccountsResponseTypedDict": ".listbankaccounts",
|
2370
|
+
"ListCapabilitiesGlobals": ".listcapabilities",
|
2371
|
+
"ListCapabilitiesGlobalsTypedDict": ".listcapabilities",
|
2372
|
+
"ListCapabilitiesRequest": ".listcapabilities",
|
2373
|
+
"ListCapabilitiesRequestTypedDict": ".listcapabilities",
|
2374
|
+
"ListCapabilitiesResponse": ".listcapabilities",
|
2375
|
+
"ListCapabilitiesResponseTypedDict": ".listcapabilities",
|
2376
|
+
"ListCardsGlobals": ".listcards",
|
2377
|
+
"ListCardsGlobalsTypedDict": ".listcards",
|
2378
|
+
"ListCardsRequest": ".listcards",
|
2379
|
+
"ListCardsRequestTypedDict": ".listcards",
|
2380
|
+
"ListCardsResponse": ".listcards",
|
2381
|
+
"ListCardsResponseTypedDict": ".listcards",
|
2382
|
+
"ListDisputeEvidenceGlobals": ".listdisputeevidence",
|
2383
|
+
"ListDisputeEvidenceGlobalsTypedDict": ".listdisputeevidence",
|
2384
|
+
"ListDisputeEvidenceRequest": ".listdisputeevidence",
|
2385
|
+
"ListDisputeEvidenceRequestTypedDict": ".listdisputeevidence",
|
2386
|
+
"ListDisputeEvidenceResponse": ".listdisputeevidence",
|
2387
|
+
"ListDisputeEvidenceResponseTypedDict": ".listdisputeevidence",
|
2388
|
+
"ListDisputesGlobals": ".listdisputes",
|
2389
|
+
"ListDisputesGlobalsTypedDict": ".listdisputes",
|
2390
|
+
"ListDisputesRequest": ".listdisputes",
|
2391
|
+
"ListDisputesRequestTypedDict": ".listdisputes",
|
2392
|
+
"ListDisputesResponse": ".listdisputes",
|
2393
|
+
"ListDisputesResponseTypedDict": ".listdisputes",
|
2394
|
+
"ListFeePlanAgreementsGlobals": ".listfeeplanagreements",
|
2395
|
+
"ListFeePlanAgreementsGlobalsTypedDict": ".listfeeplanagreements",
|
2396
|
+
"ListFeePlanAgreementsRequest": ".listfeeplanagreements",
|
2397
|
+
"ListFeePlanAgreementsRequestTypedDict": ".listfeeplanagreements",
|
2398
|
+
"ListFeePlanAgreementsResponse": ".listfeeplanagreements",
|
2399
|
+
"ListFeePlanAgreementsResponseTypedDict": ".listfeeplanagreements",
|
2400
|
+
"ListFeePlansGlobals": ".listfeeplans",
|
2401
|
+
"ListFeePlansGlobalsTypedDict": ".listfeeplans",
|
2402
|
+
"ListFeePlansRequest": ".listfeeplans",
|
2403
|
+
"ListFeePlansRequestTypedDict": ".listfeeplans",
|
2404
|
+
"ListFeePlansResponse": ".listfeeplans",
|
2405
|
+
"ListFeePlansResponseTypedDict": ".listfeeplans",
|
2406
|
+
"ListFeesFetchGlobals": ".listfeesfetch",
|
2407
|
+
"ListFeesFetchGlobalsTypedDict": ".listfeesfetch",
|
2408
|
+
"ListFeesFetchRequest": ".listfeesfetch",
|
2409
|
+
"ListFeesFetchRequestTypedDict": ".listfeesfetch",
|
2410
|
+
"ListFeesFetchResponse": ".listfeesfetch",
|
2411
|
+
"ListFeesFetchResponseTypedDict": ".listfeesfetch",
|
2412
|
+
"ListFilesGlobals": ".listfiles",
|
2413
|
+
"ListFilesGlobalsTypedDict": ".listfiles",
|
2414
|
+
"ListFilesRequest": ".listfiles",
|
2415
|
+
"ListFilesRequestTypedDict": ".listfiles",
|
2416
|
+
"ListFilesResponse": ".listfiles",
|
2417
|
+
"ListFilesResponseTypedDict": ".listfiles",
|
2418
|
+
"ListIndustriesGlobals": ".listindustries",
|
2419
|
+
"ListIndustriesGlobalsTypedDict": ".listindustries",
|
2420
|
+
"ListIndustriesRequest": ".listindustries",
|
2421
|
+
"ListIndustriesRequestTypedDict": ".listindustries",
|
2422
|
+
"ListIndustriesResponse": ".listindustries",
|
2423
|
+
"ListIndustriesResponseTypedDict": ".listindustries",
|
2424
|
+
"ListInstitutionsGlobals": ".listinstitutions",
|
2425
|
+
"ListInstitutionsGlobalsTypedDict": ".listinstitutions",
|
2426
|
+
"ListInstitutionsRequest": ".listinstitutions",
|
2427
|
+
"ListInstitutionsRequestTypedDict": ".listinstitutions",
|
2428
|
+
"ListInstitutionsResponse": ".listinstitutions",
|
2429
|
+
"ListInstitutionsResponseTypedDict": ".listinstitutions",
|
2430
|
+
"ListIssuedCardAuthorizationEventsGlobals": ".listissuedcardauthorizationevents",
|
2431
|
+
"ListIssuedCardAuthorizationEventsGlobalsTypedDict": ".listissuedcardauthorizationevents",
|
2432
|
+
"ListIssuedCardAuthorizationEventsRequest": ".listissuedcardauthorizationevents",
|
2433
|
+
"ListIssuedCardAuthorizationEventsRequestTypedDict": ".listissuedcardauthorizationevents",
|
2434
|
+
"ListIssuedCardAuthorizationEventsResponse": ".listissuedcardauthorizationevents",
|
2435
|
+
"ListIssuedCardAuthorizationEventsResponseTypedDict": ".listissuedcardauthorizationevents",
|
2436
|
+
"ListIssuedCardAuthorizationsGlobals": ".listissuedcardauthorizations",
|
2437
|
+
"ListIssuedCardAuthorizationsGlobalsTypedDict": ".listissuedcardauthorizations",
|
2438
|
+
"ListIssuedCardAuthorizationsRequest": ".listissuedcardauthorizations",
|
2439
|
+
"ListIssuedCardAuthorizationsRequestTypedDict": ".listissuedcardauthorizations",
|
2440
|
+
"ListIssuedCardAuthorizationsResponse": ".listissuedcardauthorizations",
|
2441
|
+
"ListIssuedCardAuthorizationsResponseTypedDict": ".listissuedcardauthorizations",
|
2442
|
+
"ListIssuedCardsGlobals": ".listissuedcards",
|
2443
|
+
"ListIssuedCardsGlobalsTypedDict": ".listissuedcards",
|
2444
|
+
"ListIssuedCardsRequest": ".listissuedcards",
|
2445
|
+
"ListIssuedCardsRequestTypedDict": ".listissuedcards",
|
2446
|
+
"ListIssuedCardsResponse": ".listissuedcards",
|
2447
|
+
"ListIssuedCardsResponseTypedDict": ".listissuedcards",
|
2448
|
+
"ListIssuedCardTransactionsGlobals": ".listissuedcardtransactions",
|
2449
|
+
"ListIssuedCardTransactionsGlobalsTypedDict": ".listissuedcardtransactions",
|
2450
|
+
"ListIssuedCardTransactionsRequest": ".listissuedcardtransactions",
|
2451
|
+
"ListIssuedCardTransactionsRequestTypedDict": ".listissuedcardtransactions",
|
2452
|
+
"ListIssuedCardTransactionsResponse": ".listissuedcardtransactions",
|
2453
|
+
"ListIssuedCardTransactionsResponseTypedDict": ".listissuedcardtransactions",
|
2454
|
+
"ListOnboardingInvitesGlobals": ".listonboardinginvites",
|
2455
|
+
"ListOnboardingInvitesGlobalsTypedDict": ".listonboardinginvites",
|
2456
|
+
"ListOnboardingInvitesRequest": ".listonboardinginvites",
|
2457
|
+
"ListOnboardingInvitesRequestTypedDict": ".listonboardinginvites",
|
2458
|
+
"ListOnboardingInvitesResponse": ".listonboardinginvites",
|
2459
|
+
"ListOnboardingInvitesResponseTypedDict": ".listonboardinginvites",
|
2460
|
+
"ListPartnerPricingGlobals": ".listpartnerpricing",
|
2461
|
+
"ListPartnerPricingGlobalsTypedDict": ".listpartnerpricing",
|
2462
|
+
"ListPartnerPricingRequest": ".listpartnerpricing",
|
2463
|
+
"ListPartnerPricingRequestTypedDict": ".listpartnerpricing",
|
2464
|
+
"ListPartnerPricingResponse": ".listpartnerpricing",
|
2465
|
+
"ListPartnerPricingResponseTypedDict": ".listpartnerpricing",
|
2466
|
+
"ListPartnerPricingAgreementsGlobals": ".listpartnerpricingagreements",
|
2467
|
+
"ListPartnerPricingAgreementsGlobalsTypedDict": ".listpartnerpricingagreements",
|
2468
|
+
"ListPartnerPricingAgreementsRequest": ".listpartnerpricingagreements",
|
2469
|
+
"ListPartnerPricingAgreementsRequestTypedDict": ".listpartnerpricingagreements",
|
2470
|
+
"ListPartnerPricingAgreementsResponse": ".listpartnerpricingagreements",
|
2471
|
+
"ListPartnerPricingAgreementsResponseTypedDict": ".listpartnerpricingagreements",
|
2472
|
+
"ListPaymentLinksGlobals": ".listpaymentlinks",
|
2473
|
+
"ListPaymentLinksGlobalsTypedDict": ".listpaymentlinks",
|
2474
|
+
"ListPaymentLinksRequest": ".listpaymentlinks",
|
2475
|
+
"ListPaymentLinksRequestTypedDict": ".listpaymentlinks",
|
2476
|
+
"ListPaymentLinksResponse": ".listpaymentlinks",
|
2477
|
+
"ListPaymentLinksResponseTypedDict": ".listpaymentlinks",
|
2478
|
+
"ListPaymentMethodsGlobals": ".listpaymentmethods",
|
2479
|
+
"ListPaymentMethodsGlobalsTypedDict": ".listpaymentmethods",
|
2480
|
+
"ListPaymentMethodsRequest": ".listpaymentmethods",
|
2481
|
+
"ListPaymentMethodsRequestTypedDict": ".listpaymentmethods",
|
2482
|
+
"ListPaymentMethodsResponse": ".listpaymentmethods",
|
2483
|
+
"ListPaymentMethodsResponseTypedDict": ".listpaymentmethods",
|
2484
|
+
"ListReceiptsGlobals": ".listreceipts",
|
2485
|
+
"ListReceiptsGlobalsTypedDict": ".listreceipts",
|
2486
|
+
"ListReceiptsRequest": ".listreceipts",
|
2487
|
+
"ListReceiptsRequestTypedDict": ".listreceipts",
|
2488
|
+
"ListReceiptsResponse": ".listreceipts",
|
2489
|
+
"ListReceiptsResponseTypedDict": ".listreceipts",
|
2490
|
+
"ListRefundsGlobals": ".listrefunds",
|
2491
|
+
"ListRefundsGlobalsTypedDict": ".listrefunds",
|
2492
|
+
"ListRefundsRequest": ".listrefunds",
|
2493
|
+
"ListRefundsRequestTypedDict": ".listrefunds",
|
2494
|
+
"ListRefundsResponse": ".listrefunds",
|
2495
|
+
"ListRefundsResponseTypedDict": ".listrefunds",
|
2496
|
+
"ListRepresentativesGlobals": ".listrepresentatives",
|
2497
|
+
"ListRepresentativesGlobalsTypedDict": ".listrepresentatives",
|
2498
|
+
"ListRepresentativesRequest": ".listrepresentatives",
|
2499
|
+
"ListRepresentativesRequestTypedDict": ".listrepresentatives",
|
2500
|
+
"ListRepresentativesResponse": ".listrepresentatives",
|
2501
|
+
"ListRepresentativesResponseTypedDict": ".listrepresentatives",
|
2502
|
+
"Hydrate": ".listschedules",
|
2503
|
+
"ListSchedulesGlobals": ".listschedules",
|
2504
|
+
"ListSchedulesGlobalsTypedDict": ".listschedules",
|
2505
|
+
"ListSchedulesRequest": ".listschedules",
|
2506
|
+
"ListSchedulesRequestTypedDict": ".listschedules",
|
2507
|
+
"ListSchedulesResponse": ".listschedules",
|
2508
|
+
"ListSchedulesResponseTypedDict": ".listschedules",
|
2509
|
+
"ListSweepConfigsGlobals": ".listsweepconfigs",
|
2510
|
+
"ListSweepConfigsGlobalsTypedDict": ".listsweepconfigs",
|
2511
|
+
"ListSweepConfigsRequest": ".listsweepconfigs",
|
2512
|
+
"ListSweepConfigsRequestTypedDict": ".listsweepconfigs",
|
2513
|
+
"ListSweepConfigsResponse": ".listsweepconfigs",
|
2514
|
+
"ListSweepConfigsResponseTypedDict": ".listsweepconfigs",
|
2515
|
+
"ListSweepsGlobals": ".listsweeps",
|
2516
|
+
"ListSweepsGlobalsTypedDict": ".listsweeps",
|
2517
|
+
"ListSweepsRequest": ".listsweeps",
|
2518
|
+
"ListSweepsRequestTypedDict": ".listsweeps",
|
2519
|
+
"ListSweepsResponse": ".listsweeps",
|
2520
|
+
"ListSweepsResponseTypedDict": ".listsweeps",
|
2521
|
+
"ListTerminalApplicationsGlobals": ".listterminalapplications",
|
2522
|
+
"ListTerminalApplicationsGlobalsTypedDict": ".listterminalapplications",
|
2523
|
+
"ListTerminalApplicationsRequest": ".listterminalapplications",
|
2524
|
+
"ListTerminalApplicationsRequestTypedDict": ".listterminalapplications",
|
2525
|
+
"ListTerminalApplicationsResponse": ".listterminalapplications",
|
2526
|
+
"ListTerminalApplicationsResponseTypedDict": ".listterminalapplications",
|
2527
|
+
"ListTransfersGlobals": ".listtransfers",
|
2528
|
+
"ListTransfersGlobalsTypedDict": ".listtransfers",
|
2529
|
+
"ListTransfersRequest": ".listtransfers",
|
2530
|
+
"ListTransfersRequestTypedDict": ".listtransfers",
|
2531
|
+
"ListTransfersResponse": ".listtransfers",
|
2532
|
+
"ListTransfersResponseTypedDict": ".listtransfers",
|
2533
|
+
"ListWalletsGlobals": ".listwallets",
|
2534
|
+
"ListWalletsGlobalsTypedDict": ".listwallets",
|
2535
|
+
"ListWalletsRequest": ".listwallets",
|
2536
|
+
"ListWalletsRequestTypedDict": ".listwallets",
|
2537
|
+
"ListWalletsResponse": ".listwallets",
|
2538
|
+
"ListWalletsResponseTypedDict": ".listwallets",
|
2539
|
+
"ListWalletTransactionsGlobals": ".listwallettransactions",
|
2540
|
+
"ListWalletTransactionsGlobalsTypedDict": ".listwallettransactions",
|
2541
|
+
"ListWalletTransactionsRequest": ".listwallettransactions",
|
2542
|
+
"ListWalletTransactionsRequestTypedDict": ".listwallettransactions",
|
2543
|
+
"ListWalletTransactionsResponse": ".listwallettransactions",
|
2544
|
+
"ListWalletTransactionsResponseTypedDict": ".listwallettransactions",
|
2545
|
+
"PingGlobals": ".ping",
|
2546
|
+
"PingGlobalsTypedDict": ".ping",
|
2547
|
+
"PingRequest": ".ping",
|
2548
|
+
"PingRequestTypedDict": ".ping",
|
2549
|
+
"PingResponse": ".ping",
|
2550
|
+
"PingResponseTypedDict": ".ping",
|
2551
|
+
"RegisterApplePayMerchantDomainsGlobals": ".registerapplepaymerchantdomains",
|
2552
|
+
"RegisterApplePayMerchantDomainsGlobalsTypedDict": ".registerapplepaymerchantdomains",
|
2553
|
+
"RegisterApplePayMerchantDomainsRequest": ".registerapplepaymerchantdomains",
|
2554
|
+
"RegisterApplePayMerchantDomainsRequestTypedDict": ".registerapplepaymerchantdomains",
|
2555
|
+
"RegisterApplePayMerchantDomainsResponse": ".registerapplepaymerchantdomains",
|
2556
|
+
"RegisterApplePayMerchantDomainsResponseTypedDict": ".registerapplepaymerchantdomains",
|
2557
|
+
"RequestCapabilitiesGlobals": ".requestcapabilities",
|
2558
|
+
"RequestCapabilitiesGlobalsTypedDict": ".requestcapabilities",
|
2559
|
+
"RequestCapabilitiesRequest": ".requestcapabilities",
|
2560
|
+
"RequestCapabilitiesRequestTypedDict": ".requestcapabilities",
|
2561
|
+
"RequestCapabilitiesResponse": ".requestcapabilities",
|
2562
|
+
"RequestCapabilitiesResponseTypedDict": ".requestcapabilities",
|
2563
|
+
"RequestCardGlobals": ".requestcard",
|
2564
|
+
"RequestCardGlobalsTypedDict": ".requestcard",
|
2565
|
+
"RequestCardRequest": ".requestcard",
|
2566
|
+
"RequestCardRequestTypedDict": ".requestcard",
|
2567
|
+
"RequestCardResponse": ".requestcard",
|
2568
|
+
"RequestCardResponseTypedDict": ".requestcard",
|
2569
|
+
"RetrieveFeesGlobals": ".retrievefees",
|
2570
|
+
"RetrieveFeesGlobalsTypedDict": ".retrievefees",
|
2571
|
+
"RetrieveFeesRequest": ".retrievefees",
|
2572
|
+
"RetrieveFeesRequestTypedDict": ".retrievefees",
|
2573
|
+
"RetrieveFeesResponse": ".retrievefees",
|
2574
|
+
"RetrieveFeesResponseTypedDict": ".retrievefees",
|
2575
|
+
"RevokeAccessTokenGlobals": ".revokeaccesstoken",
|
2576
|
+
"RevokeAccessTokenGlobalsTypedDict": ".revokeaccesstoken",
|
2577
|
+
"RevokeAccessTokenResponse": ".revokeaccesstoken",
|
2578
|
+
"RevokeAccessTokenResponseTypedDict": ".revokeaccesstoken",
|
2579
|
+
"RevokeOnboardingInviteGlobals": ".revokeonboardinginvite",
|
2580
|
+
"RevokeOnboardingInviteGlobalsTypedDict": ".revokeonboardinginvite",
|
2581
|
+
"RevokeOnboardingInviteRequest": ".revokeonboardinginvite",
|
2582
|
+
"RevokeOnboardingInviteRequestTypedDict": ".revokeonboardinginvite",
|
2583
|
+
"RevokeOnboardingInviteResponse": ".revokeonboardinginvite",
|
2584
|
+
"RevokeOnboardingInviteResponseTypedDict": ".revokeonboardinginvite",
|
2585
|
+
"SubmitDisputeEvidenceGlobals": ".submitdisputeevidence",
|
2586
|
+
"SubmitDisputeEvidenceGlobalsTypedDict": ".submitdisputeevidence",
|
2587
|
+
"SubmitDisputeEvidenceRequest": ".submitdisputeevidence",
|
2588
|
+
"SubmitDisputeEvidenceRequestTypedDict": ".submitdisputeevidence",
|
2589
|
+
"SubmitDisputeEvidenceResponse": ".submitdisputeevidence",
|
2590
|
+
"SubmitDisputeEvidenceResponseTypedDict": ".submitdisputeevidence",
|
2591
|
+
"TestEndToEndTokenGlobals": ".testendtoendtoken",
|
2592
|
+
"TestEndToEndTokenGlobalsTypedDict": ".testendtoendtoken",
|
2593
|
+
"TestEndToEndTokenResponse": ".testendtoendtoken",
|
2594
|
+
"TestEndToEndTokenResponseTypedDict": ".testendtoendtoken",
|
2595
|
+
"UpdateAccountGlobals": ".updateaccount",
|
2596
|
+
"UpdateAccountGlobalsTypedDict": ".updateaccount",
|
2597
|
+
"UpdateAccountRequest": ".updateaccount",
|
2598
|
+
"UpdateAccountRequestTypedDict": ".updateaccount",
|
2599
|
+
"UpdateAccountResponse": ".updateaccount",
|
2600
|
+
"UpdateAccountResponseTypedDict": ".updateaccount",
|
2601
|
+
"UpdateApplePayMerchantDomainsGlobals": ".updateapplepaymerchantdomains",
|
2602
|
+
"UpdateApplePayMerchantDomainsGlobalsTypedDict": ".updateapplepaymerchantdomains",
|
2603
|
+
"UpdateApplePayMerchantDomainsRequest": ".updateapplepaymerchantdomains",
|
2604
|
+
"UpdateApplePayMerchantDomainsRequestTypedDict": ".updateapplepaymerchantdomains",
|
2605
|
+
"UpdateApplePayMerchantDomainsResponse": ".updateapplepaymerchantdomains",
|
2606
|
+
"UpdateApplePayMerchantDomainsResponseTypedDict": ".updateapplepaymerchantdomains",
|
2607
|
+
"UpdateBrandGlobals": ".updatebrand",
|
2608
|
+
"UpdateBrandGlobalsTypedDict": ".updatebrand",
|
2609
|
+
"UpdateBrandRequest": ".updatebrand",
|
2610
|
+
"UpdateBrandRequestTypedDict": ".updatebrand",
|
2611
|
+
"UpdateBrandResponse": ".updatebrand",
|
2612
|
+
"UpdateBrandResponseTypedDict": ".updatebrand",
|
2613
|
+
"UpdateCardGlobals": ".updatecard",
|
2614
|
+
"UpdateCardGlobalsTypedDict": ".updatecard",
|
2615
|
+
"UpdateCardRequest": ".updatecard",
|
2616
|
+
"UpdateCardRequestTypedDict": ".updatecard",
|
2617
|
+
"UpdateCardResponse": ".updatecard",
|
2618
|
+
"UpdateCardResponseTypedDict": ".updatecard",
|
2619
|
+
"UpdateDisputeEvidenceGlobals": ".updatedisputeevidence",
|
2620
|
+
"UpdateDisputeEvidenceGlobalsTypedDict": ".updatedisputeevidence",
|
2621
|
+
"UpdateDisputeEvidenceRequest": ".updatedisputeevidence",
|
2622
|
+
"UpdateDisputeEvidenceRequestTypedDict": ".updatedisputeevidence",
|
2623
|
+
"UpdateDisputeEvidenceResponse": ".updatedisputeevidence",
|
2624
|
+
"UpdateDisputeEvidenceResponseTypedDict": ".updatedisputeevidence",
|
2625
|
+
"UpdateIssuedCardGlobals": ".updateissuedcard",
|
2626
|
+
"UpdateIssuedCardGlobalsTypedDict": ".updateissuedcard",
|
2627
|
+
"UpdateIssuedCardRequest": ".updateissuedcard",
|
2628
|
+
"UpdateIssuedCardRequestTypedDict": ".updateissuedcard",
|
2629
|
+
"UpdateIssuedCardResponse": ".updateissuedcard",
|
2630
|
+
"UpdateIssuedCardResponseTypedDict": ".updateissuedcard",
|
2631
|
+
"UpdatePaymentLinkGlobals": ".updatepaymentlink",
|
2632
|
+
"UpdatePaymentLinkGlobalsTypedDict": ".updatepaymentlink",
|
2633
|
+
"UpdatePaymentLinkRequest": ".updatepaymentlink",
|
2634
|
+
"UpdatePaymentLinkRequestTypedDict": ".updatepaymentlink",
|
2635
|
+
"UpdatePaymentLinkResponse": ".updatepaymentlink",
|
2636
|
+
"UpdatePaymentLinkResponseTypedDict": ".updatepaymentlink",
|
2637
|
+
"UpdateRepresentativeGlobals": ".updaterepresentative",
|
2638
|
+
"UpdateRepresentativeGlobalsTypedDict": ".updaterepresentative",
|
2639
|
+
"UpdateRepresentativeRequest": ".updaterepresentative",
|
2640
|
+
"UpdateRepresentativeRequestTypedDict": ".updaterepresentative",
|
2641
|
+
"UpdateRepresentativeResponse": ".updaterepresentative",
|
2642
|
+
"UpdateRepresentativeResponseTypedDict": ".updaterepresentative",
|
2643
|
+
"UpdateScheduleGlobals": ".updateschedule",
|
2644
|
+
"UpdateScheduleGlobalsTypedDict": ".updateschedule",
|
2645
|
+
"UpdateScheduleRequest": ".updateschedule",
|
2646
|
+
"UpdateScheduleRequestTypedDict": ".updateschedule",
|
2647
|
+
"UpdateScheduleResponse": ".updateschedule",
|
2648
|
+
"UpdateScheduleResponseTypedDict": ".updateschedule",
|
2649
|
+
"UpdateSweepConfigGlobals": ".updatesweepconfig",
|
2650
|
+
"UpdateSweepConfigGlobalsTypedDict": ".updatesweepconfig",
|
2651
|
+
"UpdateSweepConfigRequest": ".updatesweepconfig",
|
2652
|
+
"UpdateSweepConfigRequestTypedDict": ".updatesweepconfig",
|
2653
|
+
"UpdateSweepConfigResponse": ".updatesweepconfig",
|
2654
|
+
"UpdateSweepConfigResponseTypedDict": ".updatesweepconfig",
|
2655
|
+
"UpdateTransferGlobals": ".updatetransfer",
|
2656
|
+
"UpdateTransferGlobalsTypedDict": ".updatetransfer",
|
2657
|
+
"UpdateTransferRequest": ".updatetransfer",
|
2658
|
+
"UpdateTransferRequestTypedDict": ".updatetransfer",
|
2659
|
+
"UpdateTransferResponse": ".updatetransfer",
|
2660
|
+
"UpdateTransferResponseTypedDict": ".updatetransfer",
|
2661
|
+
"UploadDisputeEvidenceFileGlobals": ".uploaddisputeevidencefile",
|
2662
|
+
"UploadDisputeEvidenceFileGlobalsTypedDict": ".uploaddisputeevidencefile",
|
2663
|
+
"UploadDisputeEvidenceFileRequest": ".uploaddisputeevidencefile",
|
2664
|
+
"UploadDisputeEvidenceFileRequestTypedDict": ".uploaddisputeevidencefile",
|
2665
|
+
"UploadDisputeEvidenceFileResponse": ".uploaddisputeevidencefile",
|
2666
|
+
"UploadDisputeEvidenceFileResponseTypedDict": ".uploaddisputeevidencefile",
|
2667
|
+
"UploadDisputeEvidenceTextGlobals": ".uploaddisputeevidencetext",
|
2668
|
+
"UploadDisputeEvidenceTextGlobalsTypedDict": ".uploaddisputeevidencetext",
|
2669
|
+
"UploadDisputeEvidenceTextRequest": ".uploaddisputeevidencetext",
|
2670
|
+
"UploadDisputeEvidenceTextRequestTypedDict": ".uploaddisputeevidencetext",
|
2671
|
+
"UploadDisputeEvidenceTextResponse": ".uploaddisputeevidencetext",
|
2672
|
+
"UploadDisputeEvidenceTextResponseTypedDict": ".uploaddisputeevidencetext",
|
2673
|
+
"UploadFileGlobals": ".uploadfile",
|
2674
|
+
"UploadFileGlobalsTypedDict": ".uploadfile",
|
2675
|
+
"UploadFileRequest": ".uploadfile",
|
2676
|
+
"UploadFileRequestTypedDict": ".uploadfile",
|
2677
|
+
"UploadFileResponse": ".uploadfile",
|
2678
|
+
"UploadFileResponseTypedDict": ".uploadfile",
|
2679
|
+
"UpsertBrandGlobals": ".upsertbrand",
|
2680
|
+
"UpsertBrandGlobalsTypedDict": ".upsertbrand",
|
2681
|
+
"UpsertBrandRequest": ".upsertbrand",
|
2682
|
+
"UpsertBrandRequestTypedDict": ".upsertbrand",
|
2683
|
+
"UpsertBrandResponse": ".upsertbrand",
|
2684
|
+
"UpsertBrandResponseTypedDict": ".upsertbrand",
|
2685
|
+
"UpsertUnderwritingGlobals": ".upsertunderwriting",
|
2686
|
+
"UpsertUnderwritingGlobalsTypedDict": ".upsertunderwriting",
|
2687
|
+
"UpsertUnderwritingRequest": ".upsertunderwriting",
|
2688
|
+
"UpsertUnderwritingRequestTypedDict": ".upsertunderwriting",
|
2689
|
+
"UpsertUnderwritingResponse": ".upsertunderwriting",
|
2690
|
+
"UpsertUnderwritingResponseTypedDict": ".upsertunderwriting",
|
2691
|
+
}
|
2692
|
+
|
2693
|
+
|
2694
|
+
def __getattr__(attr_name: str) -> object:
|
2695
|
+
module_name = _dynamic_imports.get(attr_name)
|
2696
|
+
if module_name is None:
|
2697
|
+
raise AttributeError(
|
2698
|
+
f"No {attr_name} found in _dynamic_imports for module name -> {__name__} "
|
2699
|
+
)
|
2700
|
+
|
2701
|
+
try:
|
2702
|
+
module = import_module(module_name, __package__)
|
2703
|
+
result = getattr(module, attr_name)
|
2704
|
+
return result
|
2705
|
+
except ImportError as e:
|
2706
|
+
raise ImportError(
|
2707
|
+
f"Failed to import {attr_name} from {module_name}: {e}"
|
2708
|
+
) from e
|
2709
|
+
except AttributeError as e:
|
2710
|
+
raise AttributeError(
|
2711
|
+
f"Failed to get {attr_name} from {module_name}: {e}"
|
2712
|
+
) from e
|
2713
|
+
|
2714
|
+
|
2715
|
+
def __dir__():
|
2716
|
+
lazy_attrs = list(_dynamic_imports.keys())
|
2717
|
+
return sorted(lazy_attrs)
|