moovio_sdk 0.3.8__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.
Files changed (586) hide show
  1. moovio_sdk/__init__.py +17 -0
  2. moovio_sdk/_hooks/__init__.py +5 -0
  3. moovio_sdk/_hooks/registration.py +13 -0
  4. moovio_sdk/_hooks/sdkhooks.py +76 -0
  5. moovio_sdk/_hooks/types.py +106 -0
  6. moovio_sdk/_version.py +15 -0
  7. moovio_sdk/accounts.py +2461 -0
  8. moovio_sdk/adjustments.py +463 -0
  9. moovio_sdk/apple_pay.py +1417 -0
  10. moovio_sdk/authentication.py +531 -0
  11. moovio_sdk/avatars.py +231 -0
  12. moovio_sdk/bank_accounts.py +2445 -0
  13. moovio_sdk/basesdk.py +363 -0
  14. moovio_sdk/branding.py +1089 -0
  15. moovio_sdk/capabilities.py +1001 -0
  16. moovio_sdk/card_issuing.py +1351 -0
  17. moovio_sdk/cards.py +1469 -0
  18. moovio_sdk/disputes.py +2985 -0
  19. moovio_sdk/end_to_end_encryption.py +453 -0
  20. moovio_sdk/enriched_address.py +307 -0
  21. moovio_sdk/enriched_profile.py +235 -0
  22. moovio_sdk/fee_plans.py +1759 -0
  23. moovio_sdk/files.py +775 -0
  24. moovio_sdk/httpclient.py +136 -0
  25. moovio_sdk/industries.py +239 -0
  26. moovio_sdk/institutions.py +261 -0
  27. moovio_sdk/issuing_transactions.py +1228 -0
  28. moovio_sdk/models/__init__.py +4 -0
  29. moovio_sdk/models/components/__init__.py +1411 -0
  30. moovio_sdk/models/components/account.py +96 -0
  31. moovio_sdk/models/components/accountcapability.py +20 -0
  32. moovio_sdk/models/components/accountcountries.py +18 -0
  33. moovio_sdk/models/components/accountnameverification.py +28 -0
  34. moovio_sdk/models/components/accounttype.py +11 -0
  35. moovio_sdk/models/components/accountverificationstatus.py +19 -0
  36. moovio_sdk/models/components/achcreditsamedaypaymentmethod.py +38 -0
  37. moovio_sdk/models/components/achcreditstandardpaymentmethod.py +38 -0
  38. moovio_sdk/models/components/achdebitcollectpaymentmethod.py +38 -0
  39. moovio_sdk/models/components/achdebitfundpaymentmethod.py +38 -0
  40. moovio_sdk/models/components/achexception.py +20 -0
  41. moovio_sdk/models/components/achlocation.py +26 -0
  42. moovio_sdk/models/components/achparticipant.py +93 -0
  43. moovio_sdk/models/components/achpaymentdetails.py +30 -0
  44. moovio_sdk/models/components/achpaymentdetailserror.py +22 -0
  45. moovio_sdk/models/components/achpaymentsettings.py +16 -0
  46. moovio_sdk/models/components/achreturncode.py +51 -0
  47. moovio_sdk/models/components/achtransactiondetails.py +94 -0
  48. moovio_sdk/models/components/achtransactionstatus.py +15 -0
  49. moovio_sdk/models/components/addcapabilities.py +15 -0
  50. moovio_sdk/models/components/address.py +30 -0
  51. moovio_sdk/models/components/addresserror.py +32 -0
  52. moovio_sdk/models/components/addresssuggestion.py +34 -0
  53. moovio_sdk/models/components/addressupdate.py +32 -0
  54. moovio_sdk/models/components/adjustment.py +29 -0
  55. moovio_sdk/models/components/amount.py +26 -0
  56. moovio_sdk/models/components/amountdecimal.py +27 -0
  57. moovio_sdk/models/components/amountupdate.py +27 -0
  58. moovio_sdk/models/components/amountvalidationerror.py +17 -0
  59. moovio_sdk/models/components/applebillingcontact.py +53 -0
  60. moovio_sdk/models/components/applepayheader.py +41 -0
  61. moovio_sdk/models/components/applepaymerchantdomains.py +32 -0
  62. moovio_sdk/models/components/applepaypaymentmethod.py +33 -0
  63. moovio_sdk/models/components/applepayresponse.py +70 -0
  64. moovio_sdk/models/components/applicationscope.py +41 -0
  65. moovio_sdk/models/components/asynccreatedrefund.py +26 -0
  66. moovio_sdk/models/components/asynctransfer.py +18 -0
  67. moovio_sdk/models/components/authorizeduser.py +21 -0
  68. moovio_sdk/models/components/authtoken.py +36 -0
  69. moovio_sdk/models/components/authtokenrequest.py +46 -0
  70. moovio_sdk/models/components/bankaccount.py +98 -0
  71. moovio_sdk/models/components/bankaccountexception.py +96 -0
  72. moovio_sdk/models/components/bankaccountholdertype.py +11 -0
  73. moovio_sdk/models/components/bankaccountintegration.py +34 -0
  74. moovio_sdk/models/components/bankaccountpayload.py +21 -0
  75. moovio_sdk/models/components/bankaccountstatus.py +12 -0
  76. moovio_sdk/models/components/bankaccountstatusreason.py +23 -0
  77. moovio_sdk/models/components/bankaccounttype.py +13 -0
  78. moovio_sdk/models/components/bankaccountverification.py +30 -0
  79. moovio_sdk/models/components/bankaccountverificationcreated.py +21 -0
  80. moovio_sdk/models/components/bankaccountverificationmethod.py +9 -0
  81. moovio_sdk/models/components/bankaccountverificationstatus.py +13 -0
  82. moovio_sdk/models/components/bankaccountwaitfor.py +9 -0
  83. moovio_sdk/models/components/basicpaymentmethod.py +24 -0
  84. moovio_sdk/models/components/billablefee.py +54 -0
  85. moovio_sdk/models/components/birthdate.py +19 -0
  86. moovio_sdk/models/components/birthdateerror.py +20 -0
  87. moovio_sdk/models/components/birthdateupdate.py +20 -0
  88. moovio_sdk/models/components/birthdatevalidationerror.py +20 -0
  89. moovio_sdk/models/components/brandcolor.py +15 -0
  90. moovio_sdk/models/components/brandcolors.py +21 -0
  91. moovio_sdk/models/components/brandcolorvalidationerror.py +14 -0
  92. moovio_sdk/models/components/brandproperties.py +16 -0
  93. moovio_sdk/models/components/businessprofile.py +81 -0
  94. moovio_sdk/models/components/businesstype.py +19 -0
  95. moovio_sdk/models/components/calltoaction.py +19 -0
  96. moovio_sdk/models/components/cancellation.py +22 -0
  97. moovio_sdk/models/components/cancellationstatus.py +10 -0
  98. moovio_sdk/models/components/capabilitieserror.py +14 -0
  99. moovio_sdk/models/components/capability.py +56 -0
  100. moovio_sdk/models/components/capabilityid.py +18 -0
  101. moovio_sdk/models/components/capabilityrequirement.py +26 -0
  102. moovio_sdk/models/components/capabilitystatus.py +13 -0
  103. moovio_sdk/models/components/card.py +164 -0
  104. moovio_sdk/models/components/cardaccountupdater.py +28 -0
  105. moovio_sdk/models/components/cardacquiringdispute.py +26 -0
  106. moovio_sdk/models/components/cardacquiringmodel.py +11 -0
  107. moovio_sdk/models/components/cardacquiringrefund.py +42 -0
  108. moovio_sdk/models/components/cardaddress.py +32 -0
  109. moovio_sdk/models/components/cardbrand.py +14 -0
  110. moovio_sdk/models/components/cardexpiration.py +20 -0
  111. moovio_sdk/models/components/cardexpirationerror.py +17 -0
  112. moovio_sdk/models/components/cardissuingnetwork.py +12 -0
  113. moovio_sdk/models/components/cardpaymentdetails.py +23 -0
  114. moovio_sdk/models/components/cardpaymentdetailserror.py +17 -0
  115. moovio_sdk/models/components/cardpaymentpaymentmethod.py +33 -0
  116. moovio_sdk/models/components/cardpaymentsettings.py +23 -0
  117. moovio_sdk/models/components/cardtransactiondetails.py +94 -0
  118. moovio_sdk/models/components/cardtransactionfailurecode.py +32 -0
  119. moovio_sdk/models/components/cardtransactionstatus.py +15 -0
  120. moovio_sdk/models/components/cardtype.py +13 -0
  121. moovio_sdk/models/components/cardupdatereason.py +16 -0
  122. moovio_sdk/models/components/cardverification.py +38 -0
  123. moovio_sdk/models/components/cardverificationresult.py +12 -0
  124. moovio_sdk/models/components/cardvolumedistribution.py +29 -0
  125. moovio_sdk/models/components/cardvolumedistributionerror.py +32 -0
  126. moovio_sdk/models/components/collectionpaymentmethodtype.py +12 -0
  127. moovio_sdk/models/components/colorsvalidationerror.py +21 -0
  128. moovio_sdk/models/components/completebankaccountverification.py +15 -0
  129. moovio_sdk/models/components/completedmicrodeposits.py +14 -0
  130. moovio_sdk/models/components/completemicrodeposits.py +20 -0
  131. moovio_sdk/models/components/countrieserrors.py +14 -0
  132. moovio_sdk/models/components/createaccount.py +78 -0
  133. moovio_sdk/models/components/createaccounterror.py +44 -0
  134. moovio_sdk/models/components/createaccountsettings.py +40 -0
  135. moovio_sdk/models/components/createapplepaysession.py +21 -0
  136. moovio_sdk/models/components/createauthorizeduser.py +26 -0
  137. moovio_sdk/models/components/createauthorizedusererror.py +24 -0
  138. moovio_sdk/models/components/createauthorizeduserupdate.py +28 -0
  139. moovio_sdk/models/components/createbusinesserror.py +88 -0
  140. moovio_sdk/models/components/createbusinessprofile.py +69 -0
  141. moovio_sdk/models/components/createevidencefilemultipart.py +63 -0
  142. moovio_sdk/models/components/createevidencetext.py +20 -0
  143. moovio_sdk/models/components/createfeeplanagreement.py +14 -0
  144. moovio_sdk/models/components/createindividualerror.py +72 -0
  145. moovio_sdk/models/components/createindividualprofile.py +37 -0
  146. moovio_sdk/models/components/createpaymentlink.py +95 -0
  147. moovio_sdk/models/components/createprofile.py +22 -0
  148. moovio_sdk/models/components/createprofileerror.py +19 -0
  149. moovio_sdk/models/components/createrefund.py +26 -0
  150. moovio_sdk/models/components/createrefundresponse.py +18 -0
  151. moovio_sdk/models/components/createrepresentative.py +50 -0
  152. moovio_sdk/models/components/createreversal.py +15 -0
  153. moovio_sdk/models/components/createsweepconfig.py +41 -0
  154. moovio_sdk/models/components/createterminalapplication.py +42 -0
  155. moovio_sdk/models/components/createtransfer.py +49 -0
  156. moovio_sdk/models/components/createtransferdestination.py +37 -0
  157. moovio_sdk/models/components/createtransferdestinationach.py +26 -0
  158. moovio_sdk/models/components/createtransferdestinationcard.py +19 -0
  159. moovio_sdk/models/components/createtransferoptions.py +24 -0
  160. moovio_sdk/models/components/createtransfersource.py +48 -0
  161. moovio_sdk/models/components/createtransfersourceach.py +40 -0
  162. moovio_sdk/models/components/createtransfersourcecard.py +35 -0
  163. moovio_sdk/models/components/customersupport.py +33 -0
  164. moovio_sdk/models/components/customersupporterror.py +25 -0
  165. moovio_sdk/models/components/debitholdperiod.py +12 -0
  166. moovio_sdk/models/components/disbursementpaymentmethodtype.py +13 -0
  167. moovio_sdk/models/components/displayoptionserror.py +23 -0
  168. moovio_sdk/models/components/dispute.py +76 -0
  169. moovio_sdk/models/components/disputeevidenceresponse.py +49 -0
  170. moovio_sdk/models/components/disputephase.py +13 -0
  171. moovio_sdk/models/components/disputestatus.py +20 -0
  172. moovio_sdk/models/components/disputetransferdetails.py +16 -0
  173. moovio_sdk/models/components/document.py +37 -0
  174. moovio_sdk/models/components/documenttype.py +13 -0
  175. moovio_sdk/models/components/domesticpullfromcard.py +12 -0
  176. moovio_sdk/models/components/domesticpushtocard.py +13 -0
  177. moovio_sdk/models/components/e2eetoken.py +25 -0
  178. moovio_sdk/models/components/e2eetokenupdate.py +26 -0
  179. moovio_sdk/models/components/end2endencryptionerror.py +14 -0
  180. moovio_sdk/models/components/enrichedaddressresponse.py +15 -0
  181. moovio_sdk/models/components/enrichedbusinessprofile.py +37 -0
  182. moovio_sdk/models/components/enrichedbusinessresponse.py +18 -0
  183. moovio_sdk/models/components/enrichedindustries.py +15 -0
  184. moovio_sdk/models/components/enrichedindustry.py +32 -0
  185. moovio_sdk/models/components/enrichedindustrycodes.py +17 -0
  186. moovio_sdk/models/components/evidencetextresponse.py +28 -0
  187. moovio_sdk/models/components/evidencetype.py +15 -0
  188. moovio_sdk/models/components/evidenceuploadresponse.py +50 -0
  189. moovio_sdk/models/components/facilitatorfee.py +48 -0
  190. moovio_sdk/models/components/feecategory.py +16 -0
  191. moovio_sdk/models/components/feemodel.py +12 -0
  192. moovio_sdk/models/components/feeplan.py +43 -0
  193. moovio_sdk/models/components/feeplanagreement.py +51 -0
  194. moovio_sdk/models/components/feeplanagreementstatus.py +9 -0
  195. moovio_sdk/models/components/feeproperties.py +49 -0
  196. moovio_sdk/models/components/filedetails.py +55 -0
  197. moovio_sdk/models/components/filepurpose.py +15 -0
  198. moovio_sdk/models/components/filestatus.py +12 -0
  199. moovio_sdk/models/components/fileuploadrequestmultipart.py +69 -0
  200. moovio_sdk/models/components/financialinstitutions.py +18 -0
  201. moovio_sdk/models/components/fulfillmentdetails.py +24 -0
  202. moovio_sdk/models/components/fulfillmentdetailserror.py +20 -0
  203. moovio_sdk/models/components/fullissuedcard.py +92 -0
  204. moovio_sdk/models/components/generatedby.py +39 -0
  205. moovio_sdk/models/components/generatedbyaccountid.py +15 -0
  206. moovio_sdk/models/components/generatedbybankaccountid.py +17 -0
  207. moovio_sdk/models/components/generatedbycardid.py +15 -0
  208. moovio_sdk/models/components/generatedbydisputeid.py +15 -0
  209. moovio_sdk/models/components/generatedbytransferid.py +15 -0
  210. moovio_sdk/models/components/governmentid.py +40 -0
  211. moovio_sdk/models/components/governmentiderror.py +40 -0
  212. moovio_sdk/models/components/granttype.py +15 -0
  213. moovio_sdk/models/components/incurredfee.py +44 -0
  214. moovio_sdk/models/components/individualname.py +32 -0
  215. moovio_sdk/models/components/individualnameerror.py +24 -0
  216. moovio_sdk/models/components/individualnameupdate.py +32 -0
  217. moovio_sdk/models/components/individualprofile.py +45 -0
  218. moovio_sdk/models/components/industrycodes.py +20 -0
  219. moovio_sdk/models/components/issuedcard.py +78 -0
  220. moovio_sdk/models/components/issuedcardauthorization.py +53 -0
  221. moovio_sdk/models/components/issuedcardauthorizationevent.py +37 -0
  222. moovio_sdk/models/components/issuedcardauthorizationeventresult.py +12 -0
  223. moovio_sdk/models/components/issuedcardeventtype.py +15 -0
  224. moovio_sdk/models/components/issuedcardformfactor.py +10 -0
  225. moovio_sdk/models/components/issuedcardstate.py +19 -0
  226. moovio_sdk/models/components/issuedcardtransaction.py +42 -0
  227. moovio_sdk/models/components/issuingauthorizationstatus.py +14 -0
  228. moovio_sdk/models/components/issuingcontrols.py +25 -0
  229. moovio_sdk/models/components/issuingcontrolserror.py +22 -0
  230. moovio_sdk/models/components/issuingintervallimit.py +10 -0
  231. moovio_sdk/models/components/issuingmerchantdata.py +47 -0
  232. moovio_sdk/models/components/issuingvelocitylimit.py +21 -0
  233. moovio_sdk/models/components/issuingvelocitylimiterror.py +17 -0
  234. moovio_sdk/models/components/jsonwebkey.py +103 -0
  235. moovio_sdk/models/components/linkapplepay.py +54 -0
  236. moovio_sdk/models/components/linkapplepaymentdata.py +51 -0
  237. moovio_sdk/models/components/linkapplepaymentmethod.py +38 -0
  238. moovio_sdk/models/components/linkapplepaytoken.py +63 -0
  239. moovio_sdk/models/components/linkbankaccount.py +26 -0
  240. moovio_sdk/models/components/linkcard.py +54 -0
  241. moovio_sdk/models/components/linkcardwaitfor.py +8 -0
  242. moovio_sdk/models/components/linkedapplepaypaymentmethod.py +30 -0
  243. moovio_sdk/models/components/listfeesfetchrequest.py +19 -0
  244. moovio_sdk/models/components/manualtermsofservice.py +34 -0
  245. moovio_sdk/models/components/manualtermsofserviceupdate.py +41 -0
  246. moovio_sdk/models/components/microdepositstatus.py +8 -0
  247. moovio_sdk/models/components/mode.py +11 -0
  248. moovio_sdk/models/components/moovfeedetails.py +36 -0
  249. moovio_sdk/models/components/moovwalletpaymentmethod.py +31 -0
  250. moovio_sdk/models/components/mxauthorizationcode.py +26 -0
  251. moovio_sdk/models/components/mxpayload.py +46 -0
  252. moovio_sdk/models/components/occurrence.py +44 -0
  253. moovio_sdk/models/components/occurrencesresponse.py +80 -0
  254. moovio_sdk/models/components/occurrencestatus.py +12 -0
  255. moovio_sdk/models/components/onboardinginvite.py +91 -0
  256. moovio_sdk/models/components/onboardinginviterequest.py +57 -0
  257. moovio_sdk/models/components/onboardingpartneraccount.py +31 -0
  258. moovio_sdk/models/components/partnerpricing.py +46 -0
  259. moovio_sdk/models/components/partnerpricingagreement.py +56 -0
  260. moovio_sdk/models/components/patchaccount.py +138 -0
  261. moovio_sdk/models/components/patchaccounterror.py +38 -0
  262. moovio_sdk/models/components/patchbusiness.py +72 -0
  263. moovio_sdk/models/components/patchindividual.py +43 -0
  264. moovio_sdk/models/components/patchprofile.py +29 -0
  265. moovio_sdk/models/components/patchsweepconfig.py +147 -0
  266. moovio_sdk/models/components/patchtransfer.py +51 -0
  267. moovio_sdk/models/components/paymentdetailserror.py +35 -0
  268. moovio_sdk/models/components/paymentlink.py +125 -0
  269. moovio_sdk/models/components/paymentlinkcustomeroptions.py +31 -0
  270. moovio_sdk/models/components/paymentlinkdisplayoptions.py +39 -0
  271. moovio_sdk/models/components/paymentlinkdisplayoptionsupdate.py +42 -0
  272. moovio_sdk/models/components/paymentlinkpaymentdetails.py +40 -0
  273. moovio_sdk/models/components/paymentlinkpaymentdetailsupdate.py +41 -0
  274. moovio_sdk/models/components/paymentlinkpayoutdetails.py +32 -0
  275. moovio_sdk/models/components/paymentlinkpayoutdetailsupdate.py +33 -0
  276. moovio_sdk/models/components/paymentlinkstatus.py +11 -0
  277. moovio_sdk/models/components/paymentmethod.py +82 -0
  278. moovio_sdk/models/components/paymentmethodsbankaccount.py +65 -0
  279. moovio_sdk/models/components/paymentmethodscard.py +121 -0
  280. moovio_sdk/models/components/paymentmethodswallet.py +14 -0
  281. moovio_sdk/models/components/paymentmethodtype.py +19 -0
  282. moovio_sdk/models/components/payoutdetailserror.py +21 -0
  283. moovio_sdk/models/components/payoutrecipient.py +23 -0
  284. moovio_sdk/models/components/payoutrecipienterror.py +14 -0
  285. moovio_sdk/models/components/payoutrecipientupdate.py +24 -0
  286. moovio_sdk/models/components/phonenumber.py +18 -0
  287. moovio_sdk/models/components/phonenumbererror.py +18 -0
  288. moovio_sdk/models/components/plaidintegration.py +39 -0
  289. moovio_sdk/models/components/plaidlinkintegration.py +36 -0
  290. moovio_sdk/models/components/plaidlinkpayload.py +45 -0
  291. moovio_sdk/models/components/plaidpayload.py +42 -0
  292. moovio_sdk/models/components/primaryregulator.py +13 -0
  293. moovio_sdk/models/components/profile.py +27 -0
  294. moovio_sdk/models/components/pullfromcardpaymentmethod.py +33 -0
  295. moovio_sdk/models/components/pushtocardpaymentmethod.py +33 -0
  296. moovio_sdk/models/components/qrcode.py +16 -0
  297. moovio_sdk/models/components/receiptkind.py +10 -0
  298. moovio_sdk/models/components/receiptrequest.py +75 -0
  299. moovio_sdk/models/components/receiptresponse.py +95 -0
  300. moovio_sdk/models/components/recur.py +40 -0
  301. moovio_sdk/models/components/refundcarddetails.py +44 -0
  302. moovio_sdk/models/components/refundcardstatus.py +12 -0
  303. moovio_sdk/models/components/refundstatus.py +11 -0
  304. moovio_sdk/models/components/registerapplepaymerchantdomains.py +22 -0
  305. moovio_sdk/models/components/representative.py +71 -0
  306. moovio_sdk/models/components/representativeresponsibilities.py +42 -0
  307. moovio_sdk/models/components/representativeresponsibilitieserror.py +26 -0
  308. moovio_sdk/models/components/requestcard.py +44 -0
  309. moovio_sdk/models/components/requirementerror.py +24 -0
  310. moovio_sdk/models/components/requirementerrorcode.py +25 -0
  311. moovio_sdk/models/components/requirementid.py +71 -0
  312. moovio_sdk/models/components/returnpolicytype.py +11 -0
  313. moovio_sdk/models/components/reversal.py +23 -0
  314. moovio_sdk/models/components/reversedwithcancellation.py +14 -0
  315. moovio_sdk/models/components/reversedwithrefund.py +16 -0
  316. moovio_sdk/models/components/revoketokenrequest.py +40 -0
  317. moovio_sdk/models/components/rtpcreditpaymentmethod.py +38 -0
  318. moovio_sdk/models/components/rtpfailurecode.py +19 -0
  319. moovio_sdk/models/components/rtprejectioncode.py +25 -0
  320. moovio_sdk/models/components/rtptransactiondetails.py +56 -0
  321. moovio_sdk/models/components/rtptransactionstatus.py +13 -0
  322. moovio_sdk/models/components/runtransfer.py +34 -0
  323. moovio_sdk/models/components/schedulepaymentmethod.py +56 -0
  324. moovio_sdk/models/components/scheduleresponse.py +60 -0
  325. moovio_sdk/models/components/seccode.py +13 -0
  326. moovio_sdk/models/components/security.py +32 -0
  327. moovio_sdk/models/components/sentreceipt.py +27 -0
  328. moovio_sdk/models/components/settings.py +30 -0
  329. moovio_sdk/models/components/sourcedestinationoptions.py +20 -0
  330. moovio_sdk/models/components/sweep.py +80 -0
  331. moovio_sdk/models/components/sweepconfig.py +81 -0
  332. moovio_sdk/models/components/sweepconfigpaymentmethod.py +31 -0
  333. moovio_sdk/models/components/sweepconfigstatus.py +9 -0
  334. moovio_sdk/models/components/sweepstatus.py +13 -0
  335. moovio_sdk/models/components/taxid.py +25 -0
  336. moovio_sdk/models/components/taxidupdate.py +26 -0
  337. moovio_sdk/models/components/terminalapplication.py +55 -0
  338. moovio_sdk/models/components/terminalapplicationplatform.py +12 -0
  339. moovio_sdk/models/components/terminalapplicationstatus.py +13 -0
  340. moovio_sdk/models/components/termsofservice.py +26 -0
  341. moovio_sdk/models/components/termsofserviceerror.py +39 -0
  342. moovio_sdk/models/components/termsofservicetoken.py +17 -0
  343. moovio_sdk/models/components/termsofservicetokenupdate.py +18 -0
  344. moovio_sdk/models/components/tokentype.py +10 -0
  345. moovio_sdk/models/components/transactionsource.py +16 -0
  346. moovio_sdk/models/components/transfer.py +126 -0
  347. moovio_sdk/models/components/transferaccount.py +20 -0
  348. moovio_sdk/models/components/transferdestination.py +83 -0
  349. moovio_sdk/models/components/transferfailurereason.py +14 -0
  350. moovio_sdk/models/components/transferoptions.py +23 -0
  351. moovio_sdk/models/components/transferresponse.py +15 -0
  352. moovio_sdk/models/components/transfersource.py +80 -0
  353. moovio_sdk/models/components/transferstatus.py +16 -0
  354. moovio_sdk/models/components/transferwaitfor.py +8 -0
  355. moovio_sdk/models/components/underwriting.py +56 -0
  356. moovio_sdk/models/components/underwritingstatus.py +16 -0
  357. moovio_sdk/models/components/updateapplepaymerchantdomains.py +26 -0
  358. moovio_sdk/models/components/updatebrand.py +15 -0
  359. moovio_sdk/models/components/updatecard.py +51 -0
  360. moovio_sdk/models/components/updatecardaddress.py +32 -0
  361. moovio_sdk/models/components/updatecardexpiration.py +17 -0
  362. moovio_sdk/models/components/updatecolor.py +14 -0
  363. moovio_sdk/models/components/updatecolors.py +18 -0
  364. moovio_sdk/models/components/updateevidence.py +23 -0
  365. moovio_sdk/models/components/updateissuedcard.py +44 -0
  366. moovio_sdk/models/components/updatepaymentlink.py +98 -0
  367. moovio_sdk/models/components/updaterepresentative.py +224 -0
  368. moovio_sdk/models/components/updateunderwriting.py +43 -0
  369. moovio_sdk/models/components/upsertschedule.py +26 -0
  370. moovio_sdk/models/components/verification.py +54 -0
  371. moovio_sdk/models/components/verificationstatus.py +17 -0
  372. moovio_sdk/models/components/verificationstatusdetail.py +23 -0
  373. moovio_sdk/models/components/volumebycustomertype.py +21 -0
  374. moovio_sdk/models/components/volumebycustomertypeerror.py +22 -0
  375. moovio_sdk/models/components/wallet.py +27 -0
  376. moovio_sdk/models/components/walletavailablebalance.py +30 -0
  377. moovio_sdk/models/components/wallettransaction.py +114 -0
  378. moovio_sdk/models/components/wallettransactionsourcetype.py +13 -0
  379. moovio_sdk/models/components/wallettransactionstatus.py +11 -0
  380. moovio_sdk/models/components/wallettransactiontype.py +32 -0
  381. moovio_sdk/models/errors/__init__.py +155 -0
  382. moovio_sdk/models/errors/addcapabilitieserror.py +23 -0
  383. moovio_sdk/models/errors/apierror.py +22 -0
  384. moovio_sdk/models/errors/assigncountrieserror.py +20 -0
  385. moovio_sdk/models/errors/authtokenrequesterror.py +22 -0
  386. moovio_sdk/models/errors/bankaccountvalidationerror.py +30 -0
  387. moovio_sdk/models/errors/brandvalidationerror.py +23 -0
  388. moovio_sdk/models/errors/cardacquiringrefund.py +44 -0
  389. moovio_sdk/models/errors/createaccount.py +24 -0
  390. moovio_sdk/models/errors/createpaymentlinkerror.py +46 -0
  391. moovio_sdk/models/errors/createsweepconfigerror.py +40 -0
  392. moovio_sdk/models/errors/feeplanagreementerror.py +22 -0
  393. moovio_sdk/models/errors/fileuploadvalidationerror.py +35 -0
  394. moovio_sdk/models/errors/filevalidationerror.py +28 -0
  395. moovio_sdk/models/errors/genericerror.py +19 -0
  396. moovio_sdk/models/errors/linkapplepayerror.py +36 -0
  397. moovio_sdk/models/errors/linkcarderror.py +47 -0
  398. moovio_sdk/models/errors/microdepositvalidationerror.py +20 -0
  399. moovio_sdk/models/errors/onboardinginviteerror.py +34 -0
  400. moovio_sdk/models/errors/patchsweepconfigerror.py +38 -0
  401. moovio_sdk/models/errors/receiptvalidationerror.py +40 -0
  402. moovio_sdk/models/errors/refundvalidationerror.py +23 -0
  403. moovio_sdk/models/errors/representativevalidationerror.py +68 -0
  404. moovio_sdk/models/errors/requestcarderror.py +42 -0
  405. moovio_sdk/models/errors/reversalvalidationerror.py +20 -0
  406. moovio_sdk/models/errors/revoketokenrequesterror.py +22 -0
  407. moovio_sdk/models/errors/schedulevalidationerror.py +24 -0
  408. moovio_sdk/models/errors/terminalapplicationerror.py +30 -0
  409. moovio_sdk/models/errors/transfer.py +108 -0
  410. moovio_sdk/models/errors/transferoptionsvalidationerror.py +24 -0
  411. moovio_sdk/models/errors/transfervalidationerror.py +49 -0
  412. moovio_sdk/models/errors/updateaccount.py +24 -0
  413. moovio_sdk/models/errors/updatecarderror.py +43 -0
  414. moovio_sdk/models/errors/updateissuedcarderror.py +32 -0
  415. moovio_sdk/models/errors/updatepaymentlinkerror.py +36 -0
  416. moovio_sdk/models/errors/updateunderwritingerror.py +70 -0
  417. moovio_sdk/models/internal/__init__.py +6 -0
  418. moovio_sdk/models/internal/globals.py +40 -0
  419. moovio_sdk/models/operations/__init__.py +1824 -0
  420. moovio_sdk/models/operations/acceptdispute.py +71 -0
  421. moovio_sdk/models/operations/assignaccountcountries.py +75 -0
  422. moovio_sdk/models/operations/cancelschedule.py +67 -0
  423. moovio_sdk/models/operations/completebankaccountverification.py +85 -0
  424. moovio_sdk/models/operations/completemicrodeposits.py +87 -0
  425. moovio_sdk/models/operations/createaccesstoken.py +52 -0
  426. moovio_sdk/models/operations/createaccount.py +52 -0
  427. moovio_sdk/models/operations/createapplepaysession.py +81 -0
  428. moovio_sdk/models/operations/createbrand.py +75 -0
  429. moovio_sdk/models/operations/createcancellation.py +75 -0
  430. moovio_sdk/models/operations/createfeeplanagreements.py +80 -0
  431. moovio_sdk/models/operations/createonboardinginvite.py +52 -0
  432. moovio_sdk/models/operations/createpaymentlink.py +78 -0
  433. moovio_sdk/models/operations/createreceipts.py +52 -0
  434. moovio_sdk/models/operations/createrepresentative.py +80 -0
  435. moovio_sdk/models/operations/createreversal.py +98 -0
  436. moovio_sdk/models/operations/createschedule.py +78 -0
  437. moovio_sdk/models/operations/createsweepconfig.py +78 -0
  438. moovio_sdk/models/operations/createterminalapplication.py +54 -0
  439. moovio_sdk/models/operations/createtransfer.py +125 -0
  440. moovio_sdk/models/operations/createtransferoptions.py +52 -0
  441. moovio_sdk/models/operations/deletedisputeevidencefile.py +74 -0
  442. moovio_sdk/models/operations/deleterepresentative.py +71 -0
  443. moovio_sdk/models/operations/deleteterminalapplication.py +60 -0
  444. moovio_sdk/models/operations/disablebankaccount.py +67 -0
  445. moovio_sdk/models/operations/disablecapability.py +76 -0
  446. moovio_sdk/models/operations/disablecard.py +67 -0
  447. moovio_sdk/models/operations/disablepaymentlink.py +67 -0
  448. moovio_sdk/models/operations/disconnectaccount.py +60 -0
  449. moovio_sdk/models/operations/generateendtoendkey.py +60 -0
  450. moovio_sdk/models/operations/getaccount.py +64 -0
  451. moovio_sdk/models/operations/getaccountcountries.py +64 -0
  452. moovio_sdk/models/operations/getadjustment.py +71 -0
  453. moovio_sdk/models/operations/getapplepaymerchantdomains.py +68 -0
  454. moovio_sdk/models/operations/getavatar.py +66 -0
  455. moovio_sdk/models/operations/getbankaccount.py +71 -0
  456. moovio_sdk/models/operations/getbankaccountverification.py +73 -0
  457. moovio_sdk/models/operations/getbrand.py +64 -0
  458. moovio_sdk/models/operations/getcancellation.py +84 -0
  459. moovio_sdk/models/operations/getcapability.py +82 -0
  460. moovio_sdk/models/operations/getcard.py +71 -0
  461. moovio_sdk/models/operations/getdispute.py +71 -0
  462. moovio_sdk/models/operations/getdisputeevidence.py +80 -0
  463. moovio_sdk/models/operations/getdisputeevidencedata.py +90 -0
  464. moovio_sdk/models/operations/getenrichmentaddress.py +178 -0
  465. moovio_sdk/models/operations/getenrichmentprofile.py +64 -0
  466. moovio_sdk/models/operations/getfiledetails.py +71 -0
  467. moovio_sdk/models/operations/getfullissuedcard.py +73 -0
  468. moovio_sdk/models/operations/getissuedcard.py +73 -0
  469. moovio_sdk/models/operations/getissuedcardauthorization.py +75 -0
  470. moovio_sdk/models/operations/getissuedcardtransaction.py +75 -0
  471. moovio_sdk/models/operations/getmerchantprocessingagreement.py +64 -0
  472. moovio_sdk/models/operations/getonboardinginvite.py +62 -0
  473. moovio_sdk/models/operations/getpaymentlink.py +71 -0
  474. moovio_sdk/models/operations/getpaymentlinkqrcode.py +84 -0
  475. moovio_sdk/models/operations/getpaymentmethod.py +71 -0
  476. moovio_sdk/models/operations/getrefund.py +84 -0
  477. moovio_sdk/models/operations/getrepresentative.py +75 -0
  478. moovio_sdk/models/operations/getscheduledoccurrence.py +92 -0
  479. moovio_sdk/models/operations/getschedules.py +71 -0
  480. moovio_sdk/models/operations/getsweep.py +78 -0
  481. moovio_sdk/models/operations/getsweepconfig.py +71 -0
  482. moovio_sdk/models/operations/getterminalapplication.py +66 -0
  483. moovio_sdk/models/operations/gettermsofservicetoken.py +75 -0
  484. moovio_sdk/models/operations/gettransfer.py +73 -0
  485. moovio_sdk/models/operations/getunderwriting.py +64 -0
  486. moovio_sdk/models/operations/getwallet.py +71 -0
  487. moovio_sdk/models/operations/getwallettransaction.py +80 -0
  488. moovio_sdk/models/operations/initiatebankaccountverification.py +89 -0
  489. moovio_sdk/models/operations/initiatemicrodeposits.py +67 -0
  490. moovio_sdk/models/operations/initiaterefund.py +131 -0
  491. moovio_sdk/models/operations/linkapplepaytoken.py +80 -0
  492. moovio_sdk/models/operations/linkbankaccount.py +96 -0
  493. moovio_sdk/models/operations/linkcard.py +96 -0
  494. moovio_sdk/models/operations/listaccounts.py +171 -0
  495. moovio_sdk/models/operations/listadjustments.py +78 -0
  496. moovio_sdk/models/operations/listbankaccounts.py +64 -0
  497. moovio_sdk/models/operations/listcapabilities.py +64 -0
  498. moovio_sdk/models/operations/listcards.py +64 -0
  499. moovio_sdk/models/operations/listdisputeevidence.py +73 -0
  500. moovio_sdk/models/operations/listdisputes.py +172 -0
  501. moovio_sdk/models/operations/listfeeplanagreements.py +101 -0
  502. moovio_sdk/models/operations/listfeeplans.py +78 -0
  503. moovio_sdk/models/operations/listfeesfetch.py +80 -0
  504. moovio_sdk/models/operations/listfiles.py +64 -0
  505. moovio_sdk/models/operations/listindustries.py +62 -0
  506. moovio_sdk/models/operations/listinstitutions.py +92 -0
  507. moovio_sdk/models/operations/listissuedcardauthorizationevents.py +94 -0
  508. moovio_sdk/models/operations/listissuedcardauthorizations.py +126 -0
  509. moovio_sdk/models/operations/listissuedcards.py +94 -0
  510. moovio_sdk/models/operations/listissuedcardtransactions.py +113 -0
  511. moovio_sdk/models/operations/listonboardinginvites.py +60 -0
  512. moovio_sdk/models/operations/listpartnerpricing.py +78 -0
  513. moovio_sdk/models/operations/listpartnerpricingagreements.py +101 -0
  514. moovio_sdk/models/operations/listpaymentlinks.py +64 -0
  515. moovio_sdk/models/operations/listpaymentmethods.py +98 -0
  516. moovio_sdk/models/operations/listreceipts.py +65 -0
  517. moovio_sdk/models/operations/listrefunds.py +75 -0
  518. moovio_sdk/models/operations/listrepresentatives.py +66 -0
  519. moovio_sdk/models/operations/listschedules.py +81 -0
  520. moovio_sdk/models/operations/listsweepconfigs.py +64 -0
  521. moovio_sdk/models/operations/listsweeps.py +108 -0
  522. moovio_sdk/models/operations/listterminalapplications.py +62 -0
  523. moovio_sdk/models/operations/listtransfers.py +145 -0
  524. moovio_sdk/models/operations/listwallets.py +64 -0
  525. moovio_sdk/models/operations/listwallettransactions.py +189 -0
  526. moovio_sdk/models/operations/ping.py +56 -0
  527. moovio_sdk/models/operations/registerapplepaymerchantdomains.py +80 -0
  528. moovio_sdk/models/operations/requestcapabilities.py +78 -0
  529. moovio_sdk/models/operations/requestcard.py +80 -0
  530. moovio_sdk/models/operations/retrievefees.py +117 -0
  531. moovio_sdk/models/operations/revokeaccesstoken.py +48 -0
  532. moovio_sdk/models/operations/revokeonboardinginvite.py +58 -0
  533. moovio_sdk/models/operations/submitdisputeevidence.py +71 -0
  534. moovio_sdk/models/operations/testendtoendtoken.py +56 -0
  535. moovio_sdk/models/operations/updateaccount.py +78 -0
  536. moovio_sdk/models/operations/updateapplepaymerchantdomains.py +78 -0
  537. moovio_sdk/models/operations/updatebrand.py +78 -0
  538. moovio_sdk/models/operations/updatecard.py +85 -0
  539. moovio_sdk/models/operations/updatedisputeevidence.py +92 -0
  540. moovio_sdk/models/operations/updateissuedcard.py +81 -0
  541. moovio_sdk/models/operations/updatepaymentlink.py +85 -0
  542. moovio_sdk/models/operations/updaterepresentative.py +89 -0
  543. moovio_sdk/models/operations/updateschedule.py +85 -0
  544. moovio_sdk/models/operations/updatesweepconfig.py +85 -0
  545. moovio_sdk/models/operations/updatetransfer.py +87 -0
  546. moovio_sdk/models/operations/uploaddisputeevidencefile.py +87 -0
  547. moovio_sdk/models/operations/uploaddisputeevidencetext.py +85 -0
  548. moovio_sdk/models/operations/uploadfile.py +80 -0
  549. moovio_sdk/models/operations/upsertbrand.py +75 -0
  550. moovio_sdk/models/operations/upsertunderwriting.py +78 -0
  551. moovio_sdk/onboarding.py +965 -0
  552. moovio_sdk/payment_links.py +1694 -0
  553. moovio_sdk/payment_methods.py +475 -0
  554. moovio_sdk/ping.py +233 -0
  555. moovio_sdk/py.typed +1 -0
  556. moovio_sdk/receipts.py +507 -0
  557. moovio_sdk/representatives.py +1513 -0
  558. moovio_sdk/scheduling.py +1565 -0
  559. moovio_sdk/sdk.py +242 -0
  560. moovio_sdk/sdkconfiguration.py +59 -0
  561. moovio_sdk/sweeps.py +1617 -0
  562. moovio_sdk/terminal_applications.py +1013 -0
  563. moovio_sdk/transfers.py +3040 -0
  564. moovio_sdk/types/__init__.py +21 -0
  565. moovio_sdk/types/basemodel.py +39 -0
  566. moovio_sdk/underwriting.py +581 -0
  567. moovio_sdk/utils/__init__.py +101 -0
  568. moovio_sdk/utils/annotations.py +55 -0
  569. moovio_sdk/utils/enums.py +34 -0
  570. moovio_sdk/utils/eventstreaming.py +238 -0
  571. moovio_sdk/utils/forms.py +202 -0
  572. moovio_sdk/utils/headers.py +136 -0
  573. moovio_sdk/utils/logger.py +27 -0
  574. moovio_sdk/utils/metadata.py +118 -0
  575. moovio_sdk/utils/queryparams.py +205 -0
  576. moovio_sdk/utils/requestbodies.py +66 -0
  577. moovio_sdk/utils/retries.py +217 -0
  578. moovio_sdk/utils/security.py +195 -0
  579. moovio_sdk/utils/serializers.py +215 -0
  580. moovio_sdk/utils/url.py +155 -0
  581. moovio_sdk/utils/values.py +137 -0
  582. moovio_sdk/wallet_transactions.py +558 -0
  583. moovio_sdk/wallets.py +465 -0
  584. moovio_sdk-0.3.8.dist-info/METADATA +1920 -0
  585. moovio_sdk-0.3.8.dist-info/RECORD +586 -0
  586. moovio_sdk-0.3.8.dist-info/WHEEL +4 -0
@@ -0,0 +1,1411 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from .account import Account, AccountTypedDict
4
+ from .accountcapability import AccountCapability, AccountCapabilityTypedDict
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 .cardtransactiondetails import (
142
+ CardTransactionDetails,
143
+ CardTransactionDetailsTypedDict,
144
+ )
145
+ from .cardtransactionfailurecode import CardTransactionFailureCode
146
+ from .cardtransactionstatus import CardTransactionStatus
147
+ from .cardtype import CardType
148
+ from .cardupdatereason import CardUpdateReason
149
+ from .cardverification import CardVerification, CardVerificationTypedDict
150
+ from .cardverificationresult import CardVerificationResult
151
+ from .cardvolumedistribution import (
152
+ CardVolumeDistribution,
153
+ CardVolumeDistributionTypedDict,
154
+ )
155
+ from .cardvolumedistributionerror import (
156
+ CardVolumeDistributionError,
157
+ CardVolumeDistributionErrorTypedDict,
158
+ )
159
+ from .collectionpaymentmethodtype import CollectionPaymentMethodType
160
+ from .colorsvalidationerror import ColorsValidationError, ColorsValidationErrorTypedDict
161
+ from .completebankaccountverification import (
162
+ CompleteBankAccountVerification,
163
+ CompleteBankAccountVerificationTypedDict,
164
+ )
165
+ from .completedmicrodeposits import (
166
+ CompletedMicroDeposits,
167
+ CompletedMicroDepositsTypedDict,
168
+ )
169
+ from .completemicrodeposits import CompleteMicroDeposits, CompleteMicroDepositsTypedDict
170
+ from .countrieserrors import CountriesErrors, CountriesErrorsTypedDict
171
+ from .createaccount import (
172
+ CreateAccount,
173
+ CreateAccountTermsOfService,
174
+ CreateAccountTermsOfServiceTypedDict,
175
+ CreateAccountTypedDict,
176
+ )
177
+ from .createaccounterror import CreateAccountError, CreateAccountErrorTypedDict
178
+ from .createaccountsettings import (
179
+ AchPayment,
180
+ AchPaymentTypedDict,
181
+ CardPayment,
182
+ CardPaymentTypedDict,
183
+ CreateAccountSettings,
184
+ CreateAccountSettingsTypedDict,
185
+ )
186
+ from .createapplepaysession import CreateApplePaySession, CreateApplePaySessionTypedDict
187
+ from .createauthorizeduser import CreateAuthorizedUser, CreateAuthorizedUserTypedDict
188
+ from .createauthorizedusererror import (
189
+ CreateAuthorizedUserError,
190
+ CreateAuthorizedUserErrorTypedDict,
191
+ )
192
+ from .createauthorizeduserupdate import (
193
+ CreateAuthorizedUserUpdate,
194
+ CreateAuthorizedUserUpdateTypedDict,
195
+ )
196
+ from .createbusinesserror import (
197
+ CreateBusinessError,
198
+ CreateBusinessErrorEin,
199
+ CreateBusinessErrorEinTypedDict,
200
+ CreateBusinessErrorIndustryCodes,
201
+ CreateBusinessErrorIndustryCodesTypedDict,
202
+ CreateBusinessErrorTaxID,
203
+ CreateBusinessErrorTaxIDTypedDict,
204
+ CreateBusinessErrorTypedDict,
205
+ )
206
+ from .createbusinessprofile import CreateBusinessProfile, CreateBusinessProfileTypedDict
207
+ from .createevidencefilemultipart import (
208
+ CreateEvidenceFileMultiPart,
209
+ CreateEvidenceFileMultiPartTypedDict,
210
+ File,
211
+ FileTypedDict,
212
+ )
213
+ from .createevidencetext import CreateEvidenceText, CreateEvidenceTextTypedDict
214
+ from .createfeeplanagreement import (
215
+ CreateFeePlanAgreement,
216
+ CreateFeePlanAgreementTypedDict,
217
+ )
218
+ from .createindividualerror import (
219
+ CreateIndividualError,
220
+ CreateIndividualErrorGovernmentID,
221
+ CreateIndividualErrorGovernmentIDTypedDict,
222
+ CreateIndividualErrorItin,
223
+ CreateIndividualErrorItinTypedDict,
224
+ CreateIndividualErrorSsn,
225
+ CreateIndividualErrorSsnTypedDict,
226
+ CreateIndividualErrorTypedDict,
227
+ )
228
+ from .createindividualprofile import (
229
+ CreateIndividualProfile,
230
+ CreateIndividualProfileTypedDict,
231
+ )
232
+ from .createpaymentlink import CreatePaymentLink, CreatePaymentLinkTypedDict
233
+ from .createprofile import CreateProfile, CreateProfileTypedDict
234
+ from .createprofileerror import CreateProfileError, CreateProfileErrorTypedDict
235
+ from .createrefund import CreateRefund, CreateRefundTypedDict
236
+ from .createrefundresponse import CreateRefundResponse, CreateRefundResponseTypedDict
237
+ from .createrepresentative import CreateRepresentative, CreateRepresentativeTypedDict
238
+ from .createreversal import CreateReversal, CreateReversalTypedDict
239
+ from .createsweepconfig import CreateSweepConfig, CreateSweepConfigTypedDict
240
+ from .createterminalapplication import (
241
+ CreateTerminalApplication,
242
+ CreateTerminalApplicationTypedDict,
243
+ )
244
+ from .createtransfer import CreateTransfer, CreateTransferTypedDict
245
+ from .createtransferdestination import (
246
+ CreateTransferDestination,
247
+ CreateTransferDestinationTypedDict,
248
+ )
249
+ from .createtransferdestinationach import (
250
+ CreateTransferDestinationACH,
251
+ CreateTransferDestinationACHTypedDict,
252
+ )
253
+ from .createtransferdestinationcard import (
254
+ CreateTransferDestinationCard,
255
+ CreateTransferDestinationCardTypedDict,
256
+ )
257
+ from .createtransferoptions import CreateTransferOptions, CreateTransferOptionsTypedDict
258
+ from .createtransfersource import CreateTransferSource, CreateTransferSourceTypedDict
259
+ from .createtransfersourceach import (
260
+ CreateTransferSourceACH,
261
+ CreateTransferSourceACHTypedDict,
262
+ )
263
+ from .createtransfersourcecard import (
264
+ CreateTransferSourceCard,
265
+ CreateTransferSourceCardTypedDict,
266
+ )
267
+ from .customersupport import CustomerSupport, CustomerSupportTypedDict
268
+ from .customersupporterror import CustomerSupportError, CustomerSupportErrorTypedDict
269
+ from .debitholdperiod import DebitHoldPeriod
270
+ from .disbursementpaymentmethodtype import DisbursementPaymentMethodType
271
+ from .displayoptionserror import DisplayOptionsError, DisplayOptionsErrorTypedDict
272
+ from .dispute import Dispute, DisputeTypedDict
273
+ from .disputeevidenceresponse import (
274
+ DisputeEvidenceResponse,
275
+ DisputeEvidenceResponseTypedDict,
276
+ )
277
+ from .disputephase import DisputePhase
278
+ from .disputestatus import DisputeStatus
279
+ from .disputetransferdetails import (
280
+ DisputeTransferDetails,
281
+ DisputeTransferDetailsTypedDict,
282
+ )
283
+ from .document import Document, DocumentTypedDict
284
+ from .documenttype import DocumentType
285
+ from .domesticpullfromcard import DomesticPullFromCard
286
+ from .domesticpushtocard import DomesticPushToCard
287
+ from .e2eetoken import E2EEToken, E2EETokenTypedDict
288
+ from .e2eetokenupdate import E2EETokenUpdate, E2EETokenUpdateTypedDict
289
+ from .end2endencryptionerror import (
290
+ End2EndEncryptionError,
291
+ End2EndEncryptionErrorTypedDict,
292
+ )
293
+ from .enrichedaddressresponse import (
294
+ EnrichedAddressResponse,
295
+ EnrichedAddressResponseTypedDict,
296
+ )
297
+ from .enrichedbusinessprofile import (
298
+ EnrichedBusinessProfile,
299
+ EnrichedBusinessProfileTypedDict,
300
+ )
301
+ from .enrichedbusinessresponse import (
302
+ EnrichedBusinessResponse,
303
+ EnrichedBusinessResponseTypedDict,
304
+ )
305
+ from .enrichedindustries import EnrichedIndustries, EnrichedIndustriesTypedDict
306
+ from .enrichedindustry import EnrichedIndustry, EnrichedIndustryTypedDict
307
+ from .enrichedindustrycodes import EnrichedIndustryCodes, EnrichedIndustryCodesTypedDict
308
+ from .evidencetextresponse import EvidenceTextResponse, EvidenceTextResponseTypedDict
309
+ from .evidencetype import EvidenceType
310
+ from .evidenceuploadresponse import (
311
+ EvidenceUploadResponse,
312
+ EvidenceUploadResponseTypedDict,
313
+ )
314
+ from .facilitatorfee import FacilitatorFee, FacilitatorFeeTypedDict
315
+ from .feecategory import FeeCategory
316
+ from .feemodel import FeeModel
317
+ from .feeplan import FeePlan, FeePlanTypedDict
318
+ from .feeplanagreement import FeePlanAgreement, FeePlanAgreementTypedDict
319
+ from .feeplanagreementstatus import FeePlanAgreementStatus
320
+ from .feeproperties import FeeProperties, FeePropertiesTypedDict
321
+ from .filedetails import FileDetails, FileDetailsTypedDict
322
+ from .filepurpose import FilePurpose
323
+ from .filestatus import FileStatus
324
+ from .fileuploadrequestmultipart import (
325
+ FileUploadRequestMultiPart,
326
+ FileUploadRequestMultiPartFile,
327
+ FileUploadRequestMultiPartFileTypedDict,
328
+ FileUploadRequestMultiPartTypedDict,
329
+ )
330
+ from .financialinstitutions import FinancialInstitutions, FinancialInstitutionsTypedDict
331
+ from .fulfillmentdetails import FulfillmentDetails, FulfillmentDetailsTypedDict
332
+ from .fulfillmentdetailserror import (
333
+ FulfillmentDetailsError,
334
+ FulfillmentDetailsErrorTypedDict,
335
+ )
336
+ from .fullissuedcard import FullIssuedCard, FullIssuedCardTypedDict
337
+ from .generatedby import GeneratedBy, GeneratedByTypedDict
338
+ from .generatedbyaccountid import GeneratedByAccountID, GeneratedByAccountIDTypedDict
339
+ from .generatedbybankaccountid import (
340
+ GeneratedByBankAccountID,
341
+ GeneratedByBankAccountIDTypedDict,
342
+ )
343
+ from .generatedbycardid import GeneratedByCardID, GeneratedByCardIDTypedDict
344
+ from .generatedbydisputeid import GeneratedByDisputeID, GeneratedByDisputeIDTypedDict
345
+ from .generatedbytransferid import GeneratedByTransferID, GeneratedByTransferIDTypedDict
346
+ from .governmentid import (
347
+ GovernmentID,
348
+ GovernmentIDItin,
349
+ GovernmentIDItinTypedDict,
350
+ GovernmentIDSsn,
351
+ GovernmentIDSsnTypedDict,
352
+ GovernmentIDTypedDict,
353
+ )
354
+ from .governmentiderror import (
355
+ GovernmentIDError,
356
+ GovernmentIDErrorTypedDict,
357
+ Itin,
358
+ ItinTypedDict,
359
+ Ssn,
360
+ SsnTypedDict,
361
+ )
362
+ from .granttype import GrantType
363
+ from .incurredfee import IncurredFee, IncurredFeeTypedDict
364
+ from .individualname import IndividualName, IndividualNameTypedDict
365
+ from .individualnameerror import IndividualNameError, IndividualNameErrorTypedDict
366
+ from .individualnameupdate import IndividualNameUpdate, IndividualNameUpdateTypedDict
367
+ from .individualprofile import IndividualProfile, IndividualProfileTypedDict
368
+ from .industrycodes import IndustryCodes, IndustryCodesTypedDict
369
+ from .issuedcard import IssuedCard, IssuedCardTypedDict
370
+ from .issuedcardauthorization import (
371
+ IssuedCardAuthorization,
372
+ IssuedCardAuthorizationTypedDict,
373
+ )
374
+ from .issuedcardauthorizationevent import (
375
+ IssuedCardAuthorizationEvent,
376
+ IssuedCardAuthorizationEventTypedDict,
377
+ )
378
+ from .issuedcardauthorizationeventresult import IssuedCardAuthorizationEventResult
379
+ from .issuedcardeventtype import IssuedCardEventType
380
+ from .issuedcardformfactor import IssuedCardFormFactor
381
+ from .issuedcardstate import IssuedCardState
382
+ from .issuedcardtransaction import IssuedCardTransaction, IssuedCardTransactionTypedDict
383
+ from .issuingauthorizationstatus import IssuingAuthorizationStatus
384
+ from .issuingcontrols import IssuingControls, IssuingControlsTypedDict
385
+ from .issuingcontrolserror import IssuingControlsError, IssuingControlsErrorTypedDict
386
+ from .issuingintervallimit import IssuingIntervalLimit
387
+ from .issuingmerchantdata import IssuingMerchantData, IssuingMerchantDataTypedDict
388
+ from .issuingvelocitylimit import IssuingVelocityLimit, IssuingVelocityLimitTypedDict
389
+ from .issuingvelocitylimiterror import (
390
+ IssuingVelocityLimitError,
391
+ IssuingVelocityLimitErrorTypedDict,
392
+ )
393
+ from .jsonwebkey import JSONWebKey, JSONWebKeyTypedDict, Use
394
+ from .linkapplepay import LinkApplePay, LinkApplePayTypedDict
395
+ from .linkapplepaymentdata import LinkApplePaymentData, LinkApplePaymentDataTypedDict
396
+ from .linkapplepaymentmethod import (
397
+ LinkApplePaymentMethod,
398
+ LinkApplePaymentMethodTypedDict,
399
+ )
400
+ from .linkapplepaytoken import LinkApplePayToken, LinkApplePayTokenTypedDict
401
+ from .linkbankaccount import LinkBankAccount, LinkBankAccountTypedDict
402
+ from .linkcard import LinkCard, LinkCardTypedDict
403
+ from .linkcardwaitfor import LinkCardWaitFor
404
+ from .linkedapplepaypaymentmethod import (
405
+ LinkedApplePayPaymentMethod,
406
+ LinkedApplePayPaymentMethodTypedDict,
407
+ )
408
+ from .listfeesfetchrequest import ListFeesFetchRequest, ListFeesFetchRequestTypedDict
409
+ from .manualtermsofservice import ManualTermsOfService, ManualTermsOfServiceTypedDict
410
+ from .manualtermsofserviceupdate import (
411
+ ManualTermsOfServiceUpdate,
412
+ ManualTermsOfServiceUpdateTypedDict,
413
+ )
414
+ from .microdepositstatus import MicroDepositStatus
415
+ from .mode import Mode
416
+ from .moovfeedetails import MoovFeeDetails, MoovFeeDetailsTypedDict
417
+ from .moovwalletpaymentmethod import (
418
+ MoovWalletPaymentMethod,
419
+ MoovWalletPaymentMethodPaymentMethodType,
420
+ MoovWalletPaymentMethodTypedDict,
421
+ )
422
+ from .mxauthorizationcode import MXAuthorizationCode, MXAuthorizationCodeTypedDict
423
+ from .mxpayload import MxPayload, MxPayloadTypedDict
424
+ from .occurrence import Occurrence, OccurrenceTypedDict
425
+ from .occurrencesresponse import (
426
+ Error,
427
+ ErrorTypedDict,
428
+ OccurrencesResponse,
429
+ OccurrencesResponseTypedDict,
430
+ )
431
+ from .occurrencestatus import OccurrenceStatus
432
+ from .onboardinginvite import OnboardingInvite, OnboardingInviteTypedDict
433
+ from .onboardinginviterequest import (
434
+ OnboardingInviteRequest,
435
+ OnboardingInviteRequestTypedDict,
436
+ )
437
+ from .onboardingpartneraccount import (
438
+ OnboardingPartnerAccount,
439
+ OnboardingPartnerAccountTypedDict,
440
+ )
441
+ from .partnerpricing import PartnerPricing, PartnerPricingTypedDict
442
+ from .partnerpricingagreement import (
443
+ PartnerPricingAgreement,
444
+ PartnerPricingAgreementTypedDict,
445
+ )
446
+ from .patchaccount import (
447
+ PatchAccount,
448
+ PatchAccountCustomerSupport,
449
+ PatchAccountCustomerSupportTypedDict,
450
+ PatchAccountTermsOfService,
451
+ PatchAccountTermsOfServiceTypedDict,
452
+ PatchAccountTypedDict,
453
+ )
454
+ from .patchaccounterror import PatchAccountError, PatchAccountErrorTypedDict
455
+ from .patchbusiness import PatchBusiness, PatchBusinessTypedDict
456
+ from .patchindividual import PatchIndividual, PatchIndividualTypedDict
457
+ from .patchprofile import PatchProfile, PatchProfileTypedDict
458
+ from .patchsweepconfig import (
459
+ PatchSweepConfig,
460
+ PatchSweepConfigTypedDict,
461
+ PullPaymentMethodID,
462
+ PullPaymentMethodID2,
463
+ PullPaymentMethodID2TypedDict,
464
+ PullPaymentMethodIDTypedDict,
465
+ PushPaymentMethodID,
466
+ PushPaymentMethodID2,
467
+ PushPaymentMethodID2TypedDict,
468
+ PushPaymentMethodIDTypedDict,
469
+ StatementDescriptor,
470
+ StatementDescriptor2,
471
+ StatementDescriptor2TypedDict,
472
+ StatementDescriptorTypedDict,
473
+ Status,
474
+ )
475
+ from .patchtransfer import PatchTransfer, PatchTransferTypedDict
476
+ from .paymentdetailserror import PaymentDetailsError, PaymentDetailsErrorTypedDict
477
+ from .paymentlink import PaymentLink, PaymentLinkTypedDict
478
+ from .paymentlinkcustomeroptions import (
479
+ PaymentLinkCustomerOptions,
480
+ PaymentLinkCustomerOptionsTypedDict,
481
+ )
482
+ from .paymentlinkdisplayoptions import (
483
+ PaymentLinkDisplayOptions,
484
+ PaymentLinkDisplayOptionsTypedDict,
485
+ )
486
+ from .paymentlinkdisplayoptionsupdate import (
487
+ PaymentLinkDisplayOptionsUpdate,
488
+ PaymentLinkDisplayOptionsUpdateTypedDict,
489
+ )
490
+ from .paymentlinkpaymentdetails import (
491
+ PaymentLinkPaymentDetails,
492
+ PaymentLinkPaymentDetailsTypedDict,
493
+ )
494
+ from .paymentlinkpaymentdetailsupdate import (
495
+ PaymentLinkPaymentDetailsUpdate,
496
+ PaymentLinkPaymentDetailsUpdateTypedDict,
497
+ )
498
+ from .paymentlinkpayoutdetails import (
499
+ PaymentLinkPayoutDetails,
500
+ PaymentLinkPayoutDetailsTypedDict,
501
+ )
502
+ from .paymentlinkpayoutdetailsupdate import (
503
+ PaymentLinkPayoutDetailsUpdate,
504
+ PaymentLinkPayoutDetailsUpdateTypedDict,
505
+ )
506
+ from .paymentlinkstatus import PaymentLinkStatus
507
+ from .paymentmethod import PaymentMethod, PaymentMethodTypedDict
508
+ from .paymentmethodsbankaccount import (
509
+ PaymentMethodsBankAccount,
510
+ PaymentMethodsBankAccountTypedDict,
511
+ )
512
+ from .paymentmethodscard import PaymentMethodsCard, PaymentMethodsCardTypedDict
513
+ from .paymentmethodswallet import PaymentMethodsWallet, PaymentMethodsWalletTypedDict
514
+ from .paymentmethodtype import PaymentMethodType
515
+ from .payoutdetailserror import PayoutDetailsError, PayoutDetailsErrorTypedDict
516
+ from .payoutrecipient import PayoutRecipient, PayoutRecipientTypedDict
517
+ from .payoutrecipienterror import PayoutRecipientError, PayoutRecipientErrorTypedDict
518
+ from .payoutrecipientupdate import PayoutRecipientUpdate, PayoutRecipientUpdateTypedDict
519
+ from .phonenumber import PhoneNumber, PhoneNumberTypedDict
520
+ from .phonenumbererror import PhoneNumberError, PhoneNumberErrorTypedDict
521
+ from .plaidintegration import PlaidIntegration, PlaidIntegrationTypedDict
522
+ from .plaidlinkintegration import PlaidLinkIntegration, PlaidLinkIntegrationTypedDict
523
+ from .plaidlinkpayload import PlaidLinkPayload, PlaidLinkPayloadTypedDict
524
+ from .plaidpayload import PlaidPayload, PlaidPayloadTypedDict
525
+ from .primaryregulator import PrimaryRegulator
526
+ from .profile import Profile, ProfileTypedDict
527
+ from .pullfromcardpaymentmethod import (
528
+ PullFromCardPaymentMethod,
529
+ PullFromCardPaymentMethodPaymentMethodType,
530
+ PullFromCardPaymentMethodTypedDict,
531
+ )
532
+ from .pushtocardpaymentmethod import (
533
+ PushToCardPaymentMethod,
534
+ PushToCardPaymentMethodPaymentMethodType,
535
+ PushToCardPaymentMethodTypedDict,
536
+ )
537
+ from .qrcode import QRCode, QRCodeTypedDict
538
+ from .receiptkind import ReceiptKind
539
+ from .receiptrequest import ReceiptRequest, ReceiptRequestTypedDict
540
+ from .receiptresponse import ReceiptResponse, ReceiptResponseTypedDict
541
+ from .recur import Recur, RecurTypedDict
542
+ from .refundcarddetails import RefundCardDetails, RefundCardDetailsTypedDict
543
+ from .refundcardstatus import RefundCardStatus
544
+ from .refundstatus import RefundStatus
545
+ from .registerapplepaymerchantdomains import (
546
+ RegisterApplePayMerchantDomains,
547
+ RegisterApplePayMerchantDomainsTypedDict,
548
+ )
549
+ from .representative import Representative, RepresentativeTypedDict
550
+ from .representativeresponsibilities import (
551
+ RepresentativeResponsibilities,
552
+ RepresentativeResponsibilitiesTypedDict,
553
+ )
554
+ from .representativeresponsibilitieserror import (
555
+ RepresentativeResponsibilitiesError,
556
+ RepresentativeResponsibilitiesErrorTypedDict,
557
+ )
558
+ from .requestcard import RequestCard, RequestCardTypedDict
559
+ from .requirementerror import RequirementError, RequirementErrorTypedDict
560
+ from .requirementerrorcode import RequirementErrorCode
561
+ from .requirementid import RequirementID
562
+ from .returnpolicytype import ReturnPolicyType
563
+ from .reversal import Reversal, ReversalTypedDict
564
+ from .reversedwithcancellation import (
565
+ ReversedWithCancellation,
566
+ ReversedWithCancellationTypedDict,
567
+ )
568
+ from .reversedwithrefund import ReversedWithRefund, ReversedWithRefundTypedDict
569
+ from .revoketokenrequest import (
570
+ RevokeTokenRequest,
571
+ RevokeTokenRequestTypedDict,
572
+ TokenTypeHint,
573
+ )
574
+ from .rtpcreditpaymentmethod import (
575
+ RtpCreditPaymentMethod,
576
+ RtpCreditPaymentMethodPaymentMethodType,
577
+ RtpCreditPaymentMethodTypedDict,
578
+ )
579
+ from .rtpfailurecode import RTPFailureCode
580
+ from .rtprejectioncode import RTPRejectionCode
581
+ from .rtptransactiondetails import RTPTransactionDetails, RTPTransactionDetailsTypedDict
582
+ from .rtptransactionstatus import RTPTransactionStatus
583
+ from .runtransfer import RunTransfer, RunTransferTypedDict
584
+ from .schedulepaymentmethod import (
585
+ AchDetails,
586
+ AchDetailsTypedDict,
587
+ CardDetails,
588
+ CardDetailsTypedDict,
589
+ SchedulePaymentMethod,
590
+ SchedulePaymentMethodTypedDict,
591
+ )
592
+ from .scheduleresponse import ScheduleResponse, ScheduleResponseTypedDict
593
+ from .seccode import SECCode
594
+ from .security import Security, SecurityTypedDict
595
+ from .sentreceipt import SentReceipt, SentReceiptTypedDict
596
+ from .settings import Settings, SettingsTypedDict
597
+ from .sourcedestinationoptions import (
598
+ SourceDestinationOptions,
599
+ SourceDestinationOptionsTypedDict,
600
+ )
601
+ from .sweep import Sweep, SweepTypedDict
602
+ from .sweepconfig import SweepConfig, SweepConfigTypedDict
603
+ from .sweepconfigpaymentmethod import (
604
+ SweepConfigPaymentMethod,
605
+ SweepConfigPaymentMethodTypedDict,
606
+ )
607
+ from .sweepconfigstatus import SweepConfigStatus
608
+ from .sweepstatus import SweepStatus
609
+ from .taxid import TaxID, TaxIDEin, TaxIDEinTypedDict, TaxIDTypedDict
610
+ from .taxidupdate import Ein, EinTypedDict, TaxIDUpdate, TaxIDUpdateTypedDict
611
+ from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
612
+ from .terminalapplicationplatform import TerminalApplicationPlatform
613
+ from .terminalapplicationstatus import TerminalApplicationStatus
614
+ from .termsofservice import TermsOfService, TermsOfServiceTypedDict
615
+ from .termsofserviceerror import (
616
+ Manual,
617
+ ManualTypedDict,
618
+ TermsOfServiceError,
619
+ TermsOfServiceErrorTypedDict,
620
+ )
621
+ from .termsofservicetoken import TermsOfServiceToken, TermsOfServiceTokenTypedDict
622
+ from .termsofservicetokenupdate import (
623
+ TermsOfServiceTokenUpdate,
624
+ TermsOfServiceTokenUpdateTypedDict,
625
+ )
626
+ from .tokentype import TokenType
627
+ from .transactionsource import TransactionSource
628
+ from .transfer import Transfer, TransferTypedDict
629
+ from .transferaccount import TransferAccount, TransferAccountTypedDict
630
+ from .transferdestination import TransferDestination, TransferDestinationTypedDict
631
+ from .transferfailurereason import TransferFailureReason
632
+ from .transferoptions import TransferOptions, TransferOptionsTypedDict
633
+ from .transferresponse import TransferResponse, TransferResponseTypedDict
634
+ from .transfersource import TransferSource, TransferSourceTypedDict
635
+ from .transferstatus import TransferStatus
636
+ from .transferwaitfor import TransferWaitFor
637
+ from .underwriting import Underwriting, UnderwritingTypedDict
638
+ from .underwritingstatus import UnderwritingStatus
639
+ from .updateapplepaymerchantdomains import (
640
+ UpdateApplePayMerchantDomains,
641
+ UpdateApplePayMerchantDomainsTypedDict,
642
+ )
643
+ from .updatebrand import UpdateBrand, UpdateBrandTypedDict
644
+ from .updatecard import UpdateCard, UpdateCardTypedDict
645
+ from .updatecardaddress import UpdateCardAddress, UpdateCardAddressTypedDict
646
+ from .updatecardexpiration import UpdateCardExpiration, UpdateCardExpirationTypedDict
647
+ from .updatecolor import UpdateColor, UpdateColorTypedDict
648
+ from .updatecolors import UpdateColors, UpdateColorsTypedDict
649
+ from .updateevidence import UpdateEvidence, UpdateEvidenceTypedDict
650
+ from .updateissuedcard import UpdateIssuedCard, UpdateIssuedCardTypedDict
651
+ from .updatepaymentlink import UpdatePaymentLink, UpdatePaymentLinkTypedDict
652
+ from .updaterepresentative import (
653
+ Email,
654
+ EmailTypedDict,
655
+ Phone,
656
+ PhoneTypedDict,
657
+ Responsibilities,
658
+ ResponsibilitiesTypedDict,
659
+ Two,
660
+ TwoTypedDict,
661
+ UpdateRepresentative,
662
+ UpdateRepresentativeAddress,
663
+ UpdateRepresentativeAddressTypedDict,
664
+ UpdateRepresentativeBirthDate,
665
+ UpdateRepresentativeBirthDateTypedDict,
666
+ UpdateRepresentativeGovernmentID,
667
+ UpdateRepresentativeGovernmentIDTypedDict,
668
+ UpdateRepresentativeItin,
669
+ UpdateRepresentativeItinTypedDict,
670
+ UpdateRepresentativeSsn,
671
+ UpdateRepresentativeSsnTypedDict,
672
+ UpdateRepresentativeTypedDict,
673
+ )
674
+ from .updateunderwriting import UpdateUnderwriting, UpdateUnderwritingTypedDict
675
+ from .upsertschedule import UpsertSchedule, UpsertScheduleTypedDict
676
+ from .verification import Verification, VerificationTypedDict
677
+ from .verificationstatus import VerificationStatus
678
+ from .verificationstatusdetail import VerificationStatusDetail
679
+ from .volumebycustomertype import VolumeByCustomerType, VolumeByCustomerTypeTypedDict
680
+ from .volumebycustomertypeerror import (
681
+ VolumeByCustomerTypeError,
682
+ VolumeByCustomerTypeErrorTypedDict,
683
+ )
684
+ from .wallet import Wallet, WalletTypedDict
685
+ from .walletavailablebalance import (
686
+ WalletAvailableBalance,
687
+ WalletAvailableBalanceTypedDict,
688
+ )
689
+ from .wallettransaction import WalletTransaction, WalletTransactionTypedDict
690
+ from .wallettransactionsourcetype import WalletTransactionSourceType
691
+ from .wallettransactionstatus import WalletTransactionStatus
692
+ from .wallettransactiontype import WalletTransactionType
693
+
694
+
695
+ __all__ = [
696
+ "ACHException",
697
+ "ACHExceptionTypedDict",
698
+ "ACHPaymentDetails",
699
+ "ACHPaymentDetailsError",
700
+ "ACHPaymentDetailsErrorTypedDict",
701
+ "ACHPaymentDetailsTypedDict",
702
+ "ACHPaymentSettings",
703
+ "ACHPaymentSettingsTypedDict",
704
+ "ACHReturnCode",
705
+ "ACHTransactionDetails",
706
+ "ACHTransactionDetailsTypedDict",
707
+ "ACHTransactionStatus",
708
+ "Account",
709
+ "AccountCapability",
710
+ "AccountCapabilityTypedDict",
711
+ "AccountCountries",
712
+ "AccountCountriesTypedDict",
713
+ "AccountNameVerification",
714
+ "AccountNameVerificationTypedDict",
715
+ "AccountType",
716
+ "AccountTypedDict",
717
+ "AccountVerificationStatus",
718
+ "AchCreditSameDayPaymentMethod",
719
+ "AchCreditSameDayPaymentMethodPaymentMethodType",
720
+ "AchCreditSameDayPaymentMethodTypedDict",
721
+ "AchCreditStandardPaymentMethod",
722
+ "AchCreditStandardPaymentMethodPaymentMethodType",
723
+ "AchCreditStandardPaymentMethodTypedDict",
724
+ "AchDebitCollectPaymentMethod",
725
+ "AchDebitCollectPaymentMethodPaymentMethodType",
726
+ "AchDebitCollectPaymentMethodTypedDict",
727
+ "AchDebitFundPaymentMethod",
728
+ "AchDebitFundPaymentMethodPaymentMethodType",
729
+ "AchDebitFundPaymentMethodTypedDict",
730
+ "AchDetails",
731
+ "AchDetailsTypedDict",
732
+ "AchLocation",
733
+ "AchLocationTypedDict",
734
+ "AchParticipant",
735
+ "AchParticipantTypedDict",
736
+ "AchPayment",
737
+ "AchPaymentTypedDict",
738
+ "AddCapabilities",
739
+ "AddCapabilitiesTypedDict",
740
+ "Address",
741
+ "AddressError",
742
+ "AddressErrorTypedDict",
743
+ "AddressSuggestion",
744
+ "AddressSuggestionTypedDict",
745
+ "AddressTypedDict",
746
+ "AddressUpdate",
747
+ "AddressUpdateTypedDict",
748
+ "Adjustment",
749
+ "AdjustmentTypedDict",
750
+ "Amount",
751
+ "AmountDecimal",
752
+ "AmountDecimalTypedDict",
753
+ "AmountTypedDict",
754
+ "AmountUpdate",
755
+ "AmountUpdateTypedDict",
756
+ "AmountValidationError",
757
+ "AmountValidationErrorTypedDict",
758
+ "AppleBillingContact",
759
+ "AppleBillingContactTypedDict",
760
+ "ApplePayHeader",
761
+ "ApplePayHeaderTypedDict",
762
+ "ApplePayMerchantDomains",
763
+ "ApplePayMerchantDomainsTypedDict",
764
+ "ApplePayPaymentMethod",
765
+ "ApplePayPaymentMethodPaymentMethodType",
766
+ "ApplePayPaymentMethodTypedDict",
767
+ "ApplePayResponse",
768
+ "ApplePayResponseTypedDict",
769
+ "ApplicationScope",
770
+ "AsyncCreatedRefund",
771
+ "AsyncCreatedRefundTypedDict",
772
+ "AsyncTransfer",
773
+ "AsyncTransferTypedDict",
774
+ "AuthToken",
775
+ "AuthTokenRequest",
776
+ "AuthTokenRequestTypedDict",
777
+ "AuthTokenTypedDict",
778
+ "AuthorizedUser",
779
+ "AuthorizedUserTypedDict",
780
+ "BankAccount",
781
+ "BankAccountException",
782
+ "BankAccountExceptionTypedDict",
783
+ "BankAccountHolderType",
784
+ "BankAccountIntegration",
785
+ "BankAccountIntegrationTypedDict",
786
+ "BankAccountPayload",
787
+ "BankAccountPayloadTypedDict",
788
+ "BankAccountStatus",
789
+ "BankAccountStatusReason",
790
+ "BankAccountType",
791
+ "BankAccountTypedDict",
792
+ "BankAccountVerification",
793
+ "BankAccountVerificationCreated",
794
+ "BankAccountVerificationCreatedTypedDict",
795
+ "BankAccountVerificationMethod",
796
+ "BankAccountVerificationStatus",
797
+ "BankAccountVerificationTypedDict",
798
+ "BankAccountWaitFor",
799
+ "BasicPaymentMethod",
800
+ "BasicPaymentMethodTypedDict",
801
+ "BillableFee",
802
+ "BillableFeeTypedDict",
803
+ "BirthDate",
804
+ "BirthDateError",
805
+ "BirthDateErrorTypedDict",
806
+ "BirthDateTypedDict",
807
+ "BirthDateUpdate",
808
+ "BirthDateUpdateTypedDict",
809
+ "BirthDateValidationError",
810
+ "BirthDateValidationErrorTypedDict",
811
+ "BrandColor",
812
+ "BrandColorTypedDict",
813
+ "BrandColorValidationError",
814
+ "BrandColorValidationErrorTypedDict",
815
+ "BrandColors",
816
+ "BrandColorsTypedDict",
817
+ "BrandProperties",
818
+ "BrandPropertiesTypedDict",
819
+ "BusinessProfile",
820
+ "BusinessProfileTypedDict",
821
+ "BusinessType",
822
+ "CallToAction",
823
+ "Cancellation",
824
+ "CancellationStatus",
825
+ "CancellationTypedDict",
826
+ "CapabilitiesError",
827
+ "CapabilitiesErrorTypedDict",
828
+ "Capability",
829
+ "CapabilityID",
830
+ "CapabilityRequirement",
831
+ "CapabilityRequirementTypedDict",
832
+ "CapabilityStatus",
833
+ "CapabilityTypedDict",
834
+ "Card",
835
+ "CardAccountUpdater",
836
+ "CardAccountUpdaterTypedDict",
837
+ "CardAcquiringDispute",
838
+ "CardAcquiringDisputeTypedDict",
839
+ "CardAcquiringModel",
840
+ "CardAcquiringRefund",
841
+ "CardAcquiringRefundTypedDict",
842
+ "CardAddress",
843
+ "CardAddressTypedDict",
844
+ "CardBrand",
845
+ "CardDetails",
846
+ "CardDetailsTypedDict",
847
+ "CardExpiration",
848
+ "CardExpirationError",
849
+ "CardExpirationErrorTypedDict",
850
+ "CardExpirationTypedDict",
851
+ "CardIssuingNetwork",
852
+ "CardPayment",
853
+ "CardPaymentDetails",
854
+ "CardPaymentDetailsError",
855
+ "CardPaymentDetailsErrorTypedDict",
856
+ "CardPaymentDetailsTypedDict",
857
+ "CardPaymentPaymentMethod",
858
+ "CardPaymentPaymentMethodPaymentMethodType",
859
+ "CardPaymentPaymentMethodTypedDict",
860
+ "CardPaymentSettings",
861
+ "CardPaymentSettingsTypedDict",
862
+ "CardPaymentTypedDict",
863
+ "CardTransactionDetails",
864
+ "CardTransactionDetailsTypedDict",
865
+ "CardTransactionFailureCode",
866
+ "CardTransactionStatus",
867
+ "CardType",
868
+ "CardTypedDict",
869
+ "CardUpdateReason",
870
+ "CardVerification",
871
+ "CardVerificationResult",
872
+ "CardVerificationTypedDict",
873
+ "CardVolumeDistribution",
874
+ "CardVolumeDistributionError",
875
+ "CardVolumeDistributionErrorTypedDict",
876
+ "CardVolumeDistributionTypedDict",
877
+ "CollectionPaymentMethodType",
878
+ "ColorsValidationError",
879
+ "ColorsValidationErrorTypedDict",
880
+ "CompleteBankAccountVerification",
881
+ "CompleteBankAccountVerificationTypedDict",
882
+ "CompleteMicroDeposits",
883
+ "CompleteMicroDepositsTypedDict",
884
+ "CompletedMicroDeposits",
885
+ "CompletedMicroDepositsTypedDict",
886
+ "CountriesErrors",
887
+ "CountriesErrorsTypedDict",
888
+ "CreateAccount",
889
+ "CreateAccountError",
890
+ "CreateAccountErrorTypedDict",
891
+ "CreateAccountSettings",
892
+ "CreateAccountSettingsTypedDict",
893
+ "CreateAccountTermsOfService",
894
+ "CreateAccountTermsOfServiceTypedDict",
895
+ "CreateAccountTypedDict",
896
+ "CreateApplePaySession",
897
+ "CreateApplePaySessionTypedDict",
898
+ "CreateAuthorizedUser",
899
+ "CreateAuthorizedUserError",
900
+ "CreateAuthorizedUserErrorTypedDict",
901
+ "CreateAuthorizedUserTypedDict",
902
+ "CreateAuthorizedUserUpdate",
903
+ "CreateAuthorizedUserUpdateTypedDict",
904
+ "CreateBusinessError",
905
+ "CreateBusinessErrorEin",
906
+ "CreateBusinessErrorEinTypedDict",
907
+ "CreateBusinessErrorIndustryCodes",
908
+ "CreateBusinessErrorIndustryCodesTypedDict",
909
+ "CreateBusinessErrorTaxID",
910
+ "CreateBusinessErrorTaxIDTypedDict",
911
+ "CreateBusinessErrorTypedDict",
912
+ "CreateBusinessProfile",
913
+ "CreateBusinessProfileTypedDict",
914
+ "CreateEvidenceFileMultiPart",
915
+ "CreateEvidenceFileMultiPartTypedDict",
916
+ "CreateEvidenceText",
917
+ "CreateEvidenceTextTypedDict",
918
+ "CreateFeePlanAgreement",
919
+ "CreateFeePlanAgreementTypedDict",
920
+ "CreateIndividualError",
921
+ "CreateIndividualErrorGovernmentID",
922
+ "CreateIndividualErrorGovernmentIDTypedDict",
923
+ "CreateIndividualErrorItin",
924
+ "CreateIndividualErrorItinTypedDict",
925
+ "CreateIndividualErrorSsn",
926
+ "CreateIndividualErrorSsnTypedDict",
927
+ "CreateIndividualErrorTypedDict",
928
+ "CreateIndividualProfile",
929
+ "CreateIndividualProfileTypedDict",
930
+ "CreatePaymentLink",
931
+ "CreatePaymentLinkTypedDict",
932
+ "CreateProfile",
933
+ "CreateProfileError",
934
+ "CreateProfileErrorTypedDict",
935
+ "CreateProfileTypedDict",
936
+ "CreateRefund",
937
+ "CreateRefundResponse",
938
+ "CreateRefundResponseTypedDict",
939
+ "CreateRefundTypedDict",
940
+ "CreateRepresentative",
941
+ "CreateRepresentativeTypedDict",
942
+ "CreateReversal",
943
+ "CreateReversalTypedDict",
944
+ "CreateSweepConfig",
945
+ "CreateSweepConfigTypedDict",
946
+ "CreateTerminalApplication",
947
+ "CreateTerminalApplicationTypedDict",
948
+ "CreateTransfer",
949
+ "CreateTransferDestination",
950
+ "CreateTransferDestinationACH",
951
+ "CreateTransferDestinationACHTypedDict",
952
+ "CreateTransferDestinationCard",
953
+ "CreateTransferDestinationCardTypedDict",
954
+ "CreateTransferDestinationTypedDict",
955
+ "CreateTransferOptions",
956
+ "CreateTransferOptionsTypedDict",
957
+ "CreateTransferSource",
958
+ "CreateTransferSourceACH",
959
+ "CreateTransferSourceACHTypedDict",
960
+ "CreateTransferSourceCard",
961
+ "CreateTransferSourceCardTypedDict",
962
+ "CreateTransferSourceTypedDict",
963
+ "CreateTransferTypedDict",
964
+ "CustomerSupport",
965
+ "CustomerSupportError",
966
+ "CustomerSupportErrorTypedDict",
967
+ "CustomerSupportTypedDict",
968
+ "DebitHoldPeriod",
969
+ "DisbursementPaymentMethodType",
970
+ "DisplayOptionsError",
971
+ "DisplayOptionsErrorTypedDict",
972
+ "Dispute",
973
+ "DisputeEvidenceResponse",
974
+ "DisputeEvidenceResponseTypedDict",
975
+ "DisputePhase",
976
+ "DisputeStatus",
977
+ "DisputeTransferDetails",
978
+ "DisputeTransferDetailsTypedDict",
979
+ "DisputeTypedDict",
980
+ "Document",
981
+ "DocumentType",
982
+ "DocumentTypedDict",
983
+ "DomesticPullFromCard",
984
+ "DomesticPushToCard",
985
+ "E2EEToken",
986
+ "E2EETokenTypedDict",
987
+ "E2EETokenUpdate",
988
+ "E2EETokenUpdateTypedDict",
989
+ "Ein",
990
+ "EinTypedDict",
991
+ "Email",
992
+ "EmailTypedDict",
993
+ "End2EndEncryptionError",
994
+ "End2EndEncryptionErrorTypedDict",
995
+ "EnrichedAddressResponse",
996
+ "EnrichedAddressResponseTypedDict",
997
+ "EnrichedBusinessProfile",
998
+ "EnrichedBusinessProfileTypedDict",
999
+ "EnrichedBusinessResponse",
1000
+ "EnrichedBusinessResponseTypedDict",
1001
+ "EnrichedIndustries",
1002
+ "EnrichedIndustriesTypedDict",
1003
+ "EnrichedIndustry",
1004
+ "EnrichedIndustryCodes",
1005
+ "EnrichedIndustryCodesTypedDict",
1006
+ "EnrichedIndustryTypedDict",
1007
+ "Error",
1008
+ "ErrorTypedDict",
1009
+ "EvidenceTextResponse",
1010
+ "EvidenceTextResponseTypedDict",
1011
+ "EvidenceType",
1012
+ "EvidenceUploadResponse",
1013
+ "EvidenceUploadResponseTypedDict",
1014
+ "FacilitatorFee",
1015
+ "FacilitatorFeeTypedDict",
1016
+ "FeeCategory",
1017
+ "FeeModel",
1018
+ "FeePlan",
1019
+ "FeePlanAgreement",
1020
+ "FeePlanAgreementStatus",
1021
+ "FeePlanAgreementTypedDict",
1022
+ "FeePlanTypedDict",
1023
+ "FeeProperties",
1024
+ "FeePropertiesTypedDict",
1025
+ "File",
1026
+ "FileDetails",
1027
+ "FileDetailsTypedDict",
1028
+ "FilePurpose",
1029
+ "FileStatus",
1030
+ "FileTypedDict",
1031
+ "FileUploadRequestMultiPart",
1032
+ "FileUploadRequestMultiPartFile",
1033
+ "FileUploadRequestMultiPartFileTypedDict",
1034
+ "FileUploadRequestMultiPartTypedDict",
1035
+ "FinancialInstitutions",
1036
+ "FinancialInstitutionsTypedDict",
1037
+ "FulfillmentDetails",
1038
+ "FulfillmentDetailsError",
1039
+ "FulfillmentDetailsErrorTypedDict",
1040
+ "FulfillmentDetailsTypedDict",
1041
+ "FullIssuedCard",
1042
+ "FullIssuedCardTypedDict",
1043
+ "GeneratedBy",
1044
+ "GeneratedByAccountID",
1045
+ "GeneratedByAccountIDTypedDict",
1046
+ "GeneratedByBankAccountID",
1047
+ "GeneratedByBankAccountIDTypedDict",
1048
+ "GeneratedByCardID",
1049
+ "GeneratedByCardIDTypedDict",
1050
+ "GeneratedByDisputeID",
1051
+ "GeneratedByDisputeIDTypedDict",
1052
+ "GeneratedByTransferID",
1053
+ "GeneratedByTransferIDTypedDict",
1054
+ "GeneratedByTypedDict",
1055
+ "GovernmentID",
1056
+ "GovernmentIDError",
1057
+ "GovernmentIDErrorTypedDict",
1058
+ "GovernmentIDItin",
1059
+ "GovernmentIDItinTypedDict",
1060
+ "GovernmentIDSsn",
1061
+ "GovernmentIDSsnTypedDict",
1062
+ "GovernmentIDTypedDict",
1063
+ "GrantType",
1064
+ "IncurredFee",
1065
+ "IncurredFeeTypedDict",
1066
+ "IndividualName",
1067
+ "IndividualNameError",
1068
+ "IndividualNameErrorTypedDict",
1069
+ "IndividualNameTypedDict",
1070
+ "IndividualNameUpdate",
1071
+ "IndividualNameUpdateTypedDict",
1072
+ "IndividualProfile",
1073
+ "IndividualProfileTypedDict",
1074
+ "IndustryCodes",
1075
+ "IndustryCodesTypedDict",
1076
+ "IssuedCard",
1077
+ "IssuedCardAuthorization",
1078
+ "IssuedCardAuthorizationEvent",
1079
+ "IssuedCardAuthorizationEventResult",
1080
+ "IssuedCardAuthorizationEventTypedDict",
1081
+ "IssuedCardAuthorizationTypedDict",
1082
+ "IssuedCardEventType",
1083
+ "IssuedCardFormFactor",
1084
+ "IssuedCardState",
1085
+ "IssuedCardTransaction",
1086
+ "IssuedCardTransactionTypedDict",
1087
+ "IssuedCardTypedDict",
1088
+ "IssuingAuthorizationStatus",
1089
+ "IssuingControls",
1090
+ "IssuingControlsError",
1091
+ "IssuingControlsErrorTypedDict",
1092
+ "IssuingControlsTypedDict",
1093
+ "IssuingIntervalLimit",
1094
+ "IssuingMerchantData",
1095
+ "IssuingMerchantDataTypedDict",
1096
+ "IssuingVelocityLimit",
1097
+ "IssuingVelocityLimitError",
1098
+ "IssuingVelocityLimitErrorTypedDict",
1099
+ "IssuingVelocityLimitTypedDict",
1100
+ "Itin",
1101
+ "ItinTypedDict",
1102
+ "JSONWebKey",
1103
+ "JSONWebKeyTypedDict",
1104
+ "LinkApplePay",
1105
+ "LinkApplePayToken",
1106
+ "LinkApplePayTokenTypedDict",
1107
+ "LinkApplePayTypedDict",
1108
+ "LinkApplePaymentData",
1109
+ "LinkApplePaymentDataTypedDict",
1110
+ "LinkApplePaymentMethod",
1111
+ "LinkApplePaymentMethodTypedDict",
1112
+ "LinkBankAccount",
1113
+ "LinkBankAccountTypedDict",
1114
+ "LinkCard",
1115
+ "LinkCardTypedDict",
1116
+ "LinkCardWaitFor",
1117
+ "LinkedApplePayPaymentMethod",
1118
+ "LinkedApplePayPaymentMethodTypedDict",
1119
+ "ListFeesFetchRequest",
1120
+ "ListFeesFetchRequestTypedDict",
1121
+ "Logo",
1122
+ "LogoTypedDict",
1123
+ "MXAuthorizationCode",
1124
+ "MXAuthorizationCodeTypedDict",
1125
+ "Manual",
1126
+ "ManualTermsOfService",
1127
+ "ManualTermsOfServiceTypedDict",
1128
+ "ManualTermsOfServiceUpdate",
1129
+ "ManualTermsOfServiceUpdateTypedDict",
1130
+ "ManualTypedDict",
1131
+ "MicroDepositStatus",
1132
+ "Mode",
1133
+ "MoovFeeDetails",
1134
+ "MoovFeeDetailsTypedDict",
1135
+ "MoovWalletPaymentMethod",
1136
+ "MoovWalletPaymentMethodPaymentMethodType",
1137
+ "MoovWalletPaymentMethodTypedDict",
1138
+ "MxPayload",
1139
+ "MxPayloadTypedDict",
1140
+ "Occurrence",
1141
+ "OccurrenceStatus",
1142
+ "OccurrenceTypedDict",
1143
+ "OccurrencesResponse",
1144
+ "OccurrencesResponseTypedDict",
1145
+ "OnboardingInvite",
1146
+ "OnboardingInviteRequest",
1147
+ "OnboardingInviteRequestTypedDict",
1148
+ "OnboardingInviteTypedDict",
1149
+ "OnboardingPartnerAccount",
1150
+ "OnboardingPartnerAccountTypedDict",
1151
+ "PartnerPricing",
1152
+ "PartnerPricingAgreement",
1153
+ "PartnerPricingAgreementTypedDict",
1154
+ "PartnerPricingTypedDict",
1155
+ "PatchAccount",
1156
+ "PatchAccountCustomerSupport",
1157
+ "PatchAccountCustomerSupportTypedDict",
1158
+ "PatchAccountError",
1159
+ "PatchAccountErrorTypedDict",
1160
+ "PatchAccountTermsOfService",
1161
+ "PatchAccountTermsOfServiceTypedDict",
1162
+ "PatchAccountTypedDict",
1163
+ "PatchBusiness",
1164
+ "PatchBusinessTypedDict",
1165
+ "PatchIndividual",
1166
+ "PatchIndividualTypedDict",
1167
+ "PatchProfile",
1168
+ "PatchProfileTypedDict",
1169
+ "PatchSweepConfig",
1170
+ "PatchSweepConfigTypedDict",
1171
+ "PatchTransfer",
1172
+ "PatchTransferTypedDict",
1173
+ "PaymentDetailsError",
1174
+ "PaymentDetailsErrorTypedDict",
1175
+ "PaymentLink",
1176
+ "PaymentLinkCustomerOptions",
1177
+ "PaymentLinkCustomerOptionsTypedDict",
1178
+ "PaymentLinkDisplayOptions",
1179
+ "PaymentLinkDisplayOptionsTypedDict",
1180
+ "PaymentLinkDisplayOptionsUpdate",
1181
+ "PaymentLinkDisplayOptionsUpdateTypedDict",
1182
+ "PaymentLinkPaymentDetails",
1183
+ "PaymentLinkPaymentDetailsTypedDict",
1184
+ "PaymentLinkPaymentDetailsUpdate",
1185
+ "PaymentLinkPaymentDetailsUpdateTypedDict",
1186
+ "PaymentLinkPayoutDetails",
1187
+ "PaymentLinkPayoutDetailsTypedDict",
1188
+ "PaymentLinkPayoutDetailsUpdate",
1189
+ "PaymentLinkPayoutDetailsUpdateTypedDict",
1190
+ "PaymentLinkStatus",
1191
+ "PaymentLinkTypedDict",
1192
+ "PaymentMethod",
1193
+ "PaymentMethodType",
1194
+ "PaymentMethodTypedDict",
1195
+ "PaymentMethodsBankAccount",
1196
+ "PaymentMethodsBankAccountTypedDict",
1197
+ "PaymentMethodsCard",
1198
+ "PaymentMethodsCardTypedDict",
1199
+ "PaymentMethodsWallet",
1200
+ "PaymentMethodsWalletTypedDict",
1201
+ "PayoutDetailsError",
1202
+ "PayoutDetailsErrorTypedDict",
1203
+ "PayoutRecipient",
1204
+ "PayoutRecipientError",
1205
+ "PayoutRecipientErrorTypedDict",
1206
+ "PayoutRecipientTypedDict",
1207
+ "PayoutRecipientUpdate",
1208
+ "PayoutRecipientUpdateTypedDict",
1209
+ "Phone",
1210
+ "PhoneNumber",
1211
+ "PhoneNumberError",
1212
+ "PhoneNumberErrorTypedDict",
1213
+ "PhoneNumberTypedDict",
1214
+ "PhoneTypedDict",
1215
+ "PlaidIntegration",
1216
+ "PlaidIntegrationTypedDict",
1217
+ "PlaidLinkIntegration",
1218
+ "PlaidLinkIntegrationTypedDict",
1219
+ "PlaidLinkPayload",
1220
+ "PlaidLinkPayloadTypedDict",
1221
+ "PlaidPayload",
1222
+ "PlaidPayloadTypedDict",
1223
+ "PrimaryRegulator",
1224
+ "Profile",
1225
+ "ProfileTypedDict",
1226
+ "PullFromCardPaymentMethod",
1227
+ "PullFromCardPaymentMethodPaymentMethodType",
1228
+ "PullFromCardPaymentMethodTypedDict",
1229
+ "PullPaymentMethodID",
1230
+ "PullPaymentMethodID2",
1231
+ "PullPaymentMethodID2TypedDict",
1232
+ "PullPaymentMethodIDTypedDict",
1233
+ "PushPaymentMethodID",
1234
+ "PushPaymentMethodID2",
1235
+ "PushPaymentMethodID2TypedDict",
1236
+ "PushPaymentMethodIDTypedDict",
1237
+ "PushToCardPaymentMethod",
1238
+ "PushToCardPaymentMethodPaymentMethodType",
1239
+ "PushToCardPaymentMethodTypedDict",
1240
+ "QRCode",
1241
+ "QRCodeTypedDict",
1242
+ "RTPFailureCode",
1243
+ "RTPRejectionCode",
1244
+ "RTPTransactionDetails",
1245
+ "RTPTransactionDetailsTypedDict",
1246
+ "RTPTransactionStatus",
1247
+ "ReceiptKind",
1248
+ "ReceiptRequest",
1249
+ "ReceiptRequestTypedDict",
1250
+ "ReceiptResponse",
1251
+ "ReceiptResponseTypedDict",
1252
+ "Recur",
1253
+ "RecurTypedDict",
1254
+ "RefundCardDetails",
1255
+ "RefundCardDetailsTypedDict",
1256
+ "RefundCardStatus",
1257
+ "RefundStatus",
1258
+ "RegisterApplePayMerchantDomains",
1259
+ "RegisterApplePayMerchantDomainsTypedDict",
1260
+ "Representative",
1261
+ "RepresentativeResponsibilities",
1262
+ "RepresentativeResponsibilitiesError",
1263
+ "RepresentativeResponsibilitiesErrorTypedDict",
1264
+ "RepresentativeResponsibilitiesTypedDict",
1265
+ "RepresentativeTypedDict",
1266
+ "RequestCard",
1267
+ "RequestCardTypedDict",
1268
+ "RequirementError",
1269
+ "RequirementErrorCode",
1270
+ "RequirementErrorTypedDict",
1271
+ "RequirementID",
1272
+ "Responsibilities",
1273
+ "ResponsibilitiesTypedDict",
1274
+ "ReturnPolicyType",
1275
+ "Reversal",
1276
+ "ReversalTypedDict",
1277
+ "ReversedWithCancellation",
1278
+ "ReversedWithCancellationTypedDict",
1279
+ "ReversedWithRefund",
1280
+ "ReversedWithRefundTypedDict",
1281
+ "RevokeTokenRequest",
1282
+ "RevokeTokenRequestTypedDict",
1283
+ "RtpCreditPaymentMethod",
1284
+ "RtpCreditPaymentMethodPaymentMethodType",
1285
+ "RtpCreditPaymentMethodTypedDict",
1286
+ "RunTransfer",
1287
+ "RunTransferTypedDict",
1288
+ "SECCode",
1289
+ "SchedulePaymentMethod",
1290
+ "SchedulePaymentMethodTypedDict",
1291
+ "ScheduleResponse",
1292
+ "ScheduleResponseTypedDict",
1293
+ "Security",
1294
+ "SecurityTypedDict",
1295
+ "SentReceipt",
1296
+ "SentReceiptTypedDict",
1297
+ "Settings",
1298
+ "SettingsTypedDict",
1299
+ "SourceDestinationOptions",
1300
+ "SourceDestinationOptionsTypedDict",
1301
+ "Ssn",
1302
+ "SsnTypedDict",
1303
+ "StatementDescriptor",
1304
+ "StatementDescriptor2",
1305
+ "StatementDescriptor2TypedDict",
1306
+ "StatementDescriptorTypedDict",
1307
+ "Status",
1308
+ "Sweep",
1309
+ "SweepConfig",
1310
+ "SweepConfigPaymentMethod",
1311
+ "SweepConfigPaymentMethodTypedDict",
1312
+ "SweepConfigStatus",
1313
+ "SweepConfigTypedDict",
1314
+ "SweepStatus",
1315
+ "SweepTypedDict",
1316
+ "TaxID",
1317
+ "TaxIDEin",
1318
+ "TaxIDEinTypedDict",
1319
+ "TaxIDTypedDict",
1320
+ "TaxIDUpdate",
1321
+ "TaxIDUpdateTypedDict",
1322
+ "TerminalApplication",
1323
+ "TerminalApplicationPlatform",
1324
+ "TerminalApplicationStatus",
1325
+ "TerminalApplicationTypedDict",
1326
+ "TermsOfService",
1327
+ "TermsOfServiceError",
1328
+ "TermsOfServiceErrorTypedDict",
1329
+ "TermsOfServiceToken",
1330
+ "TermsOfServiceTokenTypedDict",
1331
+ "TermsOfServiceTokenUpdate",
1332
+ "TermsOfServiceTokenUpdateTypedDict",
1333
+ "TermsOfServiceTypedDict",
1334
+ "TokenType",
1335
+ "TokenTypeHint",
1336
+ "TransactionSource",
1337
+ "Transfer",
1338
+ "TransferAccount",
1339
+ "TransferAccountTypedDict",
1340
+ "TransferDestination",
1341
+ "TransferDestinationTypedDict",
1342
+ "TransferFailureReason",
1343
+ "TransferOptions",
1344
+ "TransferOptionsTypedDict",
1345
+ "TransferResponse",
1346
+ "TransferResponseTypedDict",
1347
+ "TransferSource",
1348
+ "TransferSourceTypedDict",
1349
+ "TransferStatus",
1350
+ "TransferTypedDict",
1351
+ "TransferWaitFor",
1352
+ "Two",
1353
+ "TwoTypedDict",
1354
+ "Underwriting",
1355
+ "UnderwritingStatus",
1356
+ "UnderwritingTypedDict",
1357
+ "UpdateApplePayMerchantDomains",
1358
+ "UpdateApplePayMerchantDomainsTypedDict",
1359
+ "UpdateBrand",
1360
+ "UpdateBrandTypedDict",
1361
+ "UpdateCard",
1362
+ "UpdateCardAddress",
1363
+ "UpdateCardAddressTypedDict",
1364
+ "UpdateCardExpiration",
1365
+ "UpdateCardExpirationTypedDict",
1366
+ "UpdateCardTypedDict",
1367
+ "UpdateColor",
1368
+ "UpdateColorTypedDict",
1369
+ "UpdateColors",
1370
+ "UpdateColorsTypedDict",
1371
+ "UpdateEvidence",
1372
+ "UpdateEvidenceTypedDict",
1373
+ "UpdateIssuedCard",
1374
+ "UpdateIssuedCardTypedDict",
1375
+ "UpdatePaymentLink",
1376
+ "UpdatePaymentLinkTypedDict",
1377
+ "UpdateRepresentative",
1378
+ "UpdateRepresentativeAddress",
1379
+ "UpdateRepresentativeAddressTypedDict",
1380
+ "UpdateRepresentativeBirthDate",
1381
+ "UpdateRepresentativeBirthDateTypedDict",
1382
+ "UpdateRepresentativeGovernmentID",
1383
+ "UpdateRepresentativeGovernmentIDTypedDict",
1384
+ "UpdateRepresentativeItin",
1385
+ "UpdateRepresentativeItinTypedDict",
1386
+ "UpdateRepresentativeSsn",
1387
+ "UpdateRepresentativeSsnTypedDict",
1388
+ "UpdateRepresentativeTypedDict",
1389
+ "UpdateUnderwriting",
1390
+ "UpdateUnderwritingTypedDict",
1391
+ "UpsertSchedule",
1392
+ "UpsertScheduleTypedDict",
1393
+ "Use",
1394
+ "Verification",
1395
+ "VerificationStatus",
1396
+ "VerificationStatusDetail",
1397
+ "VerificationTypedDict",
1398
+ "VolumeByCustomerType",
1399
+ "VolumeByCustomerTypeError",
1400
+ "VolumeByCustomerTypeErrorTypedDict",
1401
+ "VolumeByCustomerTypeTypedDict",
1402
+ "Wallet",
1403
+ "WalletAvailableBalance",
1404
+ "WalletAvailableBalanceTypedDict",
1405
+ "WalletTransaction",
1406
+ "WalletTransactionSourceType",
1407
+ "WalletTransactionStatus",
1408
+ "WalletTransactionType",
1409
+ "WalletTransactionTypedDict",
1410
+ "WalletTypedDict",
1411
+ ]