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,851 +1,971 @@
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
2
|
|
3
|
-
from
|
4
|
-
from
|
5
|
-
from .accountcountries import AccountCountries, AccountCountriesTypedDict
|
6
|
-
from .accountnameverification import (
|
7
|
-
AccountNameVerification,
|
8
|
-
AccountNameVerificationTypedDict,
|
9
|
-
)
|
10
|
-
from .accounttype import AccountType
|
11
|
-
from .accountverificationstatus import AccountVerificationStatus
|
12
|
-
from .achcreditsamedaypaymentmethod import (
|
13
|
-
AchCreditSameDayPaymentMethod,
|
14
|
-
AchCreditSameDayPaymentMethodPaymentMethodType,
|
15
|
-
AchCreditSameDayPaymentMethodTypedDict,
|
16
|
-
)
|
17
|
-
from .achcreditstandardpaymentmethod import (
|
18
|
-
AchCreditStandardPaymentMethod,
|
19
|
-
AchCreditStandardPaymentMethodPaymentMethodType,
|
20
|
-
AchCreditStandardPaymentMethodTypedDict,
|
21
|
-
)
|
22
|
-
from .achdebitcollectpaymentmethod import (
|
23
|
-
AchDebitCollectPaymentMethod,
|
24
|
-
AchDebitCollectPaymentMethodPaymentMethodType,
|
25
|
-
AchDebitCollectPaymentMethodTypedDict,
|
26
|
-
)
|
27
|
-
from .achdebitfundpaymentmethod import (
|
28
|
-
AchDebitFundPaymentMethod,
|
29
|
-
AchDebitFundPaymentMethodPaymentMethodType,
|
30
|
-
AchDebitFundPaymentMethodTypedDict,
|
31
|
-
)
|
32
|
-
from .achexception import ACHException, ACHExceptionTypedDict
|
33
|
-
from .achlocation import AchLocation, AchLocationTypedDict
|
34
|
-
from .achparticipant import AchParticipant, AchParticipantTypedDict, Logo, LogoTypedDict
|
35
|
-
from .achpaymentdetails import ACHPaymentDetails, ACHPaymentDetailsTypedDict
|
36
|
-
from .achpaymentdetailserror import (
|
37
|
-
ACHPaymentDetailsError,
|
38
|
-
ACHPaymentDetailsErrorTypedDict,
|
39
|
-
)
|
40
|
-
from .achpaymentsettings import ACHPaymentSettings, ACHPaymentSettingsTypedDict
|
41
|
-
from .achreturncode import ACHReturnCode
|
42
|
-
from .achtransactiondetails import ACHTransactionDetails, ACHTransactionDetailsTypedDict
|
43
|
-
from .achtransactionstatus import ACHTransactionStatus
|
44
|
-
from .addcapabilities import AddCapabilities, AddCapabilitiesTypedDict
|
45
|
-
from .address import Address, AddressTypedDict
|
46
|
-
from .addresserror import AddressError, AddressErrorTypedDict
|
47
|
-
from .addresssuggestion import AddressSuggestion, AddressSuggestionTypedDict
|
48
|
-
from .addressupdate import AddressUpdate, AddressUpdateTypedDict
|
49
|
-
from .adjustment import Adjustment, AdjustmentTypedDict
|
50
|
-
from .amount import Amount, AmountTypedDict
|
51
|
-
from .amountdecimal import AmountDecimal, AmountDecimalTypedDict
|
52
|
-
from .amountupdate import AmountUpdate, AmountUpdateTypedDict
|
53
|
-
from .amountvalidationerror import AmountValidationError, AmountValidationErrorTypedDict
|
54
|
-
from .applebillingcontact import AppleBillingContact, AppleBillingContactTypedDict
|
55
|
-
from .applepayheader import ApplePayHeader, ApplePayHeaderTypedDict
|
56
|
-
from .applepaymerchantdomains import (
|
57
|
-
ApplePayMerchantDomains,
|
58
|
-
ApplePayMerchantDomainsTypedDict,
|
59
|
-
)
|
60
|
-
from .applepaypaymentmethod import (
|
61
|
-
ApplePayPaymentMethod,
|
62
|
-
ApplePayPaymentMethodPaymentMethodType,
|
63
|
-
ApplePayPaymentMethodTypedDict,
|
64
|
-
)
|
65
|
-
from .applepayresponse import ApplePayResponse, ApplePayResponseTypedDict
|
66
|
-
from .applicationscope import ApplicationScope
|
67
|
-
from .asynccreatedrefund import AsyncCreatedRefund, AsyncCreatedRefundTypedDict
|
68
|
-
from .asynctransfer import AsyncTransfer, AsyncTransferTypedDict
|
69
|
-
from .authorizeduser import AuthorizedUser, AuthorizedUserTypedDict
|
70
|
-
from .authtoken import AuthToken, AuthTokenTypedDict
|
71
|
-
from .authtokenrequest import AuthTokenRequest, AuthTokenRequestTypedDict
|
72
|
-
from .bankaccount import BankAccount, BankAccountTypedDict
|
73
|
-
from .bankaccountexception import BankAccountException, BankAccountExceptionTypedDict
|
74
|
-
from .bankaccountholdertype import BankAccountHolderType
|
75
|
-
from .bankaccountintegration import (
|
76
|
-
BankAccountIntegration,
|
77
|
-
BankAccountIntegrationTypedDict,
|
78
|
-
)
|
79
|
-
from .bankaccountpayload import BankAccountPayload, BankAccountPayloadTypedDict
|
80
|
-
from .bankaccountstatus import BankAccountStatus
|
81
|
-
from .bankaccountstatusreason import BankAccountStatusReason
|
82
|
-
from .bankaccounttype import BankAccountType
|
83
|
-
from .bankaccountverification import (
|
84
|
-
BankAccountVerification,
|
85
|
-
BankAccountVerificationTypedDict,
|
86
|
-
)
|
87
|
-
from .bankaccountverificationcreated import (
|
88
|
-
BankAccountVerificationCreated,
|
89
|
-
BankAccountVerificationCreatedTypedDict,
|
90
|
-
)
|
91
|
-
from .bankaccountverificationmethod import BankAccountVerificationMethod
|
92
|
-
from .bankaccountverificationstatus import BankAccountVerificationStatus
|
93
|
-
from .bankaccountwaitfor import BankAccountWaitFor
|
94
|
-
from .basicpaymentmethod import BasicPaymentMethod, BasicPaymentMethodTypedDict
|
95
|
-
from .billablefee import BillableFee, BillableFeeTypedDict
|
96
|
-
from .birthdate import BirthDate, BirthDateTypedDict
|
97
|
-
from .birthdateerror import BirthDateError, BirthDateErrorTypedDict
|
98
|
-
from .birthdateupdate import BirthDateUpdate, BirthDateUpdateTypedDict
|
99
|
-
from .birthdatevalidationerror import (
|
100
|
-
BirthDateValidationError,
|
101
|
-
BirthDateValidationErrorTypedDict,
|
102
|
-
)
|
103
|
-
from .brandcolor import BrandColor, BrandColorTypedDict
|
104
|
-
from .brandcolors import BrandColors, BrandColorsTypedDict
|
105
|
-
from .brandcolorvalidationerror import (
|
106
|
-
BrandColorValidationError,
|
107
|
-
BrandColorValidationErrorTypedDict,
|
108
|
-
)
|
109
|
-
from .brandproperties import BrandProperties, BrandPropertiesTypedDict
|
110
|
-
from .businessprofile import BusinessProfile, BusinessProfileTypedDict
|
111
|
-
from .businesstype import BusinessType
|
112
|
-
from .calltoaction import CallToAction
|
113
|
-
from .cancellation import Cancellation, CancellationTypedDict
|
114
|
-
from .cancellationstatus import CancellationStatus
|
115
|
-
from .capabilitieserror import CapabilitiesError, CapabilitiesErrorTypedDict
|
116
|
-
from .capability import Capability, CapabilityTypedDict
|
117
|
-
from .capabilityid import CapabilityID
|
118
|
-
from .capabilityrequirement import CapabilityRequirement, CapabilityRequirementTypedDict
|
119
|
-
from .capabilitystatus import CapabilityStatus
|
120
|
-
from .card import Card, CardTypedDict
|
121
|
-
from .cardaccountupdater import CardAccountUpdater, CardAccountUpdaterTypedDict
|
122
|
-
from .cardacquiringdispute import CardAcquiringDispute, CardAcquiringDisputeTypedDict
|
123
|
-
from .cardacquiringmodel import CardAcquiringModel
|
124
|
-
from .cardacquiringrefund import CardAcquiringRefund, CardAcquiringRefundTypedDict
|
125
|
-
from .cardaddress import CardAddress, CardAddressTypedDict
|
126
|
-
from .cardbrand import CardBrand
|
127
|
-
from .cardexpiration import CardExpiration, CardExpirationTypedDict
|
128
|
-
from .cardexpirationerror import CardExpirationError, CardExpirationErrorTypedDict
|
129
|
-
from .cardissuingnetwork import CardIssuingNetwork
|
130
|
-
from .cardpaymentdetails import CardPaymentDetails, CardPaymentDetailsTypedDict
|
131
|
-
from .cardpaymentdetailserror import (
|
132
|
-
CardPaymentDetailsError,
|
133
|
-
CardPaymentDetailsErrorTypedDict,
|
134
|
-
)
|
135
|
-
from .cardpaymentpaymentmethod import (
|
136
|
-
CardPaymentPaymentMethod,
|
137
|
-
CardPaymentPaymentMethodPaymentMethodType,
|
138
|
-
CardPaymentPaymentMethodTypedDict,
|
139
|
-
)
|
140
|
-
from .cardpaymentsettings import CardPaymentSettings, CardPaymentSettingsTypedDict
|
141
|
-
from .cardpresentpaymentpaymentmethod import (
|
142
|
-
CardPresentPaymentPaymentMethod,
|
143
|
-
CardPresentPaymentPaymentMethodPaymentMethodType,
|
144
|
-
CardPresentPaymentPaymentMethodTypedDict,
|
145
|
-
)
|
146
|
-
from .cardtransactiondetails import (
|
147
|
-
CardTransactionDetails,
|
148
|
-
CardTransactionDetailsTypedDict,
|
149
|
-
)
|
150
|
-
from .cardtransactionfailurecode import CardTransactionFailureCode
|
151
|
-
from .cardtransactionstatus import CardTransactionStatus
|
152
|
-
from .cardtype import CardType
|
153
|
-
from .cardupdatereason import CardUpdateReason
|
154
|
-
from .cardverification import CardVerification, CardVerificationTypedDict
|
155
|
-
from .cardverificationresult import CardVerificationResult
|
156
|
-
from .cardvolumedistribution import (
|
157
|
-
CardVolumeDistribution,
|
158
|
-
CardVolumeDistributionTypedDict,
|
159
|
-
)
|
160
|
-
from .cardvolumedistributionerror import (
|
161
|
-
CardVolumeDistributionError,
|
162
|
-
CardVolumeDistributionErrorTypedDict,
|
163
|
-
)
|
164
|
-
from .collectionpaymentmethodtype import CollectionPaymentMethodType
|
165
|
-
from .colorsvalidationerror import ColorsValidationError, ColorsValidationErrorTypedDict
|
166
|
-
from .completebankaccountverification import (
|
167
|
-
CompleteBankAccountVerification,
|
168
|
-
CompleteBankAccountVerificationTypedDict,
|
169
|
-
)
|
170
|
-
from .completedmicrodeposits import (
|
171
|
-
CompletedMicroDeposits,
|
172
|
-
CompletedMicroDepositsTypedDict,
|
173
|
-
)
|
174
|
-
from .completemicrodeposits import CompleteMicroDeposits, CompleteMicroDepositsTypedDict
|
175
|
-
from .countrieserrors import CountriesErrors, CountriesErrorsTypedDict
|
176
|
-
from .createaccount import (
|
177
|
-
CreateAccount,
|
178
|
-
CreateAccountTermsOfService,
|
179
|
-
CreateAccountTermsOfServiceTypedDict,
|
180
|
-
CreateAccountTypedDict,
|
181
|
-
)
|
182
|
-
from .createaccounterror import CreateAccountError, CreateAccountErrorTypedDict
|
183
|
-
from .createaccountsettings import (
|
184
|
-
AchPayment,
|
185
|
-
AchPaymentTypedDict,
|
186
|
-
CardPayment,
|
187
|
-
CardPaymentTypedDict,
|
188
|
-
CreateAccountSettings,
|
189
|
-
CreateAccountSettingsTypedDict,
|
190
|
-
)
|
191
|
-
from .createaccounttype import CreateAccountType
|
192
|
-
from .createapplepaysession import CreateApplePaySession, CreateApplePaySessionTypedDict
|
193
|
-
from .createauthorizeduser import CreateAuthorizedUser, CreateAuthorizedUserTypedDict
|
194
|
-
from .createauthorizedusererror import (
|
195
|
-
CreateAuthorizedUserError,
|
196
|
-
CreateAuthorizedUserErrorTypedDict,
|
197
|
-
)
|
198
|
-
from .createauthorizeduserupdate import (
|
199
|
-
CreateAuthorizedUserUpdate,
|
200
|
-
CreateAuthorizedUserUpdateTypedDict,
|
201
|
-
)
|
202
|
-
from .createbusinesserror import (
|
203
|
-
CreateBusinessError,
|
204
|
-
CreateBusinessErrorEin,
|
205
|
-
CreateBusinessErrorEinTypedDict,
|
206
|
-
CreateBusinessErrorIndustryCodes,
|
207
|
-
CreateBusinessErrorIndustryCodesTypedDict,
|
208
|
-
CreateBusinessErrorTaxID,
|
209
|
-
CreateBusinessErrorTaxIDTypedDict,
|
210
|
-
CreateBusinessErrorTypedDict,
|
211
|
-
)
|
212
|
-
from .createbusinessprofile import CreateBusinessProfile, CreateBusinessProfileTypedDict
|
213
|
-
from .createdtransfer import CreatedTransfer, CreatedTransferTypedDict
|
214
|
-
from .createevidencefilemultipart import (
|
215
|
-
CreateEvidenceFileMultiPart,
|
216
|
-
CreateEvidenceFileMultiPartTypedDict,
|
217
|
-
File,
|
218
|
-
FileTypedDict,
|
219
|
-
)
|
220
|
-
from .createevidencetext import CreateEvidenceText, CreateEvidenceTextTypedDict
|
221
|
-
from .createfeeplanagreement import (
|
222
|
-
CreateFeePlanAgreement,
|
223
|
-
CreateFeePlanAgreementTypedDict,
|
224
|
-
)
|
225
|
-
from .createindividualerror import (
|
226
|
-
CreateIndividualError,
|
227
|
-
CreateIndividualErrorGovernmentID,
|
228
|
-
CreateIndividualErrorGovernmentIDTypedDict,
|
229
|
-
CreateIndividualErrorItin,
|
230
|
-
CreateIndividualErrorItinTypedDict,
|
231
|
-
CreateIndividualErrorSsn,
|
232
|
-
CreateIndividualErrorSsnTypedDict,
|
233
|
-
CreateIndividualErrorTypedDict,
|
234
|
-
)
|
235
|
-
from .createindividualprofile import (
|
236
|
-
CreateIndividualProfile,
|
237
|
-
CreateIndividualProfileTypedDict,
|
238
|
-
)
|
239
|
-
from .createpaymentlink import CreatePaymentLink, CreatePaymentLinkTypedDict
|
240
|
-
from .createprofile import CreateProfile, CreateProfileTypedDict
|
241
|
-
from .createprofileerror import CreateProfileError, CreateProfileErrorTypedDict
|
242
|
-
from .createrefund import CreateRefund, CreateRefundTypedDict
|
243
|
-
from .createrefundresponse import CreateRefundResponse, CreateRefundResponseTypedDict
|
244
|
-
from .createrepresentative import CreateRepresentative, CreateRepresentativeTypedDict
|
245
|
-
from .createreversal import CreateReversal, CreateReversalTypedDict
|
246
|
-
from .createsweepconfig import CreateSweepConfig, CreateSweepConfigTypedDict
|
247
|
-
from .createterminalapplication import (
|
248
|
-
CreateTerminalApplication,
|
249
|
-
CreateTerminalApplicationTypedDict,
|
250
|
-
)
|
251
|
-
from .createtransfer import CreateTransfer, CreateTransferTypedDict
|
252
|
-
from .createtransferdestination import (
|
253
|
-
CreateTransferDestination,
|
254
|
-
CreateTransferDestinationTypedDict,
|
255
|
-
)
|
256
|
-
from .createtransferdestinationach import (
|
257
|
-
CreateTransferDestinationACH,
|
258
|
-
CreateTransferDestinationACHTypedDict,
|
259
|
-
)
|
260
|
-
from .createtransferdestinationcard import (
|
261
|
-
CreateTransferDestinationCard,
|
262
|
-
CreateTransferDestinationCardTypedDict,
|
263
|
-
)
|
264
|
-
from .createtransferoptions import CreateTransferOptions, CreateTransferOptionsTypedDict
|
265
|
-
from .createtransfersource import CreateTransferSource, CreateTransferSourceTypedDict
|
266
|
-
from .createtransfersourceach import (
|
267
|
-
CreateTransferSourceACH,
|
268
|
-
CreateTransferSourceACHTypedDict,
|
269
|
-
)
|
270
|
-
from .createtransfersourcecard import (
|
271
|
-
CreateTransferSourceCard,
|
272
|
-
CreateTransferSourceCardTypedDict,
|
273
|
-
)
|
274
|
-
from .customersupport import CustomerSupport, CustomerSupportTypedDict
|
275
|
-
from .customersupporterror import CustomerSupportError, CustomerSupportErrorTypedDict
|
276
|
-
from .debitholdperiod import DebitHoldPeriod
|
277
|
-
from .disbursementpaymentmethodtype import DisbursementPaymentMethodType
|
278
|
-
from .displayoptionserror import DisplayOptionsError, DisplayOptionsErrorTypedDict
|
279
|
-
from .dispute import Dispute, DisputeTypedDict
|
280
|
-
from .disputeevidenceresponse import (
|
281
|
-
DisputeEvidenceResponse,
|
282
|
-
DisputeEvidenceResponseTypedDict,
|
283
|
-
)
|
284
|
-
from .disputephase import DisputePhase
|
285
|
-
from .disputestatus import DisputeStatus
|
286
|
-
from .disputetransferdetails import (
|
287
|
-
DisputeTransferDetails,
|
288
|
-
DisputeTransferDetailsTypedDict,
|
289
|
-
)
|
290
|
-
from .document import Document, DocumentTypedDict
|
291
|
-
from .documenttype import DocumentType
|
292
|
-
from .domesticpullfromcard import DomesticPullFromCard
|
293
|
-
from .domesticpushtocard import DomesticPushToCard
|
294
|
-
from .e2eetoken import E2EEToken, E2EETokenTypedDict
|
295
|
-
from .e2eetokenupdate import E2EETokenUpdate, E2EETokenUpdateTypedDict
|
296
|
-
from .end2endencryptionerror import (
|
297
|
-
End2EndEncryptionError,
|
298
|
-
End2EndEncryptionErrorTypedDict,
|
299
|
-
)
|
300
|
-
from .enrichedaddressresponse import (
|
301
|
-
EnrichedAddressResponse,
|
302
|
-
EnrichedAddressResponseTypedDict,
|
303
|
-
)
|
304
|
-
from .enrichedbusinessprofile import (
|
305
|
-
EnrichedBusinessProfile,
|
306
|
-
EnrichedBusinessProfileTypedDict,
|
307
|
-
)
|
308
|
-
from .enrichedbusinessresponse import (
|
309
|
-
EnrichedBusinessResponse,
|
310
|
-
EnrichedBusinessResponseTypedDict,
|
311
|
-
)
|
312
|
-
from .enrichedindustries import EnrichedIndustries, EnrichedIndustriesTypedDict
|
313
|
-
from .enrichedindustry import EnrichedIndustry, EnrichedIndustryTypedDict
|
314
|
-
from .enrichedindustrycodes import EnrichedIndustryCodes, EnrichedIndustryCodesTypedDict
|
315
|
-
from .entrymode import EntryMode
|
316
|
-
from .evidencetextresponse import EvidenceTextResponse, EvidenceTextResponseTypedDict
|
317
|
-
from .evidencetype import EvidenceType
|
318
|
-
from .evidenceuploadresponse import (
|
319
|
-
EvidenceUploadResponse,
|
320
|
-
EvidenceUploadResponseTypedDict,
|
321
|
-
)
|
322
|
-
from .facilitatorfee import FacilitatorFee, FacilitatorFeeTypedDict
|
323
|
-
from .feecategory import FeeCategory
|
324
|
-
from .feemodel import FeeModel
|
325
|
-
from .feeplan import FeePlan, FeePlanTypedDict
|
326
|
-
from .feeplanagreement import FeePlanAgreement, FeePlanAgreementTypedDict
|
327
|
-
from .feeplanagreementstatus import FeePlanAgreementStatus
|
328
|
-
from .feeproperties import FeeProperties, FeePropertiesTypedDict
|
329
|
-
from .filedetails import FileDetails, FileDetailsTypedDict
|
330
|
-
from .filepurpose import FilePurpose
|
331
|
-
from .filestatus import FileStatus
|
332
|
-
from .fileuploadrequestmultipart import (
|
333
|
-
FileUploadRequestMultiPart,
|
334
|
-
FileUploadRequestMultiPartFile,
|
335
|
-
FileUploadRequestMultiPartFileTypedDict,
|
336
|
-
FileUploadRequestMultiPartTypedDict,
|
337
|
-
)
|
338
|
-
from .financialinstitutions import FinancialInstitutions, FinancialInstitutionsTypedDict
|
339
|
-
from .fulfillmentdetails import FulfillmentDetails, FulfillmentDetailsTypedDict
|
340
|
-
from .fulfillmentdetailserror import (
|
341
|
-
FulfillmentDetailsError,
|
342
|
-
FulfillmentDetailsErrorTypedDict,
|
343
|
-
)
|
344
|
-
from .fullissuedcard import FullIssuedCard, FullIssuedCardTypedDict
|
345
|
-
from .generatedby import GeneratedBy, GeneratedByTypedDict
|
346
|
-
from .generatedbyaccountid import GeneratedByAccountID, GeneratedByAccountIDTypedDict
|
347
|
-
from .generatedbybankaccountid import (
|
348
|
-
GeneratedByBankAccountID,
|
349
|
-
GeneratedByBankAccountIDTypedDict,
|
350
|
-
)
|
351
|
-
from .generatedbycardid import GeneratedByCardID, GeneratedByCardIDTypedDict
|
352
|
-
from .generatedbydisputeid import GeneratedByDisputeID, GeneratedByDisputeIDTypedDict
|
353
|
-
from .generatedbytransferid import GeneratedByTransferID, GeneratedByTransferIDTypedDict
|
354
|
-
from .governmentid import (
|
355
|
-
GovernmentID,
|
356
|
-
GovernmentIDTypedDict,
|
357
|
-
Itin,
|
358
|
-
ItinTypedDict,
|
359
|
-
Ssn,
|
360
|
-
SsnTypedDict,
|
361
|
-
)
|
362
|
-
from .governmentiderror import (
|
363
|
-
GovernmentIDError,
|
364
|
-
GovernmentIDErrorItin,
|
365
|
-
GovernmentIDErrorItinTypedDict,
|
366
|
-
GovernmentIDErrorSsn,
|
367
|
-
GovernmentIDErrorSsnTypedDict,
|
368
|
-
GovernmentIDErrorTypedDict,
|
369
|
-
)
|
370
|
-
from .granttype import GrantType
|
371
|
-
from .guestprofile import GuestProfile, GuestProfileTypedDict
|
372
|
-
from .incurredfee import IncurredFee, IncurredFeeTypedDict
|
373
|
-
from .individualname import IndividualName, IndividualNameTypedDict
|
374
|
-
from .individualnameerror import IndividualNameError, IndividualNameErrorTypedDict
|
375
|
-
from .individualnameupdate import IndividualNameUpdate, IndividualNameUpdateTypedDict
|
376
|
-
from .individualprofile import IndividualProfile, IndividualProfileTypedDict
|
377
|
-
from .industrycodes import IndustryCodes, IndustryCodesTypedDict
|
378
|
-
from .issuedcard import IssuedCard, IssuedCardTypedDict
|
379
|
-
from .issuedcardauthorization import (
|
380
|
-
IssuedCardAuthorization,
|
381
|
-
IssuedCardAuthorizationTypedDict,
|
382
|
-
)
|
383
|
-
from .issuedcardauthorizationevent import (
|
384
|
-
IssuedCardAuthorizationEvent,
|
385
|
-
IssuedCardAuthorizationEventTypedDict,
|
386
|
-
)
|
387
|
-
from .issuedcardauthorizationeventresult import IssuedCardAuthorizationEventResult
|
388
|
-
from .issuedcardeventtype import IssuedCardEventType
|
389
|
-
from .issuedcardformfactor import IssuedCardFormFactor
|
390
|
-
from .issuedcardstate import IssuedCardState
|
391
|
-
from .issuedcardtransaction import IssuedCardTransaction, IssuedCardTransactionTypedDict
|
392
|
-
from .issuingauthorizationstatus import IssuingAuthorizationStatus
|
393
|
-
from .issuingcontrols import IssuingControls, IssuingControlsTypedDict
|
394
|
-
from .issuingcontrolserror import IssuingControlsError, IssuingControlsErrorTypedDict
|
395
|
-
from .issuingintervallimit import IssuingIntervalLimit
|
396
|
-
from .issuingmerchantdata import IssuingMerchantData, IssuingMerchantDataTypedDict
|
397
|
-
from .issuingvelocitylimit import IssuingVelocityLimit, IssuingVelocityLimitTypedDict
|
398
|
-
from .issuingvelocitylimiterror import (
|
399
|
-
IssuingVelocityLimitError,
|
400
|
-
IssuingVelocityLimitErrorTypedDict,
|
401
|
-
)
|
402
|
-
from .jsonwebkey import JSONWebKey, JSONWebKeyTypedDict, Use
|
403
|
-
from .linkaccountterminalapplication import (
|
404
|
-
LinkAccountTerminalApplication,
|
405
|
-
LinkAccountTerminalApplicationTypedDict,
|
406
|
-
)
|
407
|
-
from .linkapplepay import LinkApplePay, LinkApplePayTypedDict
|
408
|
-
from .linkapplepaymentdata import LinkApplePaymentData, LinkApplePaymentDataTypedDict
|
409
|
-
from .linkapplepaymentmethod import (
|
410
|
-
LinkApplePaymentMethod,
|
411
|
-
LinkApplePaymentMethodTypedDict,
|
412
|
-
)
|
413
|
-
from .linkapplepaytoken import LinkApplePayToken, LinkApplePayTokenTypedDict
|
414
|
-
from .linkbankaccount import LinkBankAccount, LinkBankAccountTypedDict
|
415
|
-
from .linkcard import LinkCard, LinkCardTypedDict
|
416
|
-
from .linkcardwaitfor import LinkCardWaitFor
|
417
|
-
from .linkedapplepaypaymentmethod import (
|
418
|
-
LinkedApplePayPaymentMethod,
|
419
|
-
LinkedApplePayPaymentMethodTypedDict,
|
420
|
-
)
|
421
|
-
from .listfeesfetchrequest import ListFeesFetchRequest, ListFeesFetchRequestTypedDict
|
422
|
-
from .manualtermsofservice import ManualTermsOfService, ManualTermsOfServiceTypedDict
|
423
|
-
from .manualtermsofserviceupdate import (
|
424
|
-
ManualTermsOfServiceUpdate,
|
425
|
-
ManualTermsOfServiceUpdateTypedDict,
|
426
|
-
)
|
427
|
-
from .microdepositstatus import MicroDepositStatus
|
428
|
-
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
429
|
-
from .mode import Mode
|
430
|
-
from .monthlyplatformfee import MonthlyPlatformFee, MonthlyPlatformFeeTypedDict
|
431
|
-
from .moovfee import MoovFee, MoovFeeTypedDict
|
432
|
-
from .moovfeedetails import MoovFeeDetails, MoovFeeDetailsTypedDict
|
433
|
-
from .moovwalletpaymentmethod import (
|
434
|
-
MoovWalletPaymentMethod,
|
435
|
-
MoovWalletPaymentMethodPaymentMethodType,
|
436
|
-
MoovWalletPaymentMethodTypedDict,
|
437
|
-
)
|
438
|
-
from .mxauthorizationcode import MXAuthorizationCode, MXAuthorizationCodeTypedDict
|
439
|
-
from .mxpayload import MxPayload, MxPayloadTypedDict
|
440
|
-
from .occurrence import Occurrence, OccurrenceTypedDict
|
441
|
-
from .occurrencesresponse import (
|
442
|
-
Error,
|
443
|
-
ErrorTypedDict,
|
444
|
-
OccurrencesResponse,
|
445
|
-
OccurrencesResponseTypedDict,
|
446
|
-
)
|
447
|
-
from .occurrencestatus import OccurrenceStatus
|
448
|
-
from .onboardinginvite import OnboardingInvite, OnboardingInviteTypedDict
|
449
|
-
from .onboardinginviterequest import (
|
450
|
-
OnboardingInviteRequest,
|
451
|
-
OnboardingInviteRequestTypedDict,
|
452
|
-
)
|
453
|
-
from .onboardingpartneraccount import (
|
454
|
-
OnboardingPartnerAccount,
|
455
|
-
OnboardingPartnerAccountTypedDict,
|
456
|
-
)
|
457
|
-
from .partialscheduleaccount import (
|
458
|
-
PartialScheduleAccount,
|
459
|
-
PartialScheduleAccountTypedDict,
|
460
|
-
)
|
461
|
-
from .partnerpricing import PartnerPricing, PartnerPricingTypedDict
|
462
|
-
from .partnerpricingagreement import (
|
463
|
-
PartnerPricingAgreement,
|
464
|
-
PartnerPricingAgreementTypedDict,
|
465
|
-
)
|
466
|
-
from .patchaccount import (
|
467
|
-
PatchAccount,
|
468
|
-
PatchAccountCustomerSupport,
|
469
|
-
PatchAccountCustomerSupportTypedDict,
|
470
|
-
PatchAccountTermsOfService,
|
471
|
-
PatchAccountTermsOfServiceTypedDict,
|
472
|
-
PatchAccountTypedDict,
|
473
|
-
)
|
474
|
-
from .patchaccounterror import PatchAccountError, PatchAccountErrorTypedDict
|
475
|
-
from .patchbusiness import PatchBusiness, PatchBusinessTypedDict
|
476
|
-
from .patchindividual import PatchIndividual, PatchIndividualTypedDict
|
477
|
-
from .patchprofile import PatchProfile, PatchProfileTypedDict
|
478
|
-
from .patchsweepconfig import (
|
479
|
-
PatchSweepConfig,
|
480
|
-
PatchSweepConfigTypedDict,
|
481
|
-
PullPaymentMethodID,
|
482
|
-
PullPaymentMethodID2,
|
483
|
-
PullPaymentMethodID2TypedDict,
|
484
|
-
PullPaymentMethodIDTypedDict,
|
485
|
-
PushPaymentMethodID,
|
486
|
-
PushPaymentMethodID2,
|
487
|
-
PushPaymentMethodID2TypedDict,
|
488
|
-
PushPaymentMethodIDTypedDict,
|
489
|
-
StatementDescriptor,
|
490
|
-
StatementDescriptor2,
|
491
|
-
StatementDescriptor2TypedDict,
|
492
|
-
StatementDescriptorTypedDict,
|
493
|
-
Status,
|
494
|
-
)
|
495
|
-
from .patchtransfer import PatchTransfer, PatchTransferTypedDict
|
496
|
-
from .paymentdetailserror import PaymentDetailsError, PaymentDetailsErrorTypedDict
|
497
|
-
from .paymentlink import PaymentLink, PaymentLinkTypedDict
|
498
|
-
from .paymentlinkcustomeroptions import (
|
499
|
-
PaymentLinkCustomerOptions,
|
500
|
-
PaymentLinkCustomerOptionsTypedDict,
|
501
|
-
)
|
502
|
-
from .paymentlinkdisplayoptions import (
|
503
|
-
PaymentLinkDisplayOptions,
|
504
|
-
PaymentLinkDisplayOptionsTypedDict,
|
505
|
-
)
|
506
|
-
from .paymentlinkdisplayoptionsupdate import (
|
507
|
-
PaymentLinkDisplayOptionsUpdate,
|
508
|
-
PaymentLinkDisplayOptionsUpdateTypedDict,
|
509
|
-
)
|
510
|
-
from .paymentlinkpaymentdetails import (
|
511
|
-
PaymentLinkPaymentDetails,
|
512
|
-
PaymentLinkPaymentDetailsTypedDict,
|
513
|
-
)
|
514
|
-
from .paymentlinkpaymentdetailsupdate import (
|
515
|
-
PaymentLinkPaymentDetailsUpdate,
|
516
|
-
PaymentLinkPaymentDetailsUpdateTypedDict,
|
517
|
-
)
|
518
|
-
from .paymentlinkpayoutdetails import (
|
519
|
-
PaymentLinkPayoutDetails,
|
520
|
-
PaymentLinkPayoutDetailsTypedDict,
|
521
|
-
)
|
522
|
-
from .paymentlinkpayoutdetailsupdate import (
|
523
|
-
PaymentLinkPayoutDetailsUpdate,
|
524
|
-
PaymentLinkPayoutDetailsUpdateTypedDict,
|
525
|
-
)
|
526
|
-
from .paymentlinkstatus import PaymentLinkStatus
|
527
|
-
from .paymentmethod import PaymentMethod, PaymentMethodTypedDict
|
528
|
-
from .paymentmethodsbankaccount import (
|
529
|
-
PaymentMethodsBankAccount,
|
530
|
-
PaymentMethodsBankAccountTypedDict,
|
531
|
-
)
|
532
|
-
from .paymentmethodscard import PaymentMethodsCard, PaymentMethodsCardTypedDict
|
533
|
-
from .paymentmethodswallet import PaymentMethodsWallet, PaymentMethodsWalletTypedDict
|
534
|
-
from .paymentmethodtype import PaymentMethodType
|
535
|
-
from .payoutdetailserror import PayoutDetailsError, PayoutDetailsErrorTypedDict
|
536
|
-
from .payoutrecipient import PayoutRecipient, PayoutRecipientTypedDict
|
537
|
-
from .payoutrecipienterror import PayoutRecipientError, PayoutRecipientErrorTypedDict
|
538
|
-
from .payoutrecipientupdate import PayoutRecipientUpdate, PayoutRecipientUpdateTypedDict
|
539
|
-
from .phonenumber import PhoneNumber, PhoneNumberTypedDict
|
540
|
-
from .phonenumbererror import PhoneNumberError, PhoneNumberErrorTypedDict
|
541
|
-
from .plaidintegration import PlaidIntegration, PlaidIntegrationTypedDict
|
542
|
-
from .plaidlinkintegration import PlaidLinkIntegration, PlaidLinkIntegrationTypedDict
|
543
|
-
from .plaidlinkpayload import PlaidLinkPayload, PlaidLinkPayloadTypedDict
|
544
|
-
from .plaidpayload import PlaidPayload, PlaidPayloadTypedDict
|
545
|
-
from .primaryregulator import PrimaryRegulator
|
546
|
-
from .profile import Profile, ProfileTypedDict
|
547
|
-
from .pullfromcardpaymentmethod import (
|
548
|
-
PullFromCardPaymentMethod,
|
549
|
-
PullFromCardPaymentMethodPaymentMethodType,
|
550
|
-
PullFromCardPaymentMethodTypedDict,
|
551
|
-
)
|
552
|
-
from .pushtocardpaymentmethod import (
|
553
|
-
PushToCardPaymentMethod,
|
554
|
-
PushToCardPaymentMethodPaymentMethodType,
|
555
|
-
PushToCardPaymentMethodTypedDict,
|
556
|
-
)
|
557
|
-
from .qrcode import QRCode, QRCodeTypedDict
|
558
|
-
from .receiptkind import ReceiptKind
|
559
|
-
from .receiptrequest import ReceiptRequest, ReceiptRequestTypedDict
|
560
|
-
from .receiptresponse import ReceiptResponse, ReceiptResponseTypedDict
|
561
|
-
from .recur import Recur, RecurTypedDict
|
562
|
-
from .refundcarddetails import RefundCardDetails, RefundCardDetailsTypedDict
|
563
|
-
from .refundcardstatus import RefundCardStatus
|
564
|
-
from .refundstatus import RefundStatus
|
565
|
-
from .registerapplepaymerchantdomains import (
|
566
|
-
RegisterApplePayMerchantDomains,
|
567
|
-
RegisterApplePayMerchantDomainsTypedDict,
|
568
|
-
)
|
569
|
-
from .representative import Representative, RepresentativeTypedDict
|
570
|
-
from .representativeresponsibilities import (
|
571
|
-
RepresentativeResponsibilities,
|
572
|
-
RepresentativeResponsibilitiesTypedDict,
|
573
|
-
)
|
574
|
-
from .representativeresponsibilitieserror import (
|
575
|
-
RepresentativeResponsibilitiesError,
|
576
|
-
RepresentativeResponsibilitiesErrorTypedDict,
|
577
|
-
)
|
578
|
-
from .requestcard import RequestCard, RequestCardTypedDict
|
579
|
-
from .requirementerror import RequirementError, RequirementErrorTypedDict
|
580
|
-
from .requirementerrorcode import RequirementErrorCode
|
581
|
-
from .requirementid import RequirementID
|
582
|
-
from .returnpolicytype import ReturnPolicyType
|
583
|
-
from .reversal import Reversal, ReversalTypedDict
|
584
|
-
from .reversedwithcancellation import (
|
585
|
-
ReversedWithCancellation,
|
586
|
-
ReversedWithCancellationTypedDict,
|
587
|
-
)
|
588
|
-
from .reversedwithrefund import ReversedWithRefund, ReversedWithRefundTypedDict
|
589
|
-
from .revoketokenrequest import (
|
590
|
-
RevokeTokenRequest,
|
591
|
-
RevokeTokenRequestTypedDict,
|
592
|
-
TokenTypeHint,
|
593
|
-
)
|
594
|
-
from .rtpcreditpaymentmethod import (
|
595
|
-
RtpCreditPaymentMethod,
|
596
|
-
RtpCreditPaymentMethodPaymentMethodType,
|
597
|
-
RtpCreditPaymentMethodTypedDict,
|
598
|
-
)
|
599
|
-
from .rtpfailurecode import RTPFailureCode
|
600
|
-
from .rtprejectioncode import RTPRejectionCode
|
601
|
-
from .rtptransactiondetails import RTPTransactionDetails, RTPTransactionDetailsTypedDict
|
602
|
-
from .rtptransactionstatus import RTPTransactionStatus
|
603
|
-
from .runtransfer import RunTransfer, RunTransferTypedDict
|
604
|
-
from .schedulelistresponse import ScheduleListResponse, ScheduleListResponseTypedDict
|
605
|
-
from .schedulepaymentmethod import (
|
606
|
-
AchDetails,
|
607
|
-
AchDetailsTypedDict,
|
608
|
-
CardDetails,
|
609
|
-
CardDetailsTypedDict,
|
610
|
-
SchedulePaymentMethod,
|
611
|
-
SchedulePaymentMethodTypedDict,
|
612
|
-
)
|
613
|
-
from .scheduleresponse import ScheduleResponse, ScheduleResponseTypedDict
|
614
|
-
from .seccode import SECCode
|
615
|
-
from .security import Security, SecurityTypedDict
|
616
|
-
from .sentreceipt import SentReceipt, SentReceiptTypedDict
|
617
|
-
from .settings import Settings, SettingsTypedDict
|
618
|
-
from .sourcedestinationoptions import (
|
619
|
-
SourceDestinationOptions,
|
620
|
-
SourceDestinationOptionsTypedDict,
|
621
|
-
)
|
622
|
-
from .sweep import Sweep, SweepTypedDict
|
623
|
-
from .sweepconfig import SweepConfig, SweepConfigTypedDict
|
624
|
-
from .sweepconfigpaymentmethod import (
|
625
|
-
SweepConfigPaymentMethod,
|
626
|
-
SweepConfigPaymentMethodTypedDict,
|
627
|
-
)
|
628
|
-
from .sweepconfigstatus import SweepConfigStatus
|
629
|
-
from .sweepstatus import SweepStatus
|
630
|
-
from .taxid import Ein, EinTypedDict, TaxID, TaxIDTypedDict
|
631
|
-
from .taxidupdate import (
|
632
|
-
TaxIDUpdate,
|
633
|
-
TaxIDUpdateEin,
|
634
|
-
TaxIDUpdateEinTypedDict,
|
635
|
-
TaxIDUpdateTypedDict,
|
636
|
-
)
|
637
|
-
from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
|
638
|
-
from .terminalapplicationplatform import TerminalApplicationPlatform
|
639
|
-
from .terminalapplicationstatus import TerminalApplicationStatus
|
640
|
-
from .terminalcard import TerminalCard, TerminalCardTypedDict
|
641
|
-
from .terminalconfiguration import TerminalConfiguration, TerminalConfigurationTypedDict
|
642
|
-
from .termsofservice import TermsOfService, TermsOfServiceTypedDict
|
643
|
-
from .termsofserviceerror import (
|
644
|
-
Manual,
|
645
|
-
ManualTypedDict,
|
646
|
-
TermsOfServiceError,
|
647
|
-
TermsOfServiceErrorTypedDict,
|
648
|
-
)
|
649
|
-
from .termsofservicetoken import TermsOfServiceToken, TermsOfServiceTokenTypedDict
|
650
|
-
from .termsofservicetokenupdate import (
|
651
|
-
TermsOfServiceTokenUpdate,
|
652
|
-
TermsOfServiceTokenUpdateTypedDict,
|
653
|
-
)
|
654
|
-
from .tokentype import TokenType
|
655
|
-
from .transactionsource import TransactionSource
|
656
|
-
from .transfer import Transfer, TransferTypedDict
|
657
|
-
from .transferaccount import TransferAccount, TransferAccountTypedDict
|
658
|
-
from .transferdestination import TransferDestination, TransferDestinationTypedDict
|
659
|
-
from .transferfailurereason import TransferFailureReason
|
660
|
-
from .transferoptions import TransferOptions, TransferOptionsTypedDict
|
661
|
-
from .transferparty import TransferParty
|
662
|
-
from .transfersource import TransferSource, TransferSourceTypedDict
|
663
|
-
from .transferstatus import TransferStatus
|
664
|
-
from .transferwaitfor import TransferWaitFor
|
665
|
-
from .underwriting import Underwriting, UnderwritingTypedDict
|
666
|
-
from .underwritingstatus import UnderwritingStatus
|
667
|
-
from .updateapplepaymerchantdomains import (
|
668
|
-
UpdateApplePayMerchantDomains,
|
669
|
-
UpdateApplePayMerchantDomainsTypedDict,
|
670
|
-
)
|
671
|
-
from .updatebrand import UpdateBrand, UpdateBrandTypedDict
|
672
|
-
from .updatecard import UpdateCard, UpdateCardTypedDict
|
673
|
-
from .updatecardaddress import UpdateCardAddress, UpdateCardAddressTypedDict
|
674
|
-
from .updatecardexpiration import UpdateCardExpiration, UpdateCardExpirationTypedDict
|
675
|
-
from .updatecolor import UpdateColor, UpdateColorTypedDict
|
676
|
-
from .updatecolors import UpdateColors, UpdateColorsTypedDict
|
677
|
-
from .updateevidence import UpdateEvidence, UpdateEvidenceTypedDict
|
678
|
-
from .updateissuedcard import UpdateIssuedCard, UpdateIssuedCardTypedDict
|
679
|
-
from .updatepaymentlink import UpdatePaymentLink, UpdatePaymentLinkTypedDict
|
680
|
-
from .updaterepresentative import (
|
681
|
-
Email,
|
682
|
-
EmailTypedDict,
|
683
|
-
Phone,
|
684
|
-
PhoneTypedDict,
|
685
|
-
Responsibilities,
|
686
|
-
ResponsibilitiesTypedDict,
|
687
|
-
Two,
|
688
|
-
TwoTypedDict,
|
689
|
-
UpdateRepresentative,
|
690
|
-
UpdateRepresentativeAddress,
|
691
|
-
UpdateRepresentativeAddressTypedDict,
|
692
|
-
UpdateRepresentativeBirthDate,
|
693
|
-
UpdateRepresentativeBirthDateTypedDict,
|
694
|
-
UpdateRepresentativeGovernmentID,
|
695
|
-
UpdateRepresentativeGovernmentIDTypedDict,
|
696
|
-
UpdateRepresentativeItin,
|
697
|
-
UpdateRepresentativeItinTypedDict,
|
698
|
-
UpdateRepresentativeSsn,
|
699
|
-
UpdateRepresentativeSsnTypedDict,
|
700
|
-
UpdateRepresentativeTypedDict,
|
701
|
-
)
|
702
|
-
from .updateunderwriting import UpdateUnderwriting, UpdateUnderwritingTypedDict
|
703
|
-
from .upsertschedule import UpsertSchedule, UpsertScheduleTypedDict
|
704
|
-
from .verification import Verification, VerificationTypedDict
|
705
|
-
from .verificationstatus import VerificationStatus
|
706
|
-
from .verificationstatusdetail import VerificationStatusDetail
|
707
|
-
from .volumebycustomertype import VolumeByCustomerType, VolumeByCustomerTypeTypedDict
|
708
|
-
from .volumebycustomertypeerror import (
|
709
|
-
VolumeByCustomerTypeError,
|
710
|
-
VolumeByCustomerTypeErrorTypedDict,
|
711
|
-
)
|
712
|
-
from .wallet import Wallet, WalletTypedDict
|
713
|
-
from .walletavailablebalance import (
|
714
|
-
WalletAvailableBalance,
|
715
|
-
WalletAvailableBalanceTypedDict,
|
716
|
-
)
|
717
|
-
from .wallettransaction import WalletTransaction, WalletTransactionTypedDict
|
718
|
-
from .wallettransactionsourcetype import WalletTransactionSourceType
|
719
|
-
from .wallettransactionstatus import WalletTransactionStatus
|
720
|
-
from .wallettransactiontype import WalletTransactionType
|
721
|
-
from .webhookdata import WebhookData, WebhookDataTypedDict
|
722
|
-
from .webhookdataaccountcreated import (
|
723
|
-
WebhookDataAccountCreated,
|
724
|
-
WebhookDataAccountCreatedTypedDict,
|
725
|
-
)
|
726
|
-
from .webhookdataaccountdeleted import (
|
727
|
-
WebhookDataAccountDeleted,
|
728
|
-
WebhookDataAccountDeletedTypedDict,
|
729
|
-
)
|
730
|
-
from .webhookdataaccountupdated import (
|
731
|
-
WebhookDataAccountUpdated,
|
732
|
-
WebhookDataAccountUpdatedTypedDict,
|
733
|
-
)
|
734
|
-
from .webhookdatabalanceupdated import (
|
735
|
-
WebhookDataBalanceUpdated,
|
736
|
-
WebhookDataBalanceUpdatedTypedDict,
|
737
|
-
)
|
738
|
-
from .webhookdatabankaccountcreated import (
|
739
|
-
WebhookDataBankAccountCreated,
|
740
|
-
WebhookDataBankAccountCreatedTypedDict,
|
741
|
-
)
|
742
|
-
from .webhookdatabankaccountdeleted import (
|
743
|
-
WebhookDataBankAccountDeleted,
|
744
|
-
WebhookDataBankAccountDeletedTypedDict,
|
745
|
-
)
|
746
|
-
from .webhookdatabankaccountupdated import (
|
747
|
-
WebhookDataBankAccountUpdated,
|
748
|
-
WebhookDataBankAccountUpdatedTypedDict,
|
749
|
-
)
|
750
|
-
from .webhookdatacancellationcreated import (
|
751
|
-
WebhookDataCancellationCreated,
|
752
|
-
WebhookDataCancellationCreatedTypedDict,
|
753
|
-
)
|
754
|
-
from .webhookdatacancellationupdated import (
|
755
|
-
WebhookDataCancellationUpdated,
|
756
|
-
WebhookDataCancellationUpdatedTypedDict,
|
757
|
-
)
|
758
|
-
from .webhookdatacapabilityrequested import (
|
759
|
-
WebhookDataCapabilityRequested,
|
760
|
-
WebhookDataCapabilityRequestedTypedDict,
|
761
|
-
)
|
762
|
-
from .webhookdatacapabilityupdated import (
|
763
|
-
WebhookDataCapabilityUpdated,
|
764
|
-
WebhookDataCapabilityUpdatedTypedDict,
|
765
|
-
)
|
766
|
-
from .webhookdatacardautoupdated import (
|
767
|
-
WebhookDataCardAutoUpdated,
|
768
|
-
WebhookDataCardAutoUpdatedTypedDict,
|
769
|
-
)
|
770
|
-
from .webhookdatadisputecreated import (
|
771
|
-
WebhookDataDisputeCreated,
|
772
|
-
WebhookDataDisputeCreatedTypedDict,
|
773
|
-
)
|
774
|
-
from .webhookdatadisputeupdated import (
|
775
|
-
WebhookDataDisputeUpdated,
|
776
|
-
WebhookDataDisputeUpdatedTypedDict,
|
777
|
-
)
|
778
|
-
from .webhookdatanetworkidupdated import (
|
779
|
-
WebhookDataNetworkIDUpdated,
|
780
|
-
WebhookDataNetworkIDUpdatedTypedDict,
|
781
|
-
)
|
782
|
-
from .webhookdatapaymentmethoddisabled import (
|
783
|
-
WebhookDataPaymentMethodDisabled,
|
784
|
-
WebhookDataPaymentMethodDisabledTypedDict,
|
785
|
-
)
|
786
|
-
from .webhookdatapaymentmethodenabled import (
|
787
|
-
WebhookDataPaymentMethodEnabled,
|
788
|
-
WebhookDataPaymentMethodEnabledTypedDict,
|
789
|
-
)
|
790
|
-
from .webhookdatarefundcreated import (
|
791
|
-
WebhookDataRefundCreated,
|
792
|
-
WebhookDataRefundCreatedTypedDict,
|
793
|
-
)
|
794
|
-
from .webhookdatarefundupdated import (
|
795
|
-
WebhookDataRefundUpdated,
|
796
|
-
WebhookDataRefundUpdatedTypedDict,
|
797
|
-
)
|
798
|
-
from .webhookdatarepresentativecreated import (
|
799
|
-
WebhookDataRepresentativeCreated,
|
800
|
-
WebhookDataRepresentativeCreatedTypedDict,
|
801
|
-
)
|
802
|
-
from .webhookdatarepresentativedisabled import (
|
803
|
-
WebhookDataRepresentativeDisabled,
|
804
|
-
WebhookDataRepresentativeDisabledTypedDict,
|
805
|
-
)
|
806
|
-
from .webhookdatarepresentativeupdated import (
|
807
|
-
WebhookDataRepresentativeUpdated,
|
808
|
-
WebhookDataRepresentativeUpdatedTypedDict,
|
809
|
-
)
|
810
|
-
from .webhookdatasweepcreated import (
|
811
|
-
WebhookDataSweepCreated,
|
812
|
-
WebhookDataSweepCreatedTypedDict,
|
813
|
-
)
|
814
|
-
from .webhookdatasweepupdated import (
|
815
|
-
WebhookDataSweepUpdated,
|
816
|
-
WebhookDataSweepUpdatedTypedDict,
|
817
|
-
)
|
818
|
-
from .webhookdataterminalapplicationcreated import (
|
819
|
-
WebhookDataTerminalApplicationCreated,
|
820
|
-
WebhookDataTerminalApplicationCreatedTypedDict,
|
821
|
-
)
|
822
|
-
from .webhookdataterminalapplicationupdated import (
|
823
|
-
WebhookDataTerminalApplicationUpdated,
|
824
|
-
WebhookDataTerminalApplicationUpdatedTypedDict,
|
825
|
-
)
|
826
|
-
from .webhookdatatransfercreated import (
|
827
|
-
WebhookDataTransferCreated,
|
828
|
-
WebhookDataTransferCreatedTypedDict,
|
829
|
-
)
|
830
|
-
from .webhookdatatransferupdated import (
|
831
|
-
WebhookDataTransferUpdated,
|
832
|
-
WebhookDataTransferUpdatedTypedDict,
|
833
|
-
)
|
834
|
-
from .webhookdatawallettransactionupdated import (
|
835
|
-
WebhookDataWalletTransactionUpdated,
|
836
|
-
WebhookDataWalletTransactionUpdatedTypedDict,
|
837
|
-
)
|
838
|
-
from .webhookevent import WebhookEvent, WebhookEventTypedDict
|
839
|
-
from .webhookeventtype import WebhookEventType
|
840
|
-
from .webhooktransferpaymentmethoddetails import (
|
841
|
-
WebhookTransferPaymentMethodDetails,
|
842
|
-
WebhookTransferPaymentMethodDetailsTypedDict,
|
843
|
-
)
|
844
|
-
from .webhookwalletavailablebalance import (
|
845
|
-
WebhookWalletAvailableBalance,
|
846
|
-
WebhookWalletAvailableBalanceTypedDict,
|
847
|
-
)
|
3
|
+
from typing import TYPE_CHECKING
|
4
|
+
from importlib import import_module
|
848
5
|
|
6
|
+
if TYPE_CHECKING:
|
7
|
+
from .account import Account, AccountTypedDict
|
8
|
+
from .accountcapability import AccountCapability, AccountCapabilityTypedDict
|
9
|
+
from .accountcountries import AccountCountries, AccountCountriesTypedDict
|
10
|
+
from .accountnameverification import (
|
11
|
+
AccountNameVerification,
|
12
|
+
AccountNameVerificationTypedDict,
|
13
|
+
)
|
14
|
+
from .accounttype import AccountType
|
15
|
+
from .accountverificationstatus import AccountVerificationStatus
|
16
|
+
from .achcreditsamedaypaymentmethod import (
|
17
|
+
AchCreditSameDayPaymentMethod,
|
18
|
+
AchCreditSameDayPaymentMethodPaymentMethodType,
|
19
|
+
AchCreditSameDayPaymentMethodTypedDict,
|
20
|
+
)
|
21
|
+
from .achcreditstandardpaymentmethod import (
|
22
|
+
AchCreditStandardPaymentMethod,
|
23
|
+
AchCreditStandardPaymentMethodPaymentMethodType,
|
24
|
+
AchCreditStandardPaymentMethodTypedDict,
|
25
|
+
)
|
26
|
+
from .achdebitcollectpaymentmethod import (
|
27
|
+
AchDebitCollectPaymentMethod,
|
28
|
+
AchDebitCollectPaymentMethodPaymentMethodType,
|
29
|
+
AchDebitCollectPaymentMethodTypedDict,
|
30
|
+
)
|
31
|
+
from .achdebitfundpaymentmethod import (
|
32
|
+
AchDebitFundPaymentMethod,
|
33
|
+
AchDebitFundPaymentMethodPaymentMethodType,
|
34
|
+
AchDebitFundPaymentMethodTypedDict,
|
35
|
+
)
|
36
|
+
from .achexception import ACHException, ACHExceptionTypedDict
|
37
|
+
from .achlocation import AchLocation, AchLocationTypedDict
|
38
|
+
from .achparticipant import (
|
39
|
+
AchParticipant,
|
40
|
+
AchParticipantTypedDict,
|
41
|
+
Logo,
|
42
|
+
LogoTypedDict,
|
43
|
+
)
|
44
|
+
from .achpaymentdetails import ACHPaymentDetails, ACHPaymentDetailsTypedDict
|
45
|
+
from .achpaymentdetailserror import (
|
46
|
+
ACHPaymentDetailsError,
|
47
|
+
ACHPaymentDetailsErrorTypedDict,
|
48
|
+
)
|
49
|
+
from .achpaymentsettings import ACHPaymentSettings, ACHPaymentSettingsTypedDict
|
50
|
+
from .achreturncode import ACHReturnCode
|
51
|
+
from .achtransactiondetails import (
|
52
|
+
ACHTransactionDetails,
|
53
|
+
ACHTransactionDetailsTypedDict,
|
54
|
+
)
|
55
|
+
from .achtransactionstatus import ACHTransactionStatus
|
56
|
+
from .addcapabilities import AddCapabilities, AddCapabilitiesTypedDict
|
57
|
+
from .address import Address, AddressTypedDict
|
58
|
+
from .addresserror import AddressError, AddressErrorTypedDict
|
59
|
+
from .addresssuggestion import AddressSuggestion, AddressSuggestionTypedDict
|
60
|
+
from .addressupdate import AddressUpdate, AddressUpdateTypedDict
|
61
|
+
from .adjustment import Adjustment, AdjustmentTypedDict
|
62
|
+
from .amount import Amount, AmountTypedDict
|
63
|
+
from .amountdecimal import AmountDecimal, AmountDecimalTypedDict
|
64
|
+
from .amountupdate import AmountUpdate, AmountUpdateTypedDict
|
65
|
+
from .amountvalidationerror import (
|
66
|
+
AmountValidationError,
|
67
|
+
AmountValidationErrorTypedDict,
|
68
|
+
)
|
69
|
+
from .applebillingcontact import AppleBillingContact, AppleBillingContactTypedDict
|
70
|
+
from .applepayheader import ApplePayHeader, ApplePayHeaderTypedDict
|
71
|
+
from .applepaymerchantdomains import (
|
72
|
+
ApplePayMerchantDomains,
|
73
|
+
ApplePayMerchantDomainsTypedDict,
|
74
|
+
)
|
75
|
+
from .applepaypaymentmethod import (
|
76
|
+
ApplePayPaymentMethod,
|
77
|
+
ApplePayPaymentMethodPaymentMethodType,
|
78
|
+
ApplePayPaymentMethodTypedDict,
|
79
|
+
)
|
80
|
+
from .applepayresponse import ApplePayResponse, ApplePayResponseTypedDict
|
81
|
+
from .applicationscope import ApplicationScope
|
82
|
+
from .asynccreatedrefund import AsyncCreatedRefund, AsyncCreatedRefundTypedDict
|
83
|
+
from .asynctransfer import AsyncTransfer, AsyncTransferTypedDict
|
84
|
+
from .authorizeduser import AuthorizedUser, AuthorizedUserTypedDict
|
85
|
+
from .authtoken import AuthToken, AuthTokenTypedDict
|
86
|
+
from .authtokenrequest import AuthTokenRequest, AuthTokenRequestTypedDict
|
87
|
+
from .bankaccount import BankAccount, BankAccountTypedDict
|
88
|
+
from .bankaccountexception import (
|
89
|
+
BankAccountException,
|
90
|
+
BankAccountExceptionTypedDict,
|
91
|
+
)
|
92
|
+
from .bankaccountholdertype import BankAccountHolderType
|
93
|
+
from .bankaccountintegration import (
|
94
|
+
BankAccountIntegration,
|
95
|
+
BankAccountIntegrationTypedDict,
|
96
|
+
)
|
97
|
+
from .bankaccountpayload import BankAccountPayload, BankAccountPayloadTypedDict
|
98
|
+
from .bankaccountstatus import BankAccountStatus
|
99
|
+
from .bankaccountstatusreason import BankAccountStatusReason
|
100
|
+
from .bankaccounttype import BankAccountType
|
101
|
+
from .bankaccountverification import (
|
102
|
+
BankAccountVerification,
|
103
|
+
BankAccountVerificationTypedDict,
|
104
|
+
)
|
105
|
+
from .bankaccountverificationcreated import (
|
106
|
+
BankAccountVerificationCreated,
|
107
|
+
BankAccountVerificationCreatedTypedDict,
|
108
|
+
)
|
109
|
+
from .bankaccountverificationmethod import BankAccountVerificationMethod
|
110
|
+
from .bankaccountverificationstatus import BankAccountVerificationStatus
|
111
|
+
from .bankaccountwaitfor import BankAccountWaitFor
|
112
|
+
from .basicpaymentmethod import BasicPaymentMethod, BasicPaymentMethodTypedDict
|
113
|
+
from .billablefee import BillableFee, BillableFeeTypedDict
|
114
|
+
from .birthdate import BirthDate, BirthDateTypedDict
|
115
|
+
from .birthdateerror import BirthDateError, BirthDateErrorTypedDict
|
116
|
+
from .birthdateupdate import BirthDateUpdate, BirthDateUpdateTypedDict
|
117
|
+
from .birthdatevalidationerror import (
|
118
|
+
BirthDateValidationError,
|
119
|
+
BirthDateValidationErrorTypedDict,
|
120
|
+
)
|
121
|
+
from .brandcolor import BrandColor, BrandColorTypedDict
|
122
|
+
from .brandcolors import BrandColors, BrandColorsTypedDict
|
123
|
+
from .brandcolorvalidationerror import (
|
124
|
+
BrandColorValidationError,
|
125
|
+
BrandColorValidationErrorTypedDict,
|
126
|
+
)
|
127
|
+
from .brandproperties import BrandProperties, BrandPropertiesTypedDict
|
128
|
+
from .businessprofile import BusinessProfile, BusinessProfileTypedDict
|
129
|
+
from .businesstype import BusinessType
|
130
|
+
from .calltoaction import CallToAction
|
131
|
+
from .cancellation import Cancellation, CancellationTypedDict
|
132
|
+
from .cancellationstatus import CancellationStatus
|
133
|
+
from .capabilitieserror import CapabilitiesError, CapabilitiesErrorTypedDict
|
134
|
+
from .capability import Capability, CapabilityTypedDict
|
135
|
+
from .capabilityid import CapabilityID
|
136
|
+
from .capabilityrequirement import (
|
137
|
+
CapabilityRequirement,
|
138
|
+
CapabilityRequirementTypedDict,
|
139
|
+
)
|
140
|
+
from .capabilitystatus import CapabilityStatus
|
141
|
+
from .card import Card, CardTypedDict
|
142
|
+
from .cardaccountupdater import CardAccountUpdater, CardAccountUpdaterTypedDict
|
143
|
+
from .cardacquiringdispute import (
|
144
|
+
CardAcquiringDispute,
|
145
|
+
CardAcquiringDisputeTypedDict,
|
146
|
+
)
|
147
|
+
from .cardacquiringmodel import CardAcquiringModel
|
148
|
+
from .cardacquiringrefund import CardAcquiringRefund, CardAcquiringRefundTypedDict
|
149
|
+
from .cardaddress import CardAddress, CardAddressTypedDict
|
150
|
+
from .cardbrand import CardBrand
|
151
|
+
from .cardexpiration import CardExpiration, CardExpirationTypedDict
|
152
|
+
from .cardexpirationerror import CardExpirationError, CardExpirationErrorTypedDict
|
153
|
+
from .cardissuingnetwork import CardIssuingNetwork
|
154
|
+
from .cardpaymentdetails import CardPaymentDetails, CardPaymentDetailsTypedDict
|
155
|
+
from .cardpaymentdetailserror import (
|
156
|
+
CardPaymentDetailsError,
|
157
|
+
CardPaymentDetailsErrorTypedDict,
|
158
|
+
)
|
159
|
+
from .cardpaymentpaymentmethod import (
|
160
|
+
CardPaymentPaymentMethod,
|
161
|
+
CardPaymentPaymentMethodPaymentMethodType,
|
162
|
+
CardPaymentPaymentMethodTypedDict,
|
163
|
+
)
|
164
|
+
from .cardpaymentsettings import CardPaymentSettings, CardPaymentSettingsTypedDict
|
165
|
+
from .cardpresentpaymentpaymentmethod import (
|
166
|
+
CardPresentPaymentPaymentMethod,
|
167
|
+
CardPresentPaymentPaymentMethodPaymentMethodType,
|
168
|
+
CardPresentPaymentPaymentMethodTypedDict,
|
169
|
+
)
|
170
|
+
from .cardtransactiondetails import (
|
171
|
+
CardTransactionDetails,
|
172
|
+
CardTransactionDetailsTypedDict,
|
173
|
+
)
|
174
|
+
from .cardtransactionfailurecode import CardTransactionFailureCode
|
175
|
+
from .cardtransactionstatus import CardTransactionStatus
|
176
|
+
from .cardtype import CardType
|
177
|
+
from .cardupdatereason import CardUpdateReason
|
178
|
+
from .cardverification import CardVerification, CardVerificationTypedDict
|
179
|
+
from .cardverificationresult import CardVerificationResult
|
180
|
+
from .cardvolumedistribution import (
|
181
|
+
CardVolumeDistribution,
|
182
|
+
CardVolumeDistributionTypedDict,
|
183
|
+
)
|
184
|
+
from .cardvolumedistributionerror import (
|
185
|
+
CardVolumeDistributionError,
|
186
|
+
CardVolumeDistributionErrorTypedDict,
|
187
|
+
)
|
188
|
+
from .collectionpaymentmethodtype import CollectionPaymentMethodType
|
189
|
+
from .colorsvalidationerror import (
|
190
|
+
ColorsValidationError,
|
191
|
+
ColorsValidationErrorTypedDict,
|
192
|
+
)
|
193
|
+
from .completebankaccountverification import (
|
194
|
+
CompleteBankAccountVerification,
|
195
|
+
CompleteBankAccountVerificationTypedDict,
|
196
|
+
)
|
197
|
+
from .completedmicrodeposits import (
|
198
|
+
CompletedMicroDeposits,
|
199
|
+
CompletedMicroDepositsTypedDict,
|
200
|
+
)
|
201
|
+
from .completemicrodeposits import (
|
202
|
+
CompleteMicroDeposits,
|
203
|
+
CompleteMicroDepositsTypedDict,
|
204
|
+
)
|
205
|
+
from .countrieserrors import CountriesErrors, CountriesErrorsTypedDict
|
206
|
+
from .createaccount import (
|
207
|
+
CreateAccount,
|
208
|
+
CreateAccountTermsOfService,
|
209
|
+
CreateAccountTermsOfServiceTypedDict,
|
210
|
+
CreateAccountTypedDict,
|
211
|
+
)
|
212
|
+
from .createaccounterror import CreateAccountError, CreateAccountErrorTypedDict
|
213
|
+
from .createaccountsettings import (
|
214
|
+
AchPayment,
|
215
|
+
AchPaymentTypedDict,
|
216
|
+
CardPayment,
|
217
|
+
CardPaymentTypedDict,
|
218
|
+
CreateAccountSettings,
|
219
|
+
CreateAccountSettingsTypedDict,
|
220
|
+
)
|
221
|
+
from .createaccounttype import CreateAccountType
|
222
|
+
from .createapplepaysession import (
|
223
|
+
CreateApplePaySession,
|
224
|
+
CreateApplePaySessionTypedDict,
|
225
|
+
)
|
226
|
+
from .createauthorizeduser import (
|
227
|
+
CreateAuthorizedUser,
|
228
|
+
CreateAuthorizedUserTypedDict,
|
229
|
+
)
|
230
|
+
from .createauthorizedusererror import (
|
231
|
+
CreateAuthorizedUserError,
|
232
|
+
CreateAuthorizedUserErrorTypedDict,
|
233
|
+
)
|
234
|
+
from .createauthorizeduserupdate import (
|
235
|
+
CreateAuthorizedUserUpdate,
|
236
|
+
CreateAuthorizedUserUpdateTypedDict,
|
237
|
+
)
|
238
|
+
from .createbusinesserror import (
|
239
|
+
CreateBusinessError,
|
240
|
+
CreateBusinessErrorEin,
|
241
|
+
CreateBusinessErrorEinTypedDict,
|
242
|
+
CreateBusinessErrorIndustryCodes,
|
243
|
+
CreateBusinessErrorIndustryCodesTypedDict,
|
244
|
+
CreateBusinessErrorTaxID,
|
245
|
+
CreateBusinessErrorTaxIDTypedDict,
|
246
|
+
CreateBusinessErrorTypedDict,
|
247
|
+
)
|
248
|
+
from .createbusinessprofile import (
|
249
|
+
CreateBusinessProfile,
|
250
|
+
CreateBusinessProfileTypedDict,
|
251
|
+
)
|
252
|
+
from .createdtransfer import CreatedTransfer, CreatedTransferTypedDict
|
253
|
+
from .createevidencefilemultipart import (
|
254
|
+
CreateEvidenceFileMultiPart,
|
255
|
+
CreateEvidenceFileMultiPartTypedDict,
|
256
|
+
File,
|
257
|
+
FileTypedDict,
|
258
|
+
)
|
259
|
+
from .createevidencetext import CreateEvidenceText, CreateEvidenceTextTypedDict
|
260
|
+
from .createfeeplanagreement import (
|
261
|
+
CreateFeePlanAgreement,
|
262
|
+
CreateFeePlanAgreementTypedDict,
|
263
|
+
)
|
264
|
+
from .createindividualerror import (
|
265
|
+
CreateIndividualError,
|
266
|
+
CreateIndividualErrorGovernmentID,
|
267
|
+
CreateIndividualErrorGovernmentIDTypedDict,
|
268
|
+
CreateIndividualErrorItin,
|
269
|
+
CreateIndividualErrorItinTypedDict,
|
270
|
+
CreateIndividualErrorSsn,
|
271
|
+
CreateIndividualErrorSsnTypedDict,
|
272
|
+
CreateIndividualErrorTypedDict,
|
273
|
+
)
|
274
|
+
from .createindividualprofile import (
|
275
|
+
CreateIndividualProfile,
|
276
|
+
CreateIndividualProfileTypedDict,
|
277
|
+
)
|
278
|
+
from .createpaymentlink import CreatePaymentLink, CreatePaymentLinkTypedDict
|
279
|
+
from .createprofile import CreateProfile, CreateProfileTypedDict
|
280
|
+
from .createprofileerror import CreateProfileError, CreateProfileErrorTypedDict
|
281
|
+
from .createrefund import CreateRefund, CreateRefundTypedDict
|
282
|
+
from .createrefundresponse import (
|
283
|
+
CreateRefundResponse,
|
284
|
+
CreateRefundResponseTypedDict,
|
285
|
+
)
|
286
|
+
from .createrepresentative import (
|
287
|
+
CreateRepresentative,
|
288
|
+
CreateRepresentativeTypedDict,
|
289
|
+
)
|
290
|
+
from .createreversal import CreateReversal, CreateReversalTypedDict
|
291
|
+
from .createsweepconfig import CreateSweepConfig, CreateSweepConfigTypedDict
|
292
|
+
from .createterminalapplication import (
|
293
|
+
CreateTerminalApplication,
|
294
|
+
CreateTerminalApplicationTypedDict,
|
295
|
+
)
|
296
|
+
from .createtransfer import CreateTransfer, CreateTransferTypedDict
|
297
|
+
from .createtransferdestination import (
|
298
|
+
CreateTransferDestination,
|
299
|
+
CreateTransferDestinationTypedDict,
|
300
|
+
)
|
301
|
+
from .createtransferdestinationach import (
|
302
|
+
CreateTransferDestinationACH,
|
303
|
+
CreateTransferDestinationACHTypedDict,
|
304
|
+
)
|
305
|
+
from .createtransferdestinationcard import (
|
306
|
+
CreateTransferDestinationCard,
|
307
|
+
CreateTransferDestinationCardTypedDict,
|
308
|
+
)
|
309
|
+
from .createtransferoptions import (
|
310
|
+
CreateTransferOptions,
|
311
|
+
CreateTransferOptionsTypedDict,
|
312
|
+
)
|
313
|
+
from .createtransfersource import (
|
314
|
+
CreateTransferSource,
|
315
|
+
CreateTransferSourceTypedDict,
|
316
|
+
)
|
317
|
+
from .createtransfersourceach import (
|
318
|
+
CreateTransferSourceACH,
|
319
|
+
CreateTransferSourceACHTypedDict,
|
320
|
+
)
|
321
|
+
from .createtransfersourcecard import (
|
322
|
+
CreateTransferSourceCard,
|
323
|
+
CreateTransferSourceCardTypedDict,
|
324
|
+
)
|
325
|
+
from .customersupport import CustomerSupport, CustomerSupportTypedDict
|
326
|
+
from .customersupporterror import (
|
327
|
+
CustomerSupportError,
|
328
|
+
CustomerSupportErrorTypedDict,
|
329
|
+
)
|
330
|
+
from .debitholdperiod import DebitHoldPeriod
|
331
|
+
from .disbursementpaymentmethodtype import DisbursementPaymentMethodType
|
332
|
+
from .displayoptionserror import DisplayOptionsError, DisplayOptionsErrorTypedDict
|
333
|
+
from .dispute import Dispute, DisputeTypedDict
|
334
|
+
from .disputeevidenceresponse import (
|
335
|
+
DisputeEvidenceResponse,
|
336
|
+
DisputeEvidenceResponseTypedDict,
|
337
|
+
)
|
338
|
+
from .disputephase import DisputePhase
|
339
|
+
from .disputestatus import DisputeStatus
|
340
|
+
from .disputetransferdetails import (
|
341
|
+
DisputeTransferDetails,
|
342
|
+
DisputeTransferDetailsTypedDict,
|
343
|
+
)
|
344
|
+
from .document import Document, DocumentTypedDict
|
345
|
+
from .documenttype import DocumentType
|
346
|
+
from .domesticpullfromcard import DomesticPullFromCard
|
347
|
+
from .domesticpushtocard import DomesticPushToCard
|
348
|
+
from .e2eetoken import E2EEToken, E2EETokenTypedDict
|
349
|
+
from .e2eetokenupdate import E2EETokenUpdate, E2EETokenUpdateTypedDict
|
350
|
+
from .end2endencryptionerror import (
|
351
|
+
End2EndEncryptionError,
|
352
|
+
End2EndEncryptionErrorTypedDict,
|
353
|
+
)
|
354
|
+
from .enrichedaddressresponse import (
|
355
|
+
EnrichedAddressResponse,
|
356
|
+
EnrichedAddressResponseTypedDict,
|
357
|
+
)
|
358
|
+
from .enrichedbusinessprofile import (
|
359
|
+
EnrichedBusinessProfile,
|
360
|
+
EnrichedBusinessProfileTypedDict,
|
361
|
+
)
|
362
|
+
from .enrichedbusinessresponse import (
|
363
|
+
EnrichedBusinessResponse,
|
364
|
+
EnrichedBusinessResponseTypedDict,
|
365
|
+
)
|
366
|
+
from .enrichedindustries import EnrichedIndustries, EnrichedIndustriesTypedDict
|
367
|
+
from .enrichedindustry import EnrichedIndustry, EnrichedIndustryTypedDict
|
368
|
+
from .enrichedindustrycodes import (
|
369
|
+
EnrichedIndustryCodes,
|
370
|
+
EnrichedIndustryCodesTypedDict,
|
371
|
+
)
|
372
|
+
from .entrymode import EntryMode
|
373
|
+
from .evidencetextresponse import (
|
374
|
+
EvidenceTextResponse,
|
375
|
+
EvidenceTextResponseTypedDict,
|
376
|
+
)
|
377
|
+
from .evidencetype import EvidenceType
|
378
|
+
from .evidenceuploadresponse import (
|
379
|
+
EvidenceUploadResponse,
|
380
|
+
EvidenceUploadResponseTypedDict,
|
381
|
+
)
|
382
|
+
from .facilitatorfee import FacilitatorFee, FacilitatorFeeTypedDict
|
383
|
+
from .feecategory import FeeCategory
|
384
|
+
from .feemodel import FeeModel
|
385
|
+
from .feeplan import FeePlan, FeePlanTypedDict
|
386
|
+
from .feeplanagreement import FeePlanAgreement, FeePlanAgreementTypedDict
|
387
|
+
from .feeplanagreementstatus import FeePlanAgreementStatus
|
388
|
+
from .feeproperties import FeeProperties, FeePropertiesTypedDict
|
389
|
+
from .filedetails import FileDetails, FileDetailsTypedDict
|
390
|
+
from .filepurpose import FilePurpose
|
391
|
+
from .filestatus import FileStatus
|
392
|
+
from .fileuploadrequestmultipart import (
|
393
|
+
FileUploadRequestMultiPart,
|
394
|
+
FileUploadRequestMultiPartFile,
|
395
|
+
FileUploadRequestMultiPartFileTypedDict,
|
396
|
+
FileUploadRequestMultiPartTypedDict,
|
397
|
+
)
|
398
|
+
from .financialinstitutions import (
|
399
|
+
FinancialInstitutions,
|
400
|
+
FinancialInstitutionsTypedDict,
|
401
|
+
)
|
402
|
+
from .fulfillmentdetails import FulfillmentDetails, FulfillmentDetailsTypedDict
|
403
|
+
from .fulfillmentdetailserror import (
|
404
|
+
FulfillmentDetailsError,
|
405
|
+
FulfillmentDetailsErrorTypedDict,
|
406
|
+
)
|
407
|
+
from .fullissuedcard import FullIssuedCard, FullIssuedCardTypedDict
|
408
|
+
from .generatedby import GeneratedBy, GeneratedByTypedDict
|
409
|
+
from .generatedbyaccountid import (
|
410
|
+
GeneratedByAccountID,
|
411
|
+
GeneratedByAccountIDTypedDict,
|
412
|
+
)
|
413
|
+
from .generatedbybankaccountid import (
|
414
|
+
GeneratedByBankAccountID,
|
415
|
+
GeneratedByBankAccountIDTypedDict,
|
416
|
+
)
|
417
|
+
from .generatedbycardid import GeneratedByCardID, GeneratedByCardIDTypedDict
|
418
|
+
from .generatedbydisputeid import (
|
419
|
+
GeneratedByDisputeID,
|
420
|
+
GeneratedByDisputeIDTypedDict,
|
421
|
+
)
|
422
|
+
from .generatedbytransferid import (
|
423
|
+
GeneratedByTransferID,
|
424
|
+
GeneratedByTransferIDTypedDict,
|
425
|
+
)
|
426
|
+
from .governmentid import (
|
427
|
+
GovernmentID,
|
428
|
+
GovernmentIDTypedDict,
|
429
|
+
Itin,
|
430
|
+
ItinTypedDict,
|
431
|
+
Ssn,
|
432
|
+
SsnTypedDict,
|
433
|
+
)
|
434
|
+
from .governmentiderror import (
|
435
|
+
GovernmentIDError,
|
436
|
+
GovernmentIDErrorItin,
|
437
|
+
GovernmentIDErrorItinTypedDict,
|
438
|
+
GovernmentIDErrorSsn,
|
439
|
+
GovernmentIDErrorSsnTypedDict,
|
440
|
+
GovernmentIDErrorTypedDict,
|
441
|
+
)
|
442
|
+
from .granttype import GrantType
|
443
|
+
from .guestprofile import GuestProfile, GuestProfileTypedDict
|
444
|
+
from .incurredfee import IncurredFee, IncurredFeeTypedDict
|
445
|
+
from .individualname import IndividualName, IndividualNameTypedDict
|
446
|
+
from .individualnameerror import IndividualNameError, IndividualNameErrorTypedDict
|
447
|
+
from .individualnameupdate import (
|
448
|
+
IndividualNameUpdate,
|
449
|
+
IndividualNameUpdateTypedDict,
|
450
|
+
)
|
451
|
+
from .individualprofile import IndividualProfile, IndividualProfileTypedDict
|
452
|
+
from .industrycodes import IndustryCodes, IndustryCodesTypedDict
|
453
|
+
from .issuedcard import IssuedCard, IssuedCardTypedDict
|
454
|
+
from .issuedcardauthorization import (
|
455
|
+
IssuedCardAuthorization,
|
456
|
+
IssuedCardAuthorizationTypedDict,
|
457
|
+
)
|
458
|
+
from .issuedcardauthorizationevent import (
|
459
|
+
IssuedCardAuthorizationEvent,
|
460
|
+
IssuedCardAuthorizationEventTypedDict,
|
461
|
+
)
|
462
|
+
from .issuedcardauthorizationeventresult import IssuedCardAuthorizationEventResult
|
463
|
+
from .issuedcardeventtype import IssuedCardEventType
|
464
|
+
from .issuedcardformfactor import IssuedCardFormFactor
|
465
|
+
from .issuedcardstate import IssuedCardState
|
466
|
+
from .issuedcardtransaction import (
|
467
|
+
IssuedCardTransaction,
|
468
|
+
IssuedCardTransactionTypedDict,
|
469
|
+
)
|
470
|
+
from .issuingauthorizationstatus import IssuingAuthorizationStatus
|
471
|
+
from .issuingcontrols import IssuingControls, IssuingControlsTypedDict
|
472
|
+
from .issuingcontrolserror import (
|
473
|
+
IssuingControlsError,
|
474
|
+
IssuingControlsErrorTypedDict,
|
475
|
+
)
|
476
|
+
from .issuingintervallimit import IssuingIntervalLimit
|
477
|
+
from .issuingmerchantdata import IssuingMerchantData, IssuingMerchantDataTypedDict
|
478
|
+
from .issuingvelocitylimit import (
|
479
|
+
IssuingVelocityLimit,
|
480
|
+
IssuingVelocityLimitTypedDict,
|
481
|
+
)
|
482
|
+
from .issuingvelocitylimiterror import (
|
483
|
+
IssuingVelocityLimitError,
|
484
|
+
IssuingVelocityLimitErrorTypedDict,
|
485
|
+
)
|
486
|
+
from .jsonwebkey import JSONWebKey, JSONWebKeyTypedDict, Use
|
487
|
+
from .linkaccountterminalapplication import (
|
488
|
+
LinkAccountTerminalApplication,
|
489
|
+
LinkAccountTerminalApplicationTypedDict,
|
490
|
+
)
|
491
|
+
from .linkapplepay import LinkApplePay, LinkApplePayTypedDict
|
492
|
+
from .linkapplepaymentdata import (
|
493
|
+
LinkApplePaymentData,
|
494
|
+
LinkApplePaymentDataTypedDict,
|
495
|
+
)
|
496
|
+
from .linkapplepaymentmethod import (
|
497
|
+
LinkApplePaymentMethod,
|
498
|
+
LinkApplePaymentMethodTypedDict,
|
499
|
+
)
|
500
|
+
from .linkapplepaytoken import LinkApplePayToken, LinkApplePayTokenTypedDict
|
501
|
+
from .linkbankaccount import LinkBankAccount, LinkBankAccountTypedDict
|
502
|
+
from .linkcard import LinkCard, LinkCardTypedDict
|
503
|
+
from .linkcardwaitfor import LinkCardWaitFor
|
504
|
+
from .linkedapplepaypaymentmethod import (
|
505
|
+
LinkedApplePayPaymentMethod,
|
506
|
+
LinkedApplePayPaymentMethodTypedDict,
|
507
|
+
)
|
508
|
+
from .listfeesfetchrequest import (
|
509
|
+
ListFeesFetchRequest,
|
510
|
+
ListFeesFetchRequestTypedDict,
|
511
|
+
)
|
512
|
+
from .manualtermsofservice import (
|
513
|
+
ManualTermsOfService,
|
514
|
+
ManualTermsOfServiceTypedDict,
|
515
|
+
)
|
516
|
+
from .manualtermsofserviceupdate import (
|
517
|
+
ManualTermsOfServiceUpdate,
|
518
|
+
ManualTermsOfServiceUpdateTypedDict,
|
519
|
+
)
|
520
|
+
from .microdepositstatus import MicroDepositStatus
|
521
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
522
|
+
from .mode import Mode
|
523
|
+
from .monthlyplatformfee import MonthlyPlatformFee, MonthlyPlatformFeeTypedDict
|
524
|
+
from .moovfee import MoovFee, MoovFeeTypedDict
|
525
|
+
from .moovfeedetails import MoovFeeDetails, MoovFeeDetailsTypedDict
|
526
|
+
from .moovwalletpaymentmethod import (
|
527
|
+
MoovWalletPaymentMethod,
|
528
|
+
MoovWalletPaymentMethodPaymentMethodType,
|
529
|
+
MoovWalletPaymentMethodTypedDict,
|
530
|
+
)
|
531
|
+
from .mxauthorizationcode import MXAuthorizationCode, MXAuthorizationCodeTypedDict
|
532
|
+
from .mxpayload import MxPayload, MxPayloadTypedDict
|
533
|
+
from .occurrence import Occurrence, OccurrenceTypedDict
|
534
|
+
from .occurrencesresponse import (
|
535
|
+
Error,
|
536
|
+
ErrorTypedDict,
|
537
|
+
OccurrencesResponse,
|
538
|
+
OccurrencesResponseTypedDict,
|
539
|
+
)
|
540
|
+
from .occurrencestatus import OccurrenceStatus
|
541
|
+
from .onboardinginvite import OnboardingInvite, OnboardingInviteTypedDict
|
542
|
+
from .onboardinginviterequest import (
|
543
|
+
OnboardingInviteRequest,
|
544
|
+
OnboardingInviteRequestTypedDict,
|
545
|
+
)
|
546
|
+
from .onboardingpartneraccount import (
|
547
|
+
OnboardingPartnerAccount,
|
548
|
+
OnboardingPartnerAccountTypedDict,
|
549
|
+
)
|
550
|
+
from .partialscheduleaccount import (
|
551
|
+
PartialScheduleAccount,
|
552
|
+
PartialScheduleAccountTypedDict,
|
553
|
+
)
|
554
|
+
from .partnerpricing import PartnerPricing, PartnerPricingTypedDict
|
555
|
+
from .partnerpricingagreement import (
|
556
|
+
PartnerPricingAgreement,
|
557
|
+
PartnerPricingAgreementTypedDict,
|
558
|
+
)
|
559
|
+
from .patchaccount import (
|
560
|
+
PatchAccount,
|
561
|
+
PatchAccountCustomerSupport,
|
562
|
+
PatchAccountCustomerSupportTypedDict,
|
563
|
+
PatchAccountTermsOfService,
|
564
|
+
PatchAccountTermsOfServiceTypedDict,
|
565
|
+
PatchAccountTypedDict,
|
566
|
+
)
|
567
|
+
from .patchaccounterror import PatchAccountError, PatchAccountErrorTypedDict
|
568
|
+
from .patchbusiness import PatchBusiness, PatchBusinessTypedDict
|
569
|
+
from .patchindividual import PatchIndividual, PatchIndividualTypedDict
|
570
|
+
from .patchprofile import PatchProfile, PatchProfileTypedDict
|
571
|
+
from .patchsweepconfig import (
|
572
|
+
PatchSweepConfig,
|
573
|
+
PatchSweepConfigTypedDict,
|
574
|
+
PullPaymentMethodID,
|
575
|
+
PullPaymentMethodID2,
|
576
|
+
PullPaymentMethodID2TypedDict,
|
577
|
+
PullPaymentMethodIDTypedDict,
|
578
|
+
PushPaymentMethodID,
|
579
|
+
PushPaymentMethodID2,
|
580
|
+
PushPaymentMethodID2TypedDict,
|
581
|
+
PushPaymentMethodIDTypedDict,
|
582
|
+
StatementDescriptor,
|
583
|
+
StatementDescriptor2,
|
584
|
+
StatementDescriptor2TypedDict,
|
585
|
+
StatementDescriptorTypedDict,
|
586
|
+
Status,
|
587
|
+
)
|
588
|
+
from .patchtransfer import PatchTransfer, PatchTransferTypedDict
|
589
|
+
from .paymentdetailserror import PaymentDetailsError, PaymentDetailsErrorTypedDict
|
590
|
+
from .paymentlink import PaymentLink, PaymentLinkTypedDict
|
591
|
+
from .paymentlinkcustomeroptions import (
|
592
|
+
PaymentLinkCustomerOptions,
|
593
|
+
PaymentLinkCustomerOptionsTypedDict,
|
594
|
+
)
|
595
|
+
from .paymentlinkdisplayoptions import (
|
596
|
+
PaymentLinkDisplayOptions,
|
597
|
+
PaymentLinkDisplayOptionsTypedDict,
|
598
|
+
)
|
599
|
+
from .paymentlinkdisplayoptionsupdate import (
|
600
|
+
PaymentLinkDisplayOptionsUpdate,
|
601
|
+
PaymentLinkDisplayOptionsUpdateTypedDict,
|
602
|
+
)
|
603
|
+
from .paymentlinkpaymentdetails import (
|
604
|
+
PaymentLinkPaymentDetails,
|
605
|
+
PaymentLinkPaymentDetailsTypedDict,
|
606
|
+
)
|
607
|
+
from .paymentlinkpaymentdetailsupdate import (
|
608
|
+
PaymentLinkPaymentDetailsUpdate,
|
609
|
+
PaymentLinkPaymentDetailsUpdateTypedDict,
|
610
|
+
)
|
611
|
+
from .paymentlinkpayoutdetails import (
|
612
|
+
PaymentLinkPayoutDetails,
|
613
|
+
PaymentLinkPayoutDetailsTypedDict,
|
614
|
+
)
|
615
|
+
from .paymentlinkpayoutdetailsupdate import (
|
616
|
+
PaymentLinkPayoutDetailsUpdate,
|
617
|
+
PaymentLinkPayoutDetailsUpdateTypedDict,
|
618
|
+
)
|
619
|
+
from .paymentlinkstatus import PaymentLinkStatus
|
620
|
+
from .paymentmethod import PaymentMethod, PaymentMethodTypedDict
|
621
|
+
from .paymentmethodsbankaccount import (
|
622
|
+
PaymentMethodsBankAccount,
|
623
|
+
PaymentMethodsBankAccountTypedDict,
|
624
|
+
)
|
625
|
+
from .paymentmethodscard import PaymentMethodsCard, PaymentMethodsCardTypedDict
|
626
|
+
from .paymentmethodswallet import (
|
627
|
+
PaymentMethodsWallet,
|
628
|
+
PaymentMethodsWalletTypedDict,
|
629
|
+
)
|
630
|
+
from .paymentmethodtype import PaymentMethodType
|
631
|
+
from .payoutdetailserror import PayoutDetailsError, PayoutDetailsErrorTypedDict
|
632
|
+
from .payoutrecipient import PayoutRecipient, PayoutRecipientTypedDict
|
633
|
+
from .payoutrecipienterror import (
|
634
|
+
PayoutRecipientError,
|
635
|
+
PayoutRecipientErrorTypedDict,
|
636
|
+
)
|
637
|
+
from .payoutrecipientupdate import (
|
638
|
+
PayoutRecipientUpdate,
|
639
|
+
PayoutRecipientUpdateTypedDict,
|
640
|
+
)
|
641
|
+
from .phonenumber import PhoneNumber, PhoneNumberTypedDict
|
642
|
+
from .phonenumbererror import PhoneNumberError, PhoneNumberErrorTypedDict
|
643
|
+
from .plaidintegration import PlaidIntegration, PlaidIntegrationTypedDict
|
644
|
+
from .plaidlinkintegration import (
|
645
|
+
PlaidLinkIntegration,
|
646
|
+
PlaidLinkIntegrationTypedDict,
|
647
|
+
)
|
648
|
+
from .plaidlinkpayload import PlaidLinkPayload, PlaidLinkPayloadTypedDict
|
649
|
+
from .plaidpayload import PlaidPayload, PlaidPayloadTypedDict
|
650
|
+
from .primaryregulator import PrimaryRegulator
|
651
|
+
from .profile import Profile, ProfileTypedDict
|
652
|
+
from .pullfromcardpaymentmethod import (
|
653
|
+
PullFromCardPaymentMethod,
|
654
|
+
PullFromCardPaymentMethodPaymentMethodType,
|
655
|
+
PullFromCardPaymentMethodTypedDict,
|
656
|
+
)
|
657
|
+
from .pushtocardpaymentmethod import (
|
658
|
+
PushToCardPaymentMethod,
|
659
|
+
PushToCardPaymentMethodPaymentMethodType,
|
660
|
+
PushToCardPaymentMethodTypedDict,
|
661
|
+
)
|
662
|
+
from .qrcode import QRCode, QRCodeTypedDict
|
663
|
+
from .receiptkind import ReceiptKind
|
664
|
+
from .receiptrequest import ReceiptRequest, ReceiptRequestTypedDict
|
665
|
+
from .receiptresponse import ReceiptResponse, ReceiptResponseTypedDict
|
666
|
+
from .recur import Recur, RecurTypedDict
|
667
|
+
from .refundcarddetails import RefundCardDetails, RefundCardDetailsTypedDict
|
668
|
+
from .refundcardstatus import RefundCardStatus
|
669
|
+
from .refundstatus import RefundStatus
|
670
|
+
from .registerapplepaymerchantdomains import (
|
671
|
+
RegisterApplePayMerchantDomains,
|
672
|
+
RegisterApplePayMerchantDomainsTypedDict,
|
673
|
+
)
|
674
|
+
from .representative import Representative, RepresentativeTypedDict
|
675
|
+
from .representativeresponsibilities import (
|
676
|
+
RepresentativeResponsibilities,
|
677
|
+
RepresentativeResponsibilitiesTypedDict,
|
678
|
+
)
|
679
|
+
from .representativeresponsibilitieserror import (
|
680
|
+
RepresentativeResponsibilitiesError,
|
681
|
+
RepresentativeResponsibilitiesErrorTypedDict,
|
682
|
+
)
|
683
|
+
from .requestcard import RequestCard, RequestCardTypedDict
|
684
|
+
from .requirementerror import RequirementError, RequirementErrorTypedDict
|
685
|
+
from .requirementerrorcode import RequirementErrorCode
|
686
|
+
from .requirementid import RequirementID
|
687
|
+
from .returnpolicytype import ReturnPolicyType
|
688
|
+
from .reversal import Reversal, ReversalTypedDict
|
689
|
+
from .reversedwithcancellation import (
|
690
|
+
ReversedWithCancellation,
|
691
|
+
ReversedWithCancellationTypedDict,
|
692
|
+
)
|
693
|
+
from .reversedwithrefund import ReversedWithRefund, ReversedWithRefundTypedDict
|
694
|
+
from .revoketokenrequest import (
|
695
|
+
RevokeTokenRequest,
|
696
|
+
RevokeTokenRequestTypedDict,
|
697
|
+
TokenTypeHint,
|
698
|
+
)
|
699
|
+
from .rtpcreditpaymentmethod import (
|
700
|
+
RtpCreditPaymentMethod,
|
701
|
+
RtpCreditPaymentMethodPaymentMethodType,
|
702
|
+
RtpCreditPaymentMethodTypedDict,
|
703
|
+
)
|
704
|
+
from .rtpfailurecode import RTPFailureCode
|
705
|
+
from .rtprejectioncode import RTPRejectionCode
|
706
|
+
from .rtptransactiondetails import (
|
707
|
+
RTPTransactionDetails,
|
708
|
+
RTPTransactionDetailsTypedDict,
|
709
|
+
)
|
710
|
+
from .rtptransactionstatus import RTPTransactionStatus
|
711
|
+
from .runtransfer import RunTransfer, RunTransferTypedDict
|
712
|
+
from .schedulelistresponse import (
|
713
|
+
ScheduleListResponse,
|
714
|
+
ScheduleListResponseTypedDict,
|
715
|
+
)
|
716
|
+
from .schedulepaymentmethod import (
|
717
|
+
AchDetails,
|
718
|
+
AchDetailsTypedDict,
|
719
|
+
CardDetails,
|
720
|
+
CardDetailsTypedDict,
|
721
|
+
SchedulePaymentMethod,
|
722
|
+
SchedulePaymentMethodTypedDict,
|
723
|
+
)
|
724
|
+
from .scheduleresponse import ScheduleResponse, ScheduleResponseTypedDict
|
725
|
+
from .seccode import SECCode
|
726
|
+
from .security import Security, SecurityTypedDict
|
727
|
+
from .sentreceipt import SentReceipt, SentReceiptTypedDict
|
728
|
+
from .settings import Settings, SettingsTypedDict
|
729
|
+
from .sourcedestinationoptions import (
|
730
|
+
SourceDestinationOptions,
|
731
|
+
SourceDestinationOptionsTypedDict,
|
732
|
+
)
|
733
|
+
from .sweep import Sweep, SweepTypedDict
|
734
|
+
from .sweepconfig import SweepConfig, SweepConfigTypedDict
|
735
|
+
from .sweepconfigpaymentmethod import (
|
736
|
+
SweepConfigPaymentMethod,
|
737
|
+
SweepConfigPaymentMethodTypedDict,
|
738
|
+
)
|
739
|
+
from .sweepconfigstatus import SweepConfigStatus
|
740
|
+
from .sweepstatus import SweepStatus
|
741
|
+
from .sweepsubtotal import SweepSubtotal, SweepSubtotalTypedDict
|
742
|
+
from .taxid import Ein, EinTypedDict, TaxID, TaxIDTypedDict
|
743
|
+
from .taxidupdate import (
|
744
|
+
TaxIDUpdate,
|
745
|
+
TaxIDUpdateEin,
|
746
|
+
TaxIDUpdateEinTypedDict,
|
747
|
+
TaxIDUpdateTypedDict,
|
748
|
+
)
|
749
|
+
from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
|
750
|
+
from .terminalapplicationplatform import TerminalApplicationPlatform
|
751
|
+
from .terminalapplicationstatus import TerminalApplicationStatus
|
752
|
+
from .terminalcard import TerminalCard, TerminalCardTypedDict
|
753
|
+
from .terminalconfiguration import (
|
754
|
+
TerminalConfiguration,
|
755
|
+
TerminalConfigurationTypedDict,
|
756
|
+
)
|
757
|
+
from .termsofservice import TermsOfService, TermsOfServiceTypedDict
|
758
|
+
from .termsofserviceerror import (
|
759
|
+
Manual,
|
760
|
+
ManualTypedDict,
|
761
|
+
TermsOfServiceError,
|
762
|
+
TermsOfServiceErrorTypedDict,
|
763
|
+
)
|
764
|
+
from .termsofservicetoken import TermsOfServiceToken, TermsOfServiceTokenTypedDict
|
765
|
+
from .termsofservicetokenupdate import (
|
766
|
+
TermsOfServiceTokenUpdate,
|
767
|
+
TermsOfServiceTokenUpdateTypedDict,
|
768
|
+
)
|
769
|
+
from .tokentype import TokenType
|
770
|
+
from .transactionsource import TransactionSource
|
771
|
+
from .transfer import Transfer, TransferTypedDict
|
772
|
+
from .transferaccount import TransferAccount, TransferAccountTypedDict
|
773
|
+
from .transferdestination import TransferDestination, TransferDestinationTypedDict
|
774
|
+
from .transferfailurereason import TransferFailureReason
|
775
|
+
from .transferoptions import TransferOptions, TransferOptionsTypedDict
|
776
|
+
from .transferparty import TransferParty
|
777
|
+
from .transfersource import TransferSource, TransferSourceTypedDict
|
778
|
+
from .transferstatus import TransferStatus
|
779
|
+
from .transferwaitfor import TransferWaitFor
|
780
|
+
from .underwriting import Underwriting, UnderwritingTypedDict
|
781
|
+
from .underwritingstatus import UnderwritingStatus
|
782
|
+
from .updateapplepaymerchantdomains import (
|
783
|
+
UpdateApplePayMerchantDomains,
|
784
|
+
UpdateApplePayMerchantDomainsTypedDict,
|
785
|
+
)
|
786
|
+
from .updatebrand import UpdateBrand, UpdateBrandTypedDict
|
787
|
+
from .updatecard import UpdateCard, UpdateCardTypedDict
|
788
|
+
from .updatecardaddress import UpdateCardAddress, UpdateCardAddressTypedDict
|
789
|
+
from .updatecardexpiration import (
|
790
|
+
UpdateCardExpiration,
|
791
|
+
UpdateCardExpirationTypedDict,
|
792
|
+
)
|
793
|
+
from .updatecolor import UpdateColor, UpdateColorTypedDict
|
794
|
+
from .updatecolors import UpdateColors, UpdateColorsTypedDict
|
795
|
+
from .updateevidence import UpdateEvidence, UpdateEvidenceTypedDict
|
796
|
+
from .updateissuedcard import UpdateIssuedCard, UpdateIssuedCardTypedDict
|
797
|
+
from .updatepaymentlink import UpdatePaymentLink, UpdatePaymentLinkTypedDict
|
798
|
+
from .updaterepresentative import (
|
799
|
+
Email,
|
800
|
+
EmailTypedDict,
|
801
|
+
Phone,
|
802
|
+
PhoneTypedDict,
|
803
|
+
Responsibilities,
|
804
|
+
ResponsibilitiesTypedDict,
|
805
|
+
Two,
|
806
|
+
TwoTypedDict,
|
807
|
+
UpdateRepresentative,
|
808
|
+
UpdateRepresentativeAddress,
|
809
|
+
UpdateRepresentativeAddressTypedDict,
|
810
|
+
UpdateRepresentativeBirthDate,
|
811
|
+
UpdateRepresentativeBirthDateTypedDict,
|
812
|
+
UpdateRepresentativeGovernmentID,
|
813
|
+
UpdateRepresentativeGovernmentIDTypedDict,
|
814
|
+
UpdateRepresentativeItin,
|
815
|
+
UpdateRepresentativeItinTypedDict,
|
816
|
+
UpdateRepresentativeSsn,
|
817
|
+
UpdateRepresentativeSsnTypedDict,
|
818
|
+
UpdateRepresentativeTypedDict,
|
819
|
+
)
|
820
|
+
from .updateunderwriting import UpdateUnderwriting, UpdateUnderwritingTypedDict
|
821
|
+
from .upsertschedule import UpsertSchedule, UpsertScheduleTypedDict
|
822
|
+
from .verification import Verification, VerificationTypedDict
|
823
|
+
from .verificationstatus import VerificationStatus
|
824
|
+
from .verificationstatusdetail import VerificationStatusDetail
|
825
|
+
from .volumebycustomertype import (
|
826
|
+
VolumeByCustomerType,
|
827
|
+
VolumeByCustomerTypeTypedDict,
|
828
|
+
)
|
829
|
+
from .volumebycustomertypeerror import (
|
830
|
+
VolumeByCustomerTypeError,
|
831
|
+
VolumeByCustomerTypeErrorTypedDict,
|
832
|
+
)
|
833
|
+
from .wallet import Wallet, WalletTypedDict
|
834
|
+
from .walletavailablebalance import (
|
835
|
+
WalletAvailableBalance,
|
836
|
+
WalletAvailableBalanceTypedDict,
|
837
|
+
)
|
838
|
+
from .wallettransaction import WalletTransaction, WalletTransactionTypedDict
|
839
|
+
from .wallettransactionsourcetype import WalletTransactionSourceType
|
840
|
+
from .wallettransactionstatus import WalletTransactionStatus
|
841
|
+
from .wallettransactiontype import WalletTransactionType
|
842
|
+
from .webhookdata import WebhookData, WebhookDataTypedDict
|
843
|
+
from .webhookdataaccountcreated import (
|
844
|
+
WebhookDataAccountCreated,
|
845
|
+
WebhookDataAccountCreatedTypedDict,
|
846
|
+
)
|
847
|
+
from .webhookdataaccountdeleted import (
|
848
|
+
WebhookDataAccountDeleted,
|
849
|
+
WebhookDataAccountDeletedTypedDict,
|
850
|
+
)
|
851
|
+
from .webhookdataaccountupdated import (
|
852
|
+
WebhookDataAccountUpdated,
|
853
|
+
WebhookDataAccountUpdatedTypedDict,
|
854
|
+
)
|
855
|
+
from .webhookdatabalanceupdated import (
|
856
|
+
WebhookDataBalanceUpdated,
|
857
|
+
WebhookDataBalanceUpdatedTypedDict,
|
858
|
+
)
|
859
|
+
from .webhookdatabankaccountcreated import (
|
860
|
+
WebhookDataBankAccountCreated,
|
861
|
+
WebhookDataBankAccountCreatedTypedDict,
|
862
|
+
)
|
863
|
+
from .webhookdatabankaccountdeleted import (
|
864
|
+
WebhookDataBankAccountDeleted,
|
865
|
+
WebhookDataBankAccountDeletedTypedDict,
|
866
|
+
)
|
867
|
+
from .webhookdatabankaccountupdated import (
|
868
|
+
WebhookDataBankAccountUpdated,
|
869
|
+
WebhookDataBankAccountUpdatedTypedDict,
|
870
|
+
)
|
871
|
+
from .webhookdatacancellationcreated import (
|
872
|
+
WebhookDataCancellationCreated,
|
873
|
+
WebhookDataCancellationCreatedTypedDict,
|
874
|
+
)
|
875
|
+
from .webhookdatacancellationupdated import (
|
876
|
+
WebhookDataCancellationUpdated,
|
877
|
+
WebhookDataCancellationUpdatedTypedDict,
|
878
|
+
)
|
879
|
+
from .webhookdatacapabilityrequested import (
|
880
|
+
WebhookDataCapabilityRequested,
|
881
|
+
WebhookDataCapabilityRequestedTypedDict,
|
882
|
+
)
|
883
|
+
from .webhookdatacapabilityupdated import (
|
884
|
+
WebhookDataCapabilityUpdated,
|
885
|
+
WebhookDataCapabilityUpdatedTypedDict,
|
886
|
+
)
|
887
|
+
from .webhookdatacardautoupdated import (
|
888
|
+
WebhookDataCardAutoUpdated,
|
889
|
+
WebhookDataCardAutoUpdatedTypedDict,
|
890
|
+
)
|
891
|
+
from .webhookdatadisputecreated import (
|
892
|
+
WebhookDataDisputeCreated,
|
893
|
+
WebhookDataDisputeCreatedTypedDict,
|
894
|
+
)
|
895
|
+
from .webhookdatadisputeupdated import (
|
896
|
+
WebhookDataDisputeUpdated,
|
897
|
+
WebhookDataDisputeUpdatedTypedDict,
|
898
|
+
)
|
899
|
+
from .webhookdatanetworkidupdated import (
|
900
|
+
WebhookDataNetworkIDUpdated,
|
901
|
+
WebhookDataNetworkIDUpdatedTypedDict,
|
902
|
+
)
|
903
|
+
from .webhookdatapaymentmethoddisabled import (
|
904
|
+
WebhookDataPaymentMethodDisabled,
|
905
|
+
WebhookDataPaymentMethodDisabledTypedDict,
|
906
|
+
)
|
907
|
+
from .webhookdatapaymentmethodenabled import (
|
908
|
+
WebhookDataPaymentMethodEnabled,
|
909
|
+
WebhookDataPaymentMethodEnabledTypedDict,
|
910
|
+
)
|
911
|
+
from .webhookdatarefundcreated import (
|
912
|
+
WebhookDataRefundCreated,
|
913
|
+
WebhookDataRefundCreatedTypedDict,
|
914
|
+
)
|
915
|
+
from .webhookdatarefundupdated import (
|
916
|
+
WebhookDataRefundUpdated,
|
917
|
+
WebhookDataRefundUpdatedTypedDict,
|
918
|
+
)
|
919
|
+
from .webhookdatarepresentativecreated import (
|
920
|
+
WebhookDataRepresentativeCreated,
|
921
|
+
WebhookDataRepresentativeCreatedTypedDict,
|
922
|
+
)
|
923
|
+
from .webhookdatarepresentativedisabled import (
|
924
|
+
WebhookDataRepresentativeDisabled,
|
925
|
+
WebhookDataRepresentativeDisabledTypedDict,
|
926
|
+
)
|
927
|
+
from .webhookdatarepresentativeupdated import (
|
928
|
+
WebhookDataRepresentativeUpdated,
|
929
|
+
WebhookDataRepresentativeUpdatedTypedDict,
|
930
|
+
)
|
931
|
+
from .webhookdatasweepcreated import (
|
932
|
+
WebhookDataSweepCreated,
|
933
|
+
WebhookDataSweepCreatedTypedDict,
|
934
|
+
)
|
935
|
+
from .webhookdatasweepupdated import (
|
936
|
+
WebhookDataSweepUpdated,
|
937
|
+
WebhookDataSweepUpdatedTypedDict,
|
938
|
+
)
|
939
|
+
from .webhookdataterminalapplicationcreated import (
|
940
|
+
WebhookDataTerminalApplicationCreated,
|
941
|
+
WebhookDataTerminalApplicationCreatedTypedDict,
|
942
|
+
)
|
943
|
+
from .webhookdataterminalapplicationupdated import (
|
944
|
+
WebhookDataTerminalApplicationUpdated,
|
945
|
+
WebhookDataTerminalApplicationUpdatedTypedDict,
|
946
|
+
)
|
947
|
+
from .webhookdatatransfercreated import (
|
948
|
+
WebhookDataTransferCreated,
|
949
|
+
WebhookDataTransferCreatedTypedDict,
|
950
|
+
)
|
951
|
+
from .webhookdatatransferupdated import (
|
952
|
+
WebhookDataTransferUpdated,
|
953
|
+
WebhookDataTransferUpdatedTypedDict,
|
954
|
+
)
|
955
|
+
from .webhookdatawallettransactionupdated import (
|
956
|
+
WebhookDataWalletTransactionUpdated,
|
957
|
+
WebhookDataWalletTransactionUpdatedTypedDict,
|
958
|
+
)
|
959
|
+
from .webhookevent import WebhookEvent, WebhookEventTypedDict
|
960
|
+
from .webhookeventtype import WebhookEventType
|
961
|
+
from .webhooktransferpaymentmethoddetails import (
|
962
|
+
WebhookTransferPaymentMethodDetails,
|
963
|
+
WebhookTransferPaymentMethodDetailsTypedDict,
|
964
|
+
)
|
965
|
+
from .webhookwalletavailablebalance import (
|
966
|
+
WebhookWalletAvailableBalance,
|
967
|
+
WebhookWalletAvailableBalanceTypedDict,
|
968
|
+
)
|
849
969
|
|
850
970
|
__all__ = [
|
851
971
|
"ACHException",
|
@@ -1488,6 +1608,8 @@ __all__ = [
|
|
1488
1608
|
"SweepConfigStatus",
|
1489
1609
|
"SweepConfigTypedDict",
|
1490
1610
|
"SweepStatus",
|
1611
|
+
"SweepSubtotal",
|
1612
|
+
"SweepSubtotalTypedDict",
|
1491
1613
|
"SweepTypedDict",
|
1492
1614
|
"TaxID",
|
1493
1615
|
"TaxIDTypedDict",
|
@@ -1655,3 +1777,840 @@ __all__ = [
|
|
1655
1777
|
"WebhookWalletAvailableBalance",
|
1656
1778
|
"WebhookWalletAvailableBalanceTypedDict",
|
1657
1779
|
]
|
1780
|
+
|
1781
|
+
_dynamic_imports: dict[str, str] = {
|
1782
|
+
"Account": ".account",
|
1783
|
+
"AccountTypedDict": ".account",
|
1784
|
+
"AccountCapability": ".accountcapability",
|
1785
|
+
"AccountCapabilityTypedDict": ".accountcapability",
|
1786
|
+
"AccountCountries": ".accountcountries",
|
1787
|
+
"AccountCountriesTypedDict": ".accountcountries",
|
1788
|
+
"AccountNameVerification": ".accountnameverification",
|
1789
|
+
"AccountNameVerificationTypedDict": ".accountnameverification",
|
1790
|
+
"AccountType": ".accounttype",
|
1791
|
+
"AccountVerificationStatus": ".accountverificationstatus",
|
1792
|
+
"AchCreditSameDayPaymentMethod": ".achcreditsamedaypaymentmethod",
|
1793
|
+
"AchCreditSameDayPaymentMethodPaymentMethodType": ".achcreditsamedaypaymentmethod",
|
1794
|
+
"AchCreditSameDayPaymentMethodTypedDict": ".achcreditsamedaypaymentmethod",
|
1795
|
+
"AchCreditStandardPaymentMethod": ".achcreditstandardpaymentmethod",
|
1796
|
+
"AchCreditStandardPaymentMethodPaymentMethodType": ".achcreditstandardpaymentmethod",
|
1797
|
+
"AchCreditStandardPaymentMethodTypedDict": ".achcreditstandardpaymentmethod",
|
1798
|
+
"AchDebitCollectPaymentMethod": ".achdebitcollectpaymentmethod",
|
1799
|
+
"AchDebitCollectPaymentMethodPaymentMethodType": ".achdebitcollectpaymentmethod",
|
1800
|
+
"AchDebitCollectPaymentMethodTypedDict": ".achdebitcollectpaymentmethod",
|
1801
|
+
"AchDebitFundPaymentMethod": ".achdebitfundpaymentmethod",
|
1802
|
+
"AchDebitFundPaymentMethodPaymentMethodType": ".achdebitfundpaymentmethod",
|
1803
|
+
"AchDebitFundPaymentMethodTypedDict": ".achdebitfundpaymentmethod",
|
1804
|
+
"ACHException": ".achexception",
|
1805
|
+
"ACHExceptionTypedDict": ".achexception",
|
1806
|
+
"AchLocation": ".achlocation",
|
1807
|
+
"AchLocationTypedDict": ".achlocation",
|
1808
|
+
"AchParticipant": ".achparticipant",
|
1809
|
+
"AchParticipantTypedDict": ".achparticipant",
|
1810
|
+
"Logo": ".achparticipant",
|
1811
|
+
"LogoTypedDict": ".achparticipant",
|
1812
|
+
"ACHPaymentDetails": ".achpaymentdetails",
|
1813
|
+
"ACHPaymentDetailsTypedDict": ".achpaymentdetails",
|
1814
|
+
"ACHPaymentDetailsError": ".achpaymentdetailserror",
|
1815
|
+
"ACHPaymentDetailsErrorTypedDict": ".achpaymentdetailserror",
|
1816
|
+
"ACHPaymentSettings": ".achpaymentsettings",
|
1817
|
+
"ACHPaymentSettingsTypedDict": ".achpaymentsettings",
|
1818
|
+
"ACHReturnCode": ".achreturncode",
|
1819
|
+
"ACHTransactionDetails": ".achtransactiondetails",
|
1820
|
+
"ACHTransactionDetailsTypedDict": ".achtransactiondetails",
|
1821
|
+
"ACHTransactionStatus": ".achtransactionstatus",
|
1822
|
+
"AddCapabilities": ".addcapabilities",
|
1823
|
+
"AddCapabilitiesTypedDict": ".addcapabilities",
|
1824
|
+
"Address": ".address",
|
1825
|
+
"AddressTypedDict": ".address",
|
1826
|
+
"AddressError": ".addresserror",
|
1827
|
+
"AddressErrorTypedDict": ".addresserror",
|
1828
|
+
"AddressSuggestion": ".addresssuggestion",
|
1829
|
+
"AddressSuggestionTypedDict": ".addresssuggestion",
|
1830
|
+
"AddressUpdate": ".addressupdate",
|
1831
|
+
"AddressUpdateTypedDict": ".addressupdate",
|
1832
|
+
"Adjustment": ".adjustment",
|
1833
|
+
"AdjustmentTypedDict": ".adjustment",
|
1834
|
+
"Amount": ".amount",
|
1835
|
+
"AmountTypedDict": ".amount",
|
1836
|
+
"AmountDecimal": ".amountdecimal",
|
1837
|
+
"AmountDecimalTypedDict": ".amountdecimal",
|
1838
|
+
"AmountUpdate": ".amountupdate",
|
1839
|
+
"AmountUpdateTypedDict": ".amountupdate",
|
1840
|
+
"AmountValidationError": ".amountvalidationerror",
|
1841
|
+
"AmountValidationErrorTypedDict": ".amountvalidationerror",
|
1842
|
+
"AppleBillingContact": ".applebillingcontact",
|
1843
|
+
"AppleBillingContactTypedDict": ".applebillingcontact",
|
1844
|
+
"ApplePayHeader": ".applepayheader",
|
1845
|
+
"ApplePayHeaderTypedDict": ".applepayheader",
|
1846
|
+
"ApplePayMerchantDomains": ".applepaymerchantdomains",
|
1847
|
+
"ApplePayMerchantDomainsTypedDict": ".applepaymerchantdomains",
|
1848
|
+
"ApplePayPaymentMethod": ".applepaypaymentmethod",
|
1849
|
+
"ApplePayPaymentMethodPaymentMethodType": ".applepaypaymentmethod",
|
1850
|
+
"ApplePayPaymentMethodTypedDict": ".applepaypaymentmethod",
|
1851
|
+
"ApplePayResponse": ".applepayresponse",
|
1852
|
+
"ApplePayResponseTypedDict": ".applepayresponse",
|
1853
|
+
"ApplicationScope": ".applicationscope",
|
1854
|
+
"AsyncCreatedRefund": ".asynccreatedrefund",
|
1855
|
+
"AsyncCreatedRefundTypedDict": ".asynccreatedrefund",
|
1856
|
+
"AsyncTransfer": ".asynctransfer",
|
1857
|
+
"AsyncTransferTypedDict": ".asynctransfer",
|
1858
|
+
"AuthorizedUser": ".authorizeduser",
|
1859
|
+
"AuthorizedUserTypedDict": ".authorizeduser",
|
1860
|
+
"AuthToken": ".authtoken",
|
1861
|
+
"AuthTokenTypedDict": ".authtoken",
|
1862
|
+
"AuthTokenRequest": ".authtokenrequest",
|
1863
|
+
"AuthTokenRequestTypedDict": ".authtokenrequest",
|
1864
|
+
"BankAccount": ".bankaccount",
|
1865
|
+
"BankAccountTypedDict": ".bankaccount",
|
1866
|
+
"BankAccountException": ".bankaccountexception",
|
1867
|
+
"BankAccountExceptionTypedDict": ".bankaccountexception",
|
1868
|
+
"BankAccountHolderType": ".bankaccountholdertype",
|
1869
|
+
"BankAccountIntegration": ".bankaccountintegration",
|
1870
|
+
"BankAccountIntegrationTypedDict": ".bankaccountintegration",
|
1871
|
+
"BankAccountPayload": ".bankaccountpayload",
|
1872
|
+
"BankAccountPayloadTypedDict": ".bankaccountpayload",
|
1873
|
+
"BankAccountStatus": ".bankaccountstatus",
|
1874
|
+
"BankAccountStatusReason": ".bankaccountstatusreason",
|
1875
|
+
"BankAccountType": ".bankaccounttype",
|
1876
|
+
"BankAccountVerification": ".bankaccountverification",
|
1877
|
+
"BankAccountVerificationTypedDict": ".bankaccountverification",
|
1878
|
+
"BankAccountVerificationCreated": ".bankaccountverificationcreated",
|
1879
|
+
"BankAccountVerificationCreatedTypedDict": ".bankaccountverificationcreated",
|
1880
|
+
"BankAccountVerificationMethod": ".bankaccountverificationmethod",
|
1881
|
+
"BankAccountVerificationStatus": ".bankaccountverificationstatus",
|
1882
|
+
"BankAccountWaitFor": ".bankaccountwaitfor",
|
1883
|
+
"BasicPaymentMethod": ".basicpaymentmethod",
|
1884
|
+
"BasicPaymentMethodTypedDict": ".basicpaymentmethod",
|
1885
|
+
"BillableFee": ".billablefee",
|
1886
|
+
"BillableFeeTypedDict": ".billablefee",
|
1887
|
+
"BirthDate": ".birthdate",
|
1888
|
+
"BirthDateTypedDict": ".birthdate",
|
1889
|
+
"BirthDateError": ".birthdateerror",
|
1890
|
+
"BirthDateErrorTypedDict": ".birthdateerror",
|
1891
|
+
"BirthDateUpdate": ".birthdateupdate",
|
1892
|
+
"BirthDateUpdateTypedDict": ".birthdateupdate",
|
1893
|
+
"BirthDateValidationError": ".birthdatevalidationerror",
|
1894
|
+
"BirthDateValidationErrorTypedDict": ".birthdatevalidationerror",
|
1895
|
+
"BrandColor": ".brandcolor",
|
1896
|
+
"BrandColorTypedDict": ".brandcolor",
|
1897
|
+
"BrandColors": ".brandcolors",
|
1898
|
+
"BrandColorsTypedDict": ".brandcolors",
|
1899
|
+
"BrandColorValidationError": ".brandcolorvalidationerror",
|
1900
|
+
"BrandColorValidationErrorTypedDict": ".brandcolorvalidationerror",
|
1901
|
+
"BrandProperties": ".brandproperties",
|
1902
|
+
"BrandPropertiesTypedDict": ".brandproperties",
|
1903
|
+
"BusinessProfile": ".businessprofile",
|
1904
|
+
"BusinessProfileTypedDict": ".businessprofile",
|
1905
|
+
"BusinessType": ".businesstype",
|
1906
|
+
"CallToAction": ".calltoaction",
|
1907
|
+
"Cancellation": ".cancellation",
|
1908
|
+
"CancellationTypedDict": ".cancellation",
|
1909
|
+
"CancellationStatus": ".cancellationstatus",
|
1910
|
+
"CapabilitiesError": ".capabilitieserror",
|
1911
|
+
"CapabilitiesErrorTypedDict": ".capabilitieserror",
|
1912
|
+
"Capability": ".capability",
|
1913
|
+
"CapabilityTypedDict": ".capability",
|
1914
|
+
"CapabilityID": ".capabilityid",
|
1915
|
+
"CapabilityRequirement": ".capabilityrequirement",
|
1916
|
+
"CapabilityRequirementTypedDict": ".capabilityrequirement",
|
1917
|
+
"CapabilityStatus": ".capabilitystatus",
|
1918
|
+
"Card": ".card",
|
1919
|
+
"CardTypedDict": ".card",
|
1920
|
+
"CardAccountUpdater": ".cardaccountupdater",
|
1921
|
+
"CardAccountUpdaterTypedDict": ".cardaccountupdater",
|
1922
|
+
"CardAcquiringDispute": ".cardacquiringdispute",
|
1923
|
+
"CardAcquiringDisputeTypedDict": ".cardacquiringdispute",
|
1924
|
+
"CardAcquiringModel": ".cardacquiringmodel",
|
1925
|
+
"CardAcquiringRefund": ".cardacquiringrefund",
|
1926
|
+
"CardAcquiringRefundTypedDict": ".cardacquiringrefund",
|
1927
|
+
"CardAddress": ".cardaddress",
|
1928
|
+
"CardAddressTypedDict": ".cardaddress",
|
1929
|
+
"CardBrand": ".cardbrand",
|
1930
|
+
"CardExpiration": ".cardexpiration",
|
1931
|
+
"CardExpirationTypedDict": ".cardexpiration",
|
1932
|
+
"CardExpirationError": ".cardexpirationerror",
|
1933
|
+
"CardExpirationErrorTypedDict": ".cardexpirationerror",
|
1934
|
+
"CardIssuingNetwork": ".cardissuingnetwork",
|
1935
|
+
"CardPaymentDetails": ".cardpaymentdetails",
|
1936
|
+
"CardPaymentDetailsTypedDict": ".cardpaymentdetails",
|
1937
|
+
"CardPaymentDetailsError": ".cardpaymentdetailserror",
|
1938
|
+
"CardPaymentDetailsErrorTypedDict": ".cardpaymentdetailserror",
|
1939
|
+
"CardPaymentPaymentMethod": ".cardpaymentpaymentmethod",
|
1940
|
+
"CardPaymentPaymentMethodPaymentMethodType": ".cardpaymentpaymentmethod",
|
1941
|
+
"CardPaymentPaymentMethodTypedDict": ".cardpaymentpaymentmethod",
|
1942
|
+
"CardPaymentSettings": ".cardpaymentsettings",
|
1943
|
+
"CardPaymentSettingsTypedDict": ".cardpaymentsettings",
|
1944
|
+
"CardPresentPaymentPaymentMethod": ".cardpresentpaymentpaymentmethod",
|
1945
|
+
"CardPresentPaymentPaymentMethodPaymentMethodType": ".cardpresentpaymentpaymentmethod",
|
1946
|
+
"CardPresentPaymentPaymentMethodTypedDict": ".cardpresentpaymentpaymentmethod",
|
1947
|
+
"CardTransactionDetails": ".cardtransactiondetails",
|
1948
|
+
"CardTransactionDetailsTypedDict": ".cardtransactiondetails",
|
1949
|
+
"CardTransactionFailureCode": ".cardtransactionfailurecode",
|
1950
|
+
"CardTransactionStatus": ".cardtransactionstatus",
|
1951
|
+
"CardType": ".cardtype",
|
1952
|
+
"CardUpdateReason": ".cardupdatereason",
|
1953
|
+
"CardVerification": ".cardverification",
|
1954
|
+
"CardVerificationTypedDict": ".cardverification",
|
1955
|
+
"CardVerificationResult": ".cardverificationresult",
|
1956
|
+
"CardVolumeDistribution": ".cardvolumedistribution",
|
1957
|
+
"CardVolumeDistributionTypedDict": ".cardvolumedistribution",
|
1958
|
+
"CardVolumeDistributionError": ".cardvolumedistributionerror",
|
1959
|
+
"CardVolumeDistributionErrorTypedDict": ".cardvolumedistributionerror",
|
1960
|
+
"CollectionPaymentMethodType": ".collectionpaymentmethodtype",
|
1961
|
+
"ColorsValidationError": ".colorsvalidationerror",
|
1962
|
+
"ColorsValidationErrorTypedDict": ".colorsvalidationerror",
|
1963
|
+
"CompleteBankAccountVerification": ".completebankaccountverification",
|
1964
|
+
"CompleteBankAccountVerificationTypedDict": ".completebankaccountverification",
|
1965
|
+
"CompletedMicroDeposits": ".completedmicrodeposits",
|
1966
|
+
"CompletedMicroDepositsTypedDict": ".completedmicrodeposits",
|
1967
|
+
"CompleteMicroDeposits": ".completemicrodeposits",
|
1968
|
+
"CompleteMicroDepositsTypedDict": ".completemicrodeposits",
|
1969
|
+
"CountriesErrors": ".countrieserrors",
|
1970
|
+
"CountriesErrorsTypedDict": ".countrieserrors",
|
1971
|
+
"CreateAccount": ".createaccount",
|
1972
|
+
"CreateAccountTermsOfService": ".createaccount",
|
1973
|
+
"CreateAccountTermsOfServiceTypedDict": ".createaccount",
|
1974
|
+
"CreateAccountTypedDict": ".createaccount",
|
1975
|
+
"CreateAccountError": ".createaccounterror",
|
1976
|
+
"CreateAccountErrorTypedDict": ".createaccounterror",
|
1977
|
+
"AchPayment": ".createaccountsettings",
|
1978
|
+
"AchPaymentTypedDict": ".createaccountsettings",
|
1979
|
+
"CardPayment": ".createaccountsettings",
|
1980
|
+
"CardPaymentTypedDict": ".createaccountsettings",
|
1981
|
+
"CreateAccountSettings": ".createaccountsettings",
|
1982
|
+
"CreateAccountSettingsTypedDict": ".createaccountsettings",
|
1983
|
+
"CreateAccountType": ".createaccounttype",
|
1984
|
+
"CreateApplePaySession": ".createapplepaysession",
|
1985
|
+
"CreateApplePaySessionTypedDict": ".createapplepaysession",
|
1986
|
+
"CreateAuthorizedUser": ".createauthorizeduser",
|
1987
|
+
"CreateAuthorizedUserTypedDict": ".createauthorizeduser",
|
1988
|
+
"CreateAuthorizedUserError": ".createauthorizedusererror",
|
1989
|
+
"CreateAuthorizedUserErrorTypedDict": ".createauthorizedusererror",
|
1990
|
+
"CreateAuthorizedUserUpdate": ".createauthorizeduserupdate",
|
1991
|
+
"CreateAuthorizedUserUpdateTypedDict": ".createauthorizeduserupdate",
|
1992
|
+
"CreateBusinessError": ".createbusinesserror",
|
1993
|
+
"CreateBusinessErrorEin": ".createbusinesserror",
|
1994
|
+
"CreateBusinessErrorEinTypedDict": ".createbusinesserror",
|
1995
|
+
"CreateBusinessErrorIndustryCodes": ".createbusinesserror",
|
1996
|
+
"CreateBusinessErrorIndustryCodesTypedDict": ".createbusinesserror",
|
1997
|
+
"CreateBusinessErrorTaxID": ".createbusinesserror",
|
1998
|
+
"CreateBusinessErrorTaxIDTypedDict": ".createbusinesserror",
|
1999
|
+
"CreateBusinessErrorTypedDict": ".createbusinesserror",
|
2000
|
+
"CreateBusinessProfile": ".createbusinessprofile",
|
2001
|
+
"CreateBusinessProfileTypedDict": ".createbusinessprofile",
|
2002
|
+
"CreatedTransfer": ".createdtransfer",
|
2003
|
+
"CreatedTransferTypedDict": ".createdtransfer",
|
2004
|
+
"CreateEvidenceFileMultiPart": ".createevidencefilemultipart",
|
2005
|
+
"CreateEvidenceFileMultiPartTypedDict": ".createevidencefilemultipart",
|
2006
|
+
"File": ".createevidencefilemultipart",
|
2007
|
+
"FileTypedDict": ".createevidencefilemultipart",
|
2008
|
+
"CreateEvidenceText": ".createevidencetext",
|
2009
|
+
"CreateEvidenceTextTypedDict": ".createevidencetext",
|
2010
|
+
"CreateFeePlanAgreement": ".createfeeplanagreement",
|
2011
|
+
"CreateFeePlanAgreementTypedDict": ".createfeeplanagreement",
|
2012
|
+
"CreateIndividualError": ".createindividualerror",
|
2013
|
+
"CreateIndividualErrorGovernmentID": ".createindividualerror",
|
2014
|
+
"CreateIndividualErrorGovernmentIDTypedDict": ".createindividualerror",
|
2015
|
+
"CreateIndividualErrorItin": ".createindividualerror",
|
2016
|
+
"CreateIndividualErrorItinTypedDict": ".createindividualerror",
|
2017
|
+
"CreateIndividualErrorSsn": ".createindividualerror",
|
2018
|
+
"CreateIndividualErrorSsnTypedDict": ".createindividualerror",
|
2019
|
+
"CreateIndividualErrorTypedDict": ".createindividualerror",
|
2020
|
+
"CreateIndividualProfile": ".createindividualprofile",
|
2021
|
+
"CreateIndividualProfileTypedDict": ".createindividualprofile",
|
2022
|
+
"CreatePaymentLink": ".createpaymentlink",
|
2023
|
+
"CreatePaymentLinkTypedDict": ".createpaymentlink",
|
2024
|
+
"CreateProfile": ".createprofile",
|
2025
|
+
"CreateProfileTypedDict": ".createprofile",
|
2026
|
+
"CreateProfileError": ".createprofileerror",
|
2027
|
+
"CreateProfileErrorTypedDict": ".createprofileerror",
|
2028
|
+
"CreateRefund": ".createrefund",
|
2029
|
+
"CreateRefundTypedDict": ".createrefund",
|
2030
|
+
"CreateRefundResponse": ".createrefundresponse",
|
2031
|
+
"CreateRefundResponseTypedDict": ".createrefundresponse",
|
2032
|
+
"CreateRepresentative": ".createrepresentative",
|
2033
|
+
"CreateRepresentativeTypedDict": ".createrepresentative",
|
2034
|
+
"CreateReversal": ".createreversal",
|
2035
|
+
"CreateReversalTypedDict": ".createreversal",
|
2036
|
+
"CreateSweepConfig": ".createsweepconfig",
|
2037
|
+
"CreateSweepConfigTypedDict": ".createsweepconfig",
|
2038
|
+
"CreateTerminalApplication": ".createterminalapplication",
|
2039
|
+
"CreateTerminalApplicationTypedDict": ".createterminalapplication",
|
2040
|
+
"CreateTransfer": ".createtransfer",
|
2041
|
+
"CreateTransferTypedDict": ".createtransfer",
|
2042
|
+
"CreateTransferDestination": ".createtransferdestination",
|
2043
|
+
"CreateTransferDestinationTypedDict": ".createtransferdestination",
|
2044
|
+
"CreateTransferDestinationACH": ".createtransferdestinationach",
|
2045
|
+
"CreateTransferDestinationACHTypedDict": ".createtransferdestinationach",
|
2046
|
+
"CreateTransferDestinationCard": ".createtransferdestinationcard",
|
2047
|
+
"CreateTransferDestinationCardTypedDict": ".createtransferdestinationcard",
|
2048
|
+
"CreateTransferOptions": ".createtransferoptions",
|
2049
|
+
"CreateTransferOptionsTypedDict": ".createtransferoptions",
|
2050
|
+
"CreateTransferSource": ".createtransfersource",
|
2051
|
+
"CreateTransferSourceTypedDict": ".createtransfersource",
|
2052
|
+
"CreateTransferSourceACH": ".createtransfersourceach",
|
2053
|
+
"CreateTransferSourceACHTypedDict": ".createtransfersourceach",
|
2054
|
+
"CreateTransferSourceCard": ".createtransfersourcecard",
|
2055
|
+
"CreateTransferSourceCardTypedDict": ".createtransfersourcecard",
|
2056
|
+
"CustomerSupport": ".customersupport",
|
2057
|
+
"CustomerSupportTypedDict": ".customersupport",
|
2058
|
+
"CustomerSupportError": ".customersupporterror",
|
2059
|
+
"CustomerSupportErrorTypedDict": ".customersupporterror",
|
2060
|
+
"DebitHoldPeriod": ".debitholdperiod",
|
2061
|
+
"DisbursementPaymentMethodType": ".disbursementpaymentmethodtype",
|
2062
|
+
"DisplayOptionsError": ".displayoptionserror",
|
2063
|
+
"DisplayOptionsErrorTypedDict": ".displayoptionserror",
|
2064
|
+
"Dispute": ".dispute",
|
2065
|
+
"DisputeTypedDict": ".dispute",
|
2066
|
+
"DisputeEvidenceResponse": ".disputeevidenceresponse",
|
2067
|
+
"DisputeEvidenceResponseTypedDict": ".disputeevidenceresponse",
|
2068
|
+
"DisputePhase": ".disputephase",
|
2069
|
+
"DisputeStatus": ".disputestatus",
|
2070
|
+
"DisputeTransferDetails": ".disputetransferdetails",
|
2071
|
+
"DisputeTransferDetailsTypedDict": ".disputetransferdetails",
|
2072
|
+
"Document": ".document",
|
2073
|
+
"DocumentTypedDict": ".document",
|
2074
|
+
"DocumentType": ".documenttype",
|
2075
|
+
"DomesticPullFromCard": ".domesticpullfromcard",
|
2076
|
+
"DomesticPushToCard": ".domesticpushtocard",
|
2077
|
+
"E2EEToken": ".e2eetoken",
|
2078
|
+
"E2EETokenTypedDict": ".e2eetoken",
|
2079
|
+
"E2EETokenUpdate": ".e2eetokenupdate",
|
2080
|
+
"E2EETokenUpdateTypedDict": ".e2eetokenupdate",
|
2081
|
+
"End2EndEncryptionError": ".end2endencryptionerror",
|
2082
|
+
"End2EndEncryptionErrorTypedDict": ".end2endencryptionerror",
|
2083
|
+
"EnrichedAddressResponse": ".enrichedaddressresponse",
|
2084
|
+
"EnrichedAddressResponseTypedDict": ".enrichedaddressresponse",
|
2085
|
+
"EnrichedBusinessProfile": ".enrichedbusinessprofile",
|
2086
|
+
"EnrichedBusinessProfileTypedDict": ".enrichedbusinessprofile",
|
2087
|
+
"EnrichedBusinessResponse": ".enrichedbusinessresponse",
|
2088
|
+
"EnrichedBusinessResponseTypedDict": ".enrichedbusinessresponse",
|
2089
|
+
"EnrichedIndustries": ".enrichedindustries",
|
2090
|
+
"EnrichedIndustriesTypedDict": ".enrichedindustries",
|
2091
|
+
"EnrichedIndustry": ".enrichedindustry",
|
2092
|
+
"EnrichedIndustryTypedDict": ".enrichedindustry",
|
2093
|
+
"EnrichedIndustryCodes": ".enrichedindustrycodes",
|
2094
|
+
"EnrichedIndustryCodesTypedDict": ".enrichedindustrycodes",
|
2095
|
+
"EntryMode": ".entrymode",
|
2096
|
+
"EvidenceTextResponse": ".evidencetextresponse",
|
2097
|
+
"EvidenceTextResponseTypedDict": ".evidencetextresponse",
|
2098
|
+
"EvidenceType": ".evidencetype",
|
2099
|
+
"EvidenceUploadResponse": ".evidenceuploadresponse",
|
2100
|
+
"EvidenceUploadResponseTypedDict": ".evidenceuploadresponse",
|
2101
|
+
"FacilitatorFee": ".facilitatorfee",
|
2102
|
+
"FacilitatorFeeTypedDict": ".facilitatorfee",
|
2103
|
+
"FeeCategory": ".feecategory",
|
2104
|
+
"FeeModel": ".feemodel",
|
2105
|
+
"FeePlan": ".feeplan",
|
2106
|
+
"FeePlanTypedDict": ".feeplan",
|
2107
|
+
"FeePlanAgreement": ".feeplanagreement",
|
2108
|
+
"FeePlanAgreementTypedDict": ".feeplanagreement",
|
2109
|
+
"FeePlanAgreementStatus": ".feeplanagreementstatus",
|
2110
|
+
"FeeProperties": ".feeproperties",
|
2111
|
+
"FeePropertiesTypedDict": ".feeproperties",
|
2112
|
+
"FileDetails": ".filedetails",
|
2113
|
+
"FileDetailsTypedDict": ".filedetails",
|
2114
|
+
"FilePurpose": ".filepurpose",
|
2115
|
+
"FileStatus": ".filestatus",
|
2116
|
+
"FileUploadRequestMultiPart": ".fileuploadrequestmultipart",
|
2117
|
+
"FileUploadRequestMultiPartFile": ".fileuploadrequestmultipart",
|
2118
|
+
"FileUploadRequestMultiPartFileTypedDict": ".fileuploadrequestmultipart",
|
2119
|
+
"FileUploadRequestMultiPartTypedDict": ".fileuploadrequestmultipart",
|
2120
|
+
"FinancialInstitutions": ".financialinstitutions",
|
2121
|
+
"FinancialInstitutionsTypedDict": ".financialinstitutions",
|
2122
|
+
"FulfillmentDetails": ".fulfillmentdetails",
|
2123
|
+
"FulfillmentDetailsTypedDict": ".fulfillmentdetails",
|
2124
|
+
"FulfillmentDetailsError": ".fulfillmentdetailserror",
|
2125
|
+
"FulfillmentDetailsErrorTypedDict": ".fulfillmentdetailserror",
|
2126
|
+
"FullIssuedCard": ".fullissuedcard",
|
2127
|
+
"FullIssuedCardTypedDict": ".fullissuedcard",
|
2128
|
+
"GeneratedBy": ".generatedby",
|
2129
|
+
"GeneratedByTypedDict": ".generatedby",
|
2130
|
+
"GeneratedByAccountID": ".generatedbyaccountid",
|
2131
|
+
"GeneratedByAccountIDTypedDict": ".generatedbyaccountid",
|
2132
|
+
"GeneratedByBankAccountID": ".generatedbybankaccountid",
|
2133
|
+
"GeneratedByBankAccountIDTypedDict": ".generatedbybankaccountid",
|
2134
|
+
"GeneratedByCardID": ".generatedbycardid",
|
2135
|
+
"GeneratedByCardIDTypedDict": ".generatedbycardid",
|
2136
|
+
"GeneratedByDisputeID": ".generatedbydisputeid",
|
2137
|
+
"GeneratedByDisputeIDTypedDict": ".generatedbydisputeid",
|
2138
|
+
"GeneratedByTransferID": ".generatedbytransferid",
|
2139
|
+
"GeneratedByTransferIDTypedDict": ".generatedbytransferid",
|
2140
|
+
"GovernmentID": ".governmentid",
|
2141
|
+
"GovernmentIDTypedDict": ".governmentid",
|
2142
|
+
"Itin": ".governmentid",
|
2143
|
+
"ItinTypedDict": ".governmentid",
|
2144
|
+
"Ssn": ".governmentid",
|
2145
|
+
"SsnTypedDict": ".governmentid",
|
2146
|
+
"GovernmentIDError": ".governmentiderror",
|
2147
|
+
"GovernmentIDErrorItin": ".governmentiderror",
|
2148
|
+
"GovernmentIDErrorItinTypedDict": ".governmentiderror",
|
2149
|
+
"GovernmentIDErrorSsn": ".governmentiderror",
|
2150
|
+
"GovernmentIDErrorSsnTypedDict": ".governmentiderror",
|
2151
|
+
"GovernmentIDErrorTypedDict": ".governmentiderror",
|
2152
|
+
"GrantType": ".granttype",
|
2153
|
+
"GuestProfile": ".guestprofile",
|
2154
|
+
"GuestProfileTypedDict": ".guestprofile",
|
2155
|
+
"IncurredFee": ".incurredfee",
|
2156
|
+
"IncurredFeeTypedDict": ".incurredfee",
|
2157
|
+
"IndividualName": ".individualname",
|
2158
|
+
"IndividualNameTypedDict": ".individualname",
|
2159
|
+
"IndividualNameError": ".individualnameerror",
|
2160
|
+
"IndividualNameErrorTypedDict": ".individualnameerror",
|
2161
|
+
"IndividualNameUpdate": ".individualnameupdate",
|
2162
|
+
"IndividualNameUpdateTypedDict": ".individualnameupdate",
|
2163
|
+
"IndividualProfile": ".individualprofile",
|
2164
|
+
"IndividualProfileTypedDict": ".individualprofile",
|
2165
|
+
"IndustryCodes": ".industrycodes",
|
2166
|
+
"IndustryCodesTypedDict": ".industrycodes",
|
2167
|
+
"IssuedCard": ".issuedcard",
|
2168
|
+
"IssuedCardTypedDict": ".issuedcard",
|
2169
|
+
"IssuedCardAuthorization": ".issuedcardauthorization",
|
2170
|
+
"IssuedCardAuthorizationTypedDict": ".issuedcardauthorization",
|
2171
|
+
"IssuedCardAuthorizationEvent": ".issuedcardauthorizationevent",
|
2172
|
+
"IssuedCardAuthorizationEventTypedDict": ".issuedcardauthorizationevent",
|
2173
|
+
"IssuedCardAuthorizationEventResult": ".issuedcardauthorizationeventresult",
|
2174
|
+
"IssuedCardEventType": ".issuedcardeventtype",
|
2175
|
+
"IssuedCardFormFactor": ".issuedcardformfactor",
|
2176
|
+
"IssuedCardState": ".issuedcardstate",
|
2177
|
+
"IssuedCardTransaction": ".issuedcardtransaction",
|
2178
|
+
"IssuedCardTransactionTypedDict": ".issuedcardtransaction",
|
2179
|
+
"IssuingAuthorizationStatus": ".issuingauthorizationstatus",
|
2180
|
+
"IssuingControls": ".issuingcontrols",
|
2181
|
+
"IssuingControlsTypedDict": ".issuingcontrols",
|
2182
|
+
"IssuingControlsError": ".issuingcontrolserror",
|
2183
|
+
"IssuingControlsErrorTypedDict": ".issuingcontrolserror",
|
2184
|
+
"IssuingIntervalLimit": ".issuingintervallimit",
|
2185
|
+
"IssuingMerchantData": ".issuingmerchantdata",
|
2186
|
+
"IssuingMerchantDataTypedDict": ".issuingmerchantdata",
|
2187
|
+
"IssuingVelocityLimit": ".issuingvelocitylimit",
|
2188
|
+
"IssuingVelocityLimitTypedDict": ".issuingvelocitylimit",
|
2189
|
+
"IssuingVelocityLimitError": ".issuingvelocitylimiterror",
|
2190
|
+
"IssuingVelocityLimitErrorTypedDict": ".issuingvelocitylimiterror",
|
2191
|
+
"JSONWebKey": ".jsonwebkey",
|
2192
|
+
"JSONWebKeyTypedDict": ".jsonwebkey",
|
2193
|
+
"Use": ".jsonwebkey",
|
2194
|
+
"LinkAccountTerminalApplication": ".linkaccountterminalapplication",
|
2195
|
+
"LinkAccountTerminalApplicationTypedDict": ".linkaccountterminalapplication",
|
2196
|
+
"LinkApplePay": ".linkapplepay",
|
2197
|
+
"LinkApplePayTypedDict": ".linkapplepay",
|
2198
|
+
"LinkApplePaymentData": ".linkapplepaymentdata",
|
2199
|
+
"LinkApplePaymentDataTypedDict": ".linkapplepaymentdata",
|
2200
|
+
"LinkApplePaymentMethod": ".linkapplepaymentmethod",
|
2201
|
+
"LinkApplePaymentMethodTypedDict": ".linkapplepaymentmethod",
|
2202
|
+
"LinkApplePayToken": ".linkapplepaytoken",
|
2203
|
+
"LinkApplePayTokenTypedDict": ".linkapplepaytoken",
|
2204
|
+
"LinkBankAccount": ".linkbankaccount",
|
2205
|
+
"LinkBankAccountTypedDict": ".linkbankaccount",
|
2206
|
+
"LinkCard": ".linkcard",
|
2207
|
+
"LinkCardTypedDict": ".linkcard",
|
2208
|
+
"LinkCardWaitFor": ".linkcardwaitfor",
|
2209
|
+
"LinkedApplePayPaymentMethod": ".linkedapplepaypaymentmethod",
|
2210
|
+
"LinkedApplePayPaymentMethodTypedDict": ".linkedapplepaypaymentmethod",
|
2211
|
+
"ListFeesFetchRequest": ".listfeesfetchrequest",
|
2212
|
+
"ListFeesFetchRequestTypedDict": ".listfeesfetchrequest",
|
2213
|
+
"ManualTermsOfService": ".manualtermsofservice",
|
2214
|
+
"ManualTermsOfServiceTypedDict": ".manualtermsofservice",
|
2215
|
+
"ManualTermsOfServiceUpdate": ".manualtermsofserviceupdate",
|
2216
|
+
"ManualTermsOfServiceUpdateTypedDict": ".manualtermsofserviceupdate",
|
2217
|
+
"MicroDepositStatus": ".microdepositstatus",
|
2218
|
+
"MinimumCommitment": ".minimumcommitment",
|
2219
|
+
"MinimumCommitmentTypedDict": ".minimumcommitment",
|
2220
|
+
"Mode": ".mode",
|
2221
|
+
"MonthlyPlatformFee": ".monthlyplatformfee",
|
2222
|
+
"MonthlyPlatformFeeTypedDict": ".monthlyplatformfee",
|
2223
|
+
"MoovFee": ".moovfee",
|
2224
|
+
"MoovFeeTypedDict": ".moovfee",
|
2225
|
+
"MoovFeeDetails": ".moovfeedetails",
|
2226
|
+
"MoovFeeDetailsTypedDict": ".moovfeedetails",
|
2227
|
+
"MoovWalletPaymentMethod": ".moovwalletpaymentmethod",
|
2228
|
+
"MoovWalletPaymentMethodPaymentMethodType": ".moovwalletpaymentmethod",
|
2229
|
+
"MoovWalletPaymentMethodTypedDict": ".moovwalletpaymentmethod",
|
2230
|
+
"MXAuthorizationCode": ".mxauthorizationcode",
|
2231
|
+
"MXAuthorizationCodeTypedDict": ".mxauthorizationcode",
|
2232
|
+
"MxPayload": ".mxpayload",
|
2233
|
+
"MxPayloadTypedDict": ".mxpayload",
|
2234
|
+
"Occurrence": ".occurrence",
|
2235
|
+
"OccurrenceTypedDict": ".occurrence",
|
2236
|
+
"Error": ".occurrencesresponse",
|
2237
|
+
"ErrorTypedDict": ".occurrencesresponse",
|
2238
|
+
"OccurrencesResponse": ".occurrencesresponse",
|
2239
|
+
"OccurrencesResponseTypedDict": ".occurrencesresponse",
|
2240
|
+
"OccurrenceStatus": ".occurrencestatus",
|
2241
|
+
"OnboardingInvite": ".onboardinginvite",
|
2242
|
+
"OnboardingInviteTypedDict": ".onboardinginvite",
|
2243
|
+
"OnboardingInviteRequest": ".onboardinginviterequest",
|
2244
|
+
"OnboardingInviteRequestTypedDict": ".onboardinginviterequest",
|
2245
|
+
"OnboardingPartnerAccount": ".onboardingpartneraccount",
|
2246
|
+
"OnboardingPartnerAccountTypedDict": ".onboardingpartneraccount",
|
2247
|
+
"PartialScheduleAccount": ".partialscheduleaccount",
|
2248
|
+
"PartialScheduleAccountTypedDict": ".partialscheduleaccount",
|
2249
|
+
"PartnerPricing": ".partnerpricing",
|
2250
|
+
"PartnerPricingTypedDict": ".partnerpricing",
|
2251
|
+
"PartnerPricingAgreement": ".partnerpricingagreement",
|
2252
|
+
"PartnerPricingAgreementTypedDict": ".partnerpricingagreement",
|
2253
|
+
"PatchAccount": ".patchaccount",
|
2254
|
+
"PatchAccountCustomerSupport": ".patchaccount",
|
2255
|
+
"PatchAccountCustomerSupportTypedDict": ".patchaccount",
|
2256
|
+
"PatchAccountTermsOfService": ".patchaccount",
|
2257
|
+
"PatchAccountTermsOfServiceTypedDict": ".patchaccount",
|
2258
|
+
"PatchAccountTypedDict": ".patchaccount",
|
2259
|
+
"PatchAccountError": ".patchaccounterror",
|
2260
|
+
"PatchAccountErrorTypedDict": ".patchaccounterror",
|
2261
|
+
"PatchBusiness": ".patchbusiness",
|
2262
|
+
"PatchBusinessTypedDict": ".patchbusiness",
|
2263
|
+
"PatchIndividual": ".patchindividual",
|
2264
|
+
"PatchIndividualTypedDict": ".patchindividual",
|
2265
|
+
"PatchProfile": ".patchprofile",
|
2266
|
+
"PatchProfileTypedDict": ".patchprofile",
|
2267
|
+
"PatchSweepConfig": ".patchsweepconfig",
|
2268
|
+
"PatchSweepConfigTypedDict": ".patchsweepconfig",
|
2269
|
+
"PullPaymentMethodID": ".patchsweepconfig",
|
2270
|
+
"PullPaymentMethodID2": ".patchsweepconfig",
|
2271
|
+
"PullPaymentMethodID2TypedDict": ".patchsweepconfig",
|
2272
|
+
"PullPaymentMethodIDTypedDict": ".patchsweepconfig",
|
2273
|
+
"PushPaymentMethodID": ".patchsweepconfig",
|
2274
|
+
"PushPaymentMethodID2": ".patchsweepconfig",
|
2275
|
+
"PushPaymentMethodID2TypedDict": ".patchsweepconfig",
|
2276
|
+
"PushPaymentMethodIDTypedDict": ".patchsweepconfig",
|
2277
|
+
"StatementDescriptor": ".patchsweepconfig",
|
2278
|
+
"StatementDescriptor2": ".patchsweepconfig",
|
2279
|
+
"StatementDescriptor2TypedDict": ".patchsweepconfig",
|
2280
|
+
"StatementDescriptorTypedDict": ".patchsweepconfig",
|
2281
|
+
"Status": ".patchsweepconfig",
|
2282
|
+
"PatchTransfer": ".patchtransfer",
|
2283
|
+
"PatchTransferTypedDict": ".patchtransfer",
|
2284
|
+
"PaymentDetailsError": ".paymentdetailserror",
|
2285
|
+
"PaymentDetailsErrorTypedDict": ".paymentdetailserror",
|
2286
|
+
"PaymentLink": ".paymentlink",
|
2287
|
+
"PaymentLinkTypedDict": ".paymentlink",
|
2288
|
+
"PaymentLinkCustomerOptions": ".paymentlinkcustomeroptions",
|
2289
|
+
"PaymentLinkCustomerOptionsTypedDict": ".paymentlinkcustomeroptions",
|
2290
|
+
"PaymentLinkDisplayOptions": ".paymentlinkdisplayoptions",
|
2291
|
+
"PaymentLinkDisplayOptionsTypedDict": ".paymentlinkdisplayoptions",
|
2292
|
+
"PaymentLinkDisplayOptionsUpdate": ".paymentlinkdisplayoptionsupdate",
|
2293
|
+
"PaymentLinkDisplayOptionsUpdateTypedDict": ".paymentlinkdisplayoptionsupdate",
|
2294
|
+
"PaymentLinkPaymentDetails": ".paymentlinkpaymentdetails",
|
2295
|
+
"PaymentLinkPaymentDetailsTypedDict": ".paymentlinkpaymentdetails",
|
2296
|
+
"PaymentLinkPaymentDetailsUpdate": ".paymentlinkpaymentdetailsupdate",
|
2297
|
+
"PaymentLinkPaymentDetailsUpdateTypedDict": ".paymentlinkpaymentdetailsupdate",
|
2298
|
+
"PaymentLinkPayoutDetails": ".paymentlinkpayoutdetails",
|
2299
|
+
"PaymentLinkPayoutDetailsTypedDict": ".paymentlinkpayoutdetails",
|
2300
|
+
"PaymentLinkPayoutDetailsUpdate": ".paymentlinkpayoutdetailsupdate",
|
2301
|
+
"PaymentLinkPayoutDetailsUpdateTypedDict": ".paymentlinkpayoutdetailsupdate",
|
2302
|
+
"PaymentLinkStatus": ".paymentlinkstatus",
|
2303
|
+
"PaymentMethod": ".paymentmethod",
|
2304
|
+
"PaymentMethodTypedDict": ".paymentmethod",
|
2305
|
+
"PaymentMethodsBankAccount": ".paymentmethodsbankaccount",
|
2306
|
+
"PaymentMethodsBankAccountTypedDict": ".paymentmethodsbankaccount",
|
2307
|
+
"PaymentMethodsCard": ".paymentmethodscard",
|
2308
|
+
"PaymentMethodsCardTypedDict": ".paymentmethodscard",
|
2309
|
+
"PaymentMethodsWallet": ".paymentmethodswallet",
|
2310
|
+
"PaymentMethodsWalletTypedDict": ".paymentmethodswallet",
|
2311
|
+
"PaymentMethodType": ".paymentmethodtype",
|
2312
|
+
"PayoutDetailsError": ".payoutdetailserror",
|
2313
|
+
"PayoutDetailsErrorTypedDict": ".payoutdetailserror",
|
2314
|
+
"PayoutRecipient": ".payoutrecipient",
|
2315
|
+
"PayoutRecipientTypedDict": ".payoutrecipient",
|
2316
|
+
"PayoutRecipientError": ".payoutrecipienterror",
|
2317
|
+
"PayoutRecipientErrorTypedDict": ".payoutrecipienterror",
|
2318
|
+
"PayoutRecipientUpdate": ".payoutrecipientupdate",
|
2319
|
+
"PayoutRecipientUpdateTypedDict": ".payoutrecipientupdate",
|
2320
|
+
"PhoneNumber": ".phonenumber",
|
2321
|
+
"PhoneNumberTypedDict": ".phonenumber",
|
2322
|
+
"PhoneNumberError": ".phonenumbererror",
|
2323
|
+
"PhoneNumberErrorTypedDict": ".phonenumbererror",
|
2324
|
+
"PlaidIntegration": ".plaidintegration",
|
2325
|
+
"PlaidIntegrationTypedDict": ".plaidintegration",
|
2326
|
+
"PlaidLinkIntegration": ".plaidlinkintegration",
|
2327
|
+
"PlaidLinkIntegrationTypedDict": ".plaidlinkintegration",
|
2328
|
+
"PlaidLinkPayload": ".plaidlinkpayload",
|
2329
|
+
"PlaidLinkPayloadTypedDict": ".plaidlinkpayload",
|
2330
|
+
"PlaidPayload": ".plaidpayload",
|
2331
|
+
"PlaidPayloadTypedDict": ".plaidpayload",
|
2332
|
+
"PrimaryRegulator": ".primaryregulator",
|
2333
|
+
"Profile": ".profile",
|
2334
|
+
"ProfileTypedDict": ".profile",
|
2335
|
+
"PullFromCardPaymentMethod": ".pullfromcardpaymentmethod",
|
2336
|
+
"PullFromCardPaymentMethodPaymentMethodType": ".pullfromcardpaymentmethod",
|
2337
|
+
"PullFromCardPaymentMethodTypedDict": ".pullfromcardpaymentmethod",
|
2338
|
+
"PushToCardPaymentMethod": ".pushtocardpaymentmethod",
|
2339
|
+
"PushToCardPaymentMethodPaymentMethodType": ".pushtocardpaymentmethod",
|
2340
|
+
"PushToCardPaymentMethodTypedDict": ".pushtocardpaymentmethod",
|
2341
|
+
"QRCode": ".qrcode",
|
2342
|
+
"QRCodeTypedDict": ".qrcode",
|
2343
|
+
"ReceiptKind": ".receiptkind",
|
2344
|
+
"ReceiptRequest": ".receiptrequest",
|
2345
|
+
"ReceiptRequestTypedDict": ".receiptrequest",
|
2346
|
+
"ReceiptResponse": ".receiptresponse",
|
2347
|
+
"ReceiptResponseTypedDict": ".receiptresponse",
|
2348
|
+
"Recur": ".recur",
|
2349
|
+
"RecurTypedDict": ".recur",
|
2350
|
+
"RefundCardDetails": ".refundcarddetails",
|
2351
|
+
"RefundCardDetailsTypedDict": ".refundcarddetails",
|
2352
|
+
"RefundCardStatus": ".refundcardstatus",
|
2353
|
+
"RefundStatus": ".refundstatus",
|
2354
|
+
"RegisterApplePayMerchantDomains": ".registerapplepaymerchantdomains",
|
2355
|
+
"RegisterApplePayMerchantDomainsTypedDict": ".registerapplepaymerchantdomains",
|
2356
|
+
"Representative": ".representative",
|
2357
|
+
"RepresentativeTypedDict": ".representative",
|
2358
|
+
"RepresentativeResponsibilities": ".representativeresponsibilities",
|
2359
|
+
"RepresentativeResponsibilitiesTypedDict": ".representativeresponsibilities",
|
2360
|
+
"RepresentativeResponsibilitiesError": ".representativeresponsibilitieserror",
|
2361
|
+
"RepresentativeResponsibilitiesErrorTypedDict": ".representativeresponsibilitieserror",
|
2362
|
+
"RequestCard": ".requestcard",
|
2363
|
+
"RequestCardTypedDict": ".requestcard",
|
2364
|
+
"RequirementError": ".requirementerror",
|
2365
|
+
"RequirementErrorTypedDict": ".requirementerror",
|
2366
|
+
"RequirementErrorCode": ".requirementerrorcode",
|
2367
|
+
"RequirementID": ".requirementid",
|
2368
|
+
"ReturnPolicyType": ".returnpolicytype",
|
2369
|
+
"Reversal": ".reversal",
|
2370
|
+
"ReversalTypedDict": ".reversal",
|
2371
|
+
"ReversedWithCancellation": ".reversedwithcancellation",
|
2372
|
+
"ReversedWithCancellationTypedDict": ".reversedwithcancellation",
|
2373
|
+
"ReversedWithRefund": ".reversedwithrefund",
|
2374
|
+
"ReversedWithRefundTypedDict": ".reversedwithrefund",
|
2375
|
+
"RevokeTokenRequest": ".revoketokenrequest",
|
2376
|
+
"RevokeTokenRequestTypedDict": ".revoketokenrequest",
|
2377
|
+
"TokenTypeHint": ".revoketokenrequest",
|
2378
|
+
"RtpCreditPaymentMethod": ".rtpcreditpaymentmethod",
|
2379
|
+
"RtpCreditPaymentMethodPaymentMethodType": ".rtpcreditpaymentmethod",
|
2380
|
+
"RtpCreditPaymentMethodTypedDict": ".rtpcreditpaymentmethod",
|
2381
|
+
"RTPFailureCode": ".rtpfailurecode",
|
2382
|
+
"RTPRejectionCode": ".rtprejectioncode",
|
2383
|
+
"RTPTransactionDetails": ".rtptransactiondetails",
|
2384
|
+
"RTPTransactionDetailsTypedDict": ".rtptransactiondetails",
|
2385
|
+
"RTPTransactionStatus": ".rtptransactionstatus",
|
2386
|
+
"RunTransfer": ".runtransfer",
|
2387
|
+
"RunTransferTypedDict": ".runtransfer",
|
2388
|
+
"ScheduleListResponse": ".schedulelistresponse",
|
2389
|
+
"ScheduleListResponseTypedDict": ".schedulelistresponse",
|
2390
|
+
"AchDetails": ".schedulepaymentmethod",
|
2391
|
+
"AchDetailsTypedDict": ".schedulepaymentmethod",
|
2392
|
+
"CardDetails": ".schedulepaymentmethod",
|
2393
|
+
"CardDetailsTypedDict": ".schedulepaymentmethod",
|
2394
|
+
"SchedulePaymentMethod": ".schedulepaymentmethod",
|
2395
|
+
"SchedulePaymentMethodTypedDict": ".schedulepaymentmethod",
|
2396
|
+
"ScheduleResponse": ".scheduleresponse",
|
2397
|
+
"ScheduleResponseTypedDict": ".scheduleresponse",
|
2398
|
+
"SECCode": ".seccode",
|
2399
|
+
"Security": ".security",
|
2400
|
+
"SecurityTypedDict": ".security",
|
2401
|
+
"SentReceipt": ".sentreceipt",
|
2402
|
+
"SentReceiptTypedDict": ".sentreceipt",
|
2403
|
+
"Settings": ".settings",
|
2404
|
+
"SettingsTypedDict": ".settings",
|
2405
|
+
"SourceDestinationOptions": ".sourcedestinationoptions",
|
2406
|
+
"SourceDestinationOptionsTypedDict": ".sourcedestinationoptions",
|
2407
|
+
"Sweep": ".sweep",
|
2408
|
+
"SweepTypedDict": ".sweep",
|
2409
|
+
"SweepConfig": ".sweepconfig",
|
2410
|
+
"SweepConfigTypedDict": ".sweepconfig",
|
2411
|
+
"SweepConfigPaymentMethod": ".sweepconfigpaymentmethod",
|
2412
|
+
"SweepConfigPaymentMethodTypedDict": ".sweepconfigpaymentmethod",
|
2413
|
+
"SweepConfigStatus": ".sweepconfigstatus",
|
2414
|
+
"SweepStatus": ".sweepstatus",
|
2415
|
+
"SweepSubtotal": ".sweepsubtotal",
|
2416
|
+
"SweepSubtotalTypedDict": ".sweepsubtotal",
|
2417
|
+
"Ein": ".taxid",
|
2418
|
+
"EinTypedDict": ".taxid",
|
2419
|
+
"TaxID": ".taxid",
|
2420
|
+
"TaxIDTypedDict": ".taxid",
|
2421
|
+
"TaxIDUpdate": ".taxidupdate",
|
2422
|
+
"TaxIDUpdateEin": ".taxidupdate",
|
2423
|
+
"TaxIDUpdateEinTypedDict": ".taxidupdate",
|
2424
|
+
"TaxIDUpdateTypedDict": ".taxidupdate",
|
2425
|
+
"TerminalApplication": ".terminalapplication",
|
2426
|
+
"TerminalApplicationTypedDict": ".terminalapplication",
|
2427
|
+
"TerminalApplicationPlatform": ".terminalapplicationplatform",
|
2428
|
+
"TerminalApplicationStatus": ".terminalapplicationstatus",
|
2429
|
+
"TerminalCard": ".terminalcard",
|
2430
|
+
"TerminalCardTypedDict": ".terminalcard",
|
2431
|
+
"TerminalConfiguration": ".terminalconfiguration",
|
2432
|
+
"TerminalConfigurationTypedDict": ".terminalconfiguration",
|
2433
|
+
"TermsOfService": ".termsofservice",
|
2434
|
+
"TermsOfServiceTypedDict": ".termsofservice",
|
2435
|
+
"Manual": ".termsofserviceerror",
|
2436
|
+
"ManualTypedDict": ".termsofserviceerror",
|
2437
|
+
"TermsOfServiceError": ".termsofserviceerror",
|
2438
|
+
"TermsOfServiceErrorTypedDict": ".termsofserviceerror",
|
2439
|
+
"TermsOfServiceToken": ".termsofservicetoken",
|
2440
|
+
"TermsOfServiceTokenTypedDict": ".termsofservicetoken",
|
2441
|
+
"TermsOfServiceTokenUpdate": ".termsofservicetokenupdate",
|
2442
|
+
"TermsOfServiceTokenUpdateTypedDict": ".termsofservicetokenupdate",
|
2443
|
+
"TokenType": ".tokentype",
|
2444
|
+
"TransactionSource": ".transactionsource",
|
2445
|
+
"Transfer": ".transfer",
|
2446
|
+
"TransferTypedDict": ".transfer",
|
2447
|
+
"TransferAccount": ".transferaccount",
|
2448
|
+
"TransferAccountTypedDict": ".transferaccount",
|
2449
|
+
"TransferDestination": ".transferdestination",
|
2450
|
+
"TransferDestinationTypedDict": ".transferdestination",
|
2451
|
+
"TransferFailureReason": ".transferfailurereason",
|
2452
|
+
"TransferOptions": ".transferoptions",
|
2453
|
+
"TransferOptionsTypedDict": ".transferoptions",
|
2454
|
+
"TransferParty": ".transferparty",
|
2455
|
+
"TransferSource": ".transfersource",
|
2456
|
+
"TransferSourceTypedDict": ".transfersource",
|
2457
|
+
"TransferStatus": ".transferstatus",
|
2458
|
+
"TransferWaitFor": ".transferwaitfor",
|
2459
|
+
"Underwriting": ".underwriting",
|
2460
|
+
"UnderwritingTypedDict": ".underwriting",
|
2461
|
+
"UnderwritingStatus": ".underwritingstatus",
|
2462
|
+
"UpdateApplePayMerchantDomains": ".updateapplepaymerchantdomains",
|
2463
|
+
"UpdateApplePayMerchantDomainsTypedDict": ".updateapplepaymerchantdomains",
|
2464
|
+
"UpdateBrand": ".updatebrand",
|
2465
|
+
"UpdateBrandTypedDict": ".updatebrand",
|
2466
|
+
"UpdateCard": ".updatecard",
|
2467
|
+
"UpdateCardTypedDict": ".updatecard",
|
2468
|
+
"UpdateCardAddress": ".updatecardaddress",
|
2469
|
+
"UpdateCardAddressTypedDict": ".updatecardaddress",
|
2470
|
+
"UpdateCardExpiration": ".updatecardexpiration",
|
2471
|
+
"UpdateCardExpirationTypedDict": ".updatecardexpiration",
|
2472
|
+
"UpdateColor": ".updatecolor",
|
2473
|
+
"UpdateColorTypedDict": ".updatecolor",
|
2474
|
+
"UpdateColors": ".updatecolors",
|
2475
|
+
"UpdateColorsTypedDict": ".updatecolors",
|
2476
|
+
"UpdateEvidence": ".updateevidence",
|
2477
|
+
"UpdateEvidenceTypedDict": ".updateevidence",
|
2478
|
+
"UpdateIssuedCard": ".updateissuedcard",
|
2479
|
+
"UpdateIssuedCardTypedDict": ".updateissuedcard",
|
2480
|
+
"UpdatePaymentLink": ".updatepaymentlink",
|
2481
|
+
"UpdatePaymentLinkTypedDict": ".updatepaymentlink",
|
2482
|
+
"Email": ".updaterepresentative",
|
2483
|
+
"EmailTypedDict": ".updaterepresentative",
|
2484
|
+
"Phone": ".updaterepresentative",
|
2485
|
+
"PhoneTypedDict": ".updaterepresentative",
|
2486
|
+
"Responsibilities": ".updaterepresentative",
|
2487
|
+
"ResponsibilitiesTypedDict": ".updaterepresentative",
|
2488
|
+
"Two": ".updaterepresentative",
|
2489
|
+
"TwoTypedDict": ".updaterepresentative",
|
2490
|
+
"UpdateRepresentative": ".updaterepresentative",
|
2491
|
+
"UpdateRepresentativeAddress": ".updaterepresentative",
|
2492
|
+
"UpdateRepresentativeAddressTypedDict": ".updaterepresentative",
|
2493
|
+
"UpdateRepresentativeBirthDate": ".updaterepresentative",
|
2494
|
+
"UpdateRepresentativeBirthDateTypedDict": ".updaterepresentative",
|
2495
|
+
"UpdateRepresentativeGovernmentID": ".updaterepresentative",
|
2496
|
+
"UpdateRepresentativeGovernmentIDTypedDict": ".updaterepresentative",
|
2497
|
+
"UpdateRepresentativeItin": ".updaterepresentative",
|
2498
|
+
"UpdateRepresentativeItinTypedDict": ".updaterepresentative",
|
2499
|
+
"UpdateRepresentativeSsn": ".updaterepresentative",
|
2500
|
+
"UpdateRepresentativeSsnTypedDict": ".updaterepresentative",
|
2501
|
+
"UpdateRepresentativeTypedDict": ".updaterepresentative",
|
2502
|
+
"UpdateUnderwriting": ".updateunderwriting",
|
2503
|
+
"UpdateUnderwritingTypedDict": ".updateunderwriting",
|
2504
|
+
"UpsertSchedule": ".upsertschedule",
|
2505
|
+
"UpsertScheduleTypedDict": ".upsertschedule",
|
2506
|
+
"Verification": ".verification",
|
2507
|
+
"VerificationTypedDict": ".verification",
|
2508
|
+
"VerificationStatus": ".verificationstatus",
|
2509
|
+
"VerificationStatusDetail": ".verificationstatusdetail",
|
2510
|
+
"VolumeByCustomerType": ".volumebycustomertype",
|
2511
|
+
"VolumeByCustomerTypeTypedDict": ".volumebycustomertype",
|
2512
|
+
"VolumeByCustomerTypeError": ".volumebycustomertypeerror",
|
2513
|
+
"VolumeByCustomerTypeErrorTypedDict": ".volumebycustomertypeerror",
|
2514
|
+
"Wallet": ".wallet",
|
2515
|
+
"WalletTypedDict": ".wallet",
|
2516
|
+
"WalletAvailableBalance": ".walletavailablebalance",
|
2517
|
+
"WalletAvailableBalanceTypedDict": ".walletavailablebalance",
|
2518
|
+
"WalletTransaction": ".wallettransaction",
|
2519
|
+
"WalletTransactionTypedDict": ".wallettransaction",
|
2520
|
+
"WalletTransactionSourceType": ".wallettransactionsourcetype",
|
2521
|
+
"WalletTransactionStatus": ".wallettransactionstatus",
|
2522
|
+
"WalletTransactionType": ".wallettransactiontype",
|
2523
|
+
"WebhookData": ".webhookdata",
|
2524
|
+
"WebhookDataTypedDict": ".webhookdata",
|
2525
|
+
"WebhookDataAccountCreated": ".webhookdataaccountcreated",
|
2526
|
+
"WebhookDataAccountCreatedTypedDict": ".webhookdataaccountcreated",
|
2527
|
+
"WebhookDataAccountDeleted": ".webhookdataaccountdeleted",
|
2528
|
+
"WebhookDataAccountDeletedTypedDict": ".webhookdataaccountdeleted",
|
2529
|
+
"WebhookDataAccountUpdated": ".webhookdataaccountupdated",
|
2530
|
+
"WebhookDataAccountUpdatedTypedDict": ".webhookdataaccountupdated",
|
2531
|
+
"WebhookDataBalanceUpdated": ".webhookdatabalanceupdated",
|
2532
|
+
"WebhookDataBalanceUpdatedTypedDict": ".webhookdatabalanceupdated",
|
2533
|
+
"WebhookDataBankAccountCreated": ".webhookdatabankaccountcreated",
|
2534
|
+
"WebhookDataBankAccountCreatedTypedDict": ".webhookdatabankaccountcreated",
|
2535
|
+
"WebhookDataBankAccountDeleted": ".webhookdatabankaccountdeleted",
|
2536
|
+
"WebhookDataBankAccountDeletedTypedDict": ".webhookdatabankaccountdeleted",
|
2537
|
+
"WebhookDataBankAccountUpdated": ".webhookdatabankaccountupdated",
|
2538
|
+
"WebhookDataBankAccountUpdatedTypedDict": ".webhookdatabankaccountupdated",
|
2539
|
+
"WebhookDataCancellationCreated": ".webhookdatacancellationcreated",
|
2540
|
+
"WebhookDataCancellationCreatedTypedDict": ".webhookdatacancellationcreated",
|
2541
|
+
"WebhookDataCancellationUpdated": ".webhookdatacancellationupdated",
|
2542
|
+
"WebhookDataCancellationUpdatedTypedDict": ".webhookdatacancellationupdated",
|
2543
|
+
"WebhookDataCapabilityRequested": ".webhookdatacapabilityrequested",
|
2544
|
+
"WebhookDataCapabilityRequestedTypedDict": ".webhookdatacapabilityrequested",
|
2545
|
+
"WebhookDataCapabilityUpdated": ".webhookdatacapabilityupdated",
|
2546
|
+
"WebhookDataCapabilityUpdatedTypedDict": ".webhookdatacapabilityupdated",
|
2547
|
+
"WebhookDataCardAutoUpdated": ".webhookdatacardautoupdated",
|
2548
|
+
"WebhookDataCardAutoUpdatedTypedDict": ".webhookdatacardautoupdated",
|
2549
|
+
"WebhookDataDisputeCreated": ".webhookdatadisputecreated",
|
2550
|
+
"WebhookDataDisputeCreatedTypedDict": ".webhookdatadisputecreated",
|
2551
|
+
"WebhookDataDisputeUpdated": ".webhookdatadisputeupdated",
|
2552
|
+
"WebhookDataDisputeUpdatedTypedDict": ".webhookdatadisputeupdated",
|
2553
|
+
"WebhookDataNetworkIDUpdated": ".webhookdatanetworkidupdated",
|
2554
|
+
"WebhookDataNetworkIDUpdatedTypedDict": ".webhookdatanetworkidupdated",
|
2555
|
+
"WebhookDataPaymentMethodDisabled": ".webhookdatapaymentmethoddisabled",
|
2556
|
+
"WebhookDataPaymentMethodDisabledTypedDict": ".webhookdatapaymentmethoddisabled",
|
2557
|
+
"WebhookDataPaymentMethodEnabled": ".webhookdatapaymentmethodenabled",
|
2558
|
+
"WebhookDataPaymentMethodEnabledTypedDict": ".webhookdatapaymentmethodenabled",
|
2559
|
+
"WebhookDataRefundCreated": ".webhookdatarefundcreated",
|
2560
|
+
"WebhookDataRefundCreatedTypedDict": ".webhookdatarefundcreated",
|
2561
|
+
"WebhookDataRefundUpdated": ".webhookdatarefundupdated",
|
2562
|
+
"WebhookDataRefundUpdatedTypedDict": ".webhookdatarefundupdated",
|
2563
|
+
"WebhookDataRepresentativeCreated": ".webhookdatarepresentativecreated",
|
2564
|
+
"WebhookDataRepresentativeCreatedTypedDict": ".webhookdatarepresentativecreated",
|
2565
|
+
"WebhookDataRepresentativeDisabled": ".webhookdatarepresentativedisabled",
|
2566
|
+
"WebhookDataRepresentativeDisabledTypedDict": ".webhookdatarepresentativedisabled",
|
2567
|
+
"WebhookDataRepresentativeUpdated": ".webhookdatarepresentativeupdated",
|
2568
|
+
"WebhookDataRepresentativeUpdatedTypedDict": ".webhookdatarepresentativeupdated",
|
2569
|
+
"WebhookDataSweepCreated": ".webhookdatasweepcreated",
|
2570
|
+
"WebhookDataSweepCreatedTypedDict": ".webhookdatasweepcreated",
|
2571
|
+
"WebhookDataSweepUpdated": ".webhookdatasweepupdated",
|
2572
|
+
"WebhookDataSweepUpdatedTypedDict": ".webhookdatasweepupdated",
|
2573
|
+
"WebhookDataTerminalApplicationCreated": ".webhookdataterminalapplicationcreated",
|
2574
|
+
"WebhookDataTerminalApplicationCreatedTypedDict": ".webhookdataterminalapplicationcreated",
|
2575
|
+
"WebhookDataTerminalApplicationUpdated": ".webhookdataterminalapplicationupdated",
|
2576
|
+
"WebhookDataTerminalApplicationUpdatedTypedDict": ".webhookdataterminalapplicationupdated",
|
2577
|
+
"WebhookDataTransferCreated": ".webhookdatatransfercreated",
|
2578
|
+
"WebhookDataTransferCreatedTypedDict": ".webhookdatatransfercreated",
|
2579
|
+
"WebhookDataTransferUpdated": ".webhookdatatransferupdated",
|
2580
|
+
"WebhookDataTransferUpdatedTypedDict": ".webhookdatatransferupdated",
|
2581
|
+
"WebhookDataWalletTransactionUpdated": ".webhookdatawallettransactionupdated",
|
2582
|
+
"WebhookDataWalletTransactionUpdatedTypedDict": ".webhookdatawallettransactionupdated",
|
2583
|
+
"WebhookEvent": ".webhookevent",
|
2584
|
+
"WebhookEventTypedDict": ".webhookevent",
|
2585
|
+
"WebhookEventType": ".webhookeventtype",
|
2586
|
+
"WebhookTransferPaymentMethodDetails": ".webhooktransferpaymentmethoddetails",
|
2587
|
+
"WebhookTransferPaymentMethodDetailsTypedDict": ".webhooktransferpaymentmethoddetails",
|
2588
|
+
"WebhookWalletAvailableBalance": ".webhookwalletavailablebalance",
|
2589
|
+
"WebhookWalletAvailableBalanceTypedDict": ".webhookwalletavailablebalance",
|
2590
|
+
}
|
2591
|
+
|
2592
|
+
|
2593
|
+
def __getattr__(attr_name: str) -> object:
|
2594
|
+
module_name = _dynamic_imports.get(attr_name)
|
2595
|
+
if module_name is None:
|
2596
|
+
raise AttributeError(
|
2597
|
+
f"No {attr_name} found in _dynamic_imports for module name -> {__name__} "
|
2598
|
+
)
|
2599
|
+
|
2600
|
+
try:
|
2601
|
+
module = import_module(module_name, __package__)
|
2602
|
+
result = getattr(module, attr_name)
|
2603
|
+
return result
|
2604
|
+
except ImportError as e:
|
2605
|
+
raise ImportError(
|
2606
|
+
f"Failed to import {attr_name} from {module_name}: {e}"
|
2607
|
+
) from e
|
2608
|
+
except AttributeError as e:
|
2609
|
+
raise AttributeError(
|
2610
|
+
f"Failed to get {attr_name} from {module_name}: {e}"
|
2611
|
+
) from e
|
2612
|
+
|
2613
|
+
|
2614
|
+
def __dir__():
|
2615
|
+
lazy_attrs = list(_dynamic_imports.keys())
|
2616
|
+
return sorted(lazy_attrs)
|