moovio_sdk 0.3.11__py3-none-any.whl → 0.3.12__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/models/components/__init__.py +34 -16
- moovio_sdk/models/components/cardpresentpaymentpaymentmethod.py +40 -0
- moovio_sdk/models/components/entrymode.py +10 -0
- moovio_sdk/models/components/governmentid.py +8 -8
- moovio_sdk/models/components/governmentiderror.py +8 -8
- moovio_sdk/models/components/paymentmethod.py +6 -0
- moovio_sdk/models/components/paymentmethodtype.py +1 -0
- moovio_sdk/models/components/taxid.py +4 -4
- moovio_sdk/models/components/taxidupdate.py +4 -4
- moovio_sdk/models/components/terminalcard.py +78 -0
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.12.dist-info}/METADATA +8 -8
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.12.dist-info}/RECORD +14 -11
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.12.dist-info}/WHEEL +0 -0
moovio_sdk/_version.py
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "moovio_sdk"
|
6
|
-
__version__: str = "0.3.
|
6
|
+
__version__: str = "0.3.12"
|
7
7
|
__openapi_doc_version__: str = "latest"
|
8
|
-
__gen_version__: str = "2.548.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.3.
|
8
|
+
__gen_version__: str = "2.548.6"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.12 2.548.6 latest moovio_sdk"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -138,6 +138,11 @@ from .cardpaymentpaymentmethod import (
|
|
138
138
|
CardPaymentPaymentMethodTypedDict,
|
139
139
|
)
|
140
140
|
from .cardpaymentsettings import CardPaymentSettings, CardPaymentSettingsTypedDict
|
141
|
+
from .cardpresentpaymentpaymentmethod import (
|
142
|
+
CardPresentPaymentPaymentMethod,
|
143
|
+
CardPresentPaymentPaymentMethodPaymentMethodType,
|
144
|
+
CardPresentPaymentPaymentMethodTypedDict,
|
145
|
+
)
|
141
146
|
from .cardtransactiondetails import (
|
142
147
|
CardTransactionDetails,
|
143
148
|
CardTransactionDetailsTypedDict,
|
@@ -305,6 +310,7 @@ from .enrichedbusinessresponse import (
|
|
305
310
|
from .enrichedindustries import EnrichedIndustries, EnrichedIndustriesTypedDict
|
306
311
|
from .enrichedindustry import EnrichedIndustry, EnrichedIndustryTypedDict
|
307
312
|
from .enrichedindustrycodes import EnrichedIndustryCodes, EnrichedIndustryCodesTypedDict
|
313
|
+
from .entrymode import EntryMode
|
308
314
|
from .evidencetextresponse import EvidenceTextResponse, EvidenceTextResponseTypedDict
|
309
315
|
from .evidencetype import EvidenceType
|
310
316
|
from .evidenceuploadresponse import (
|
@@ -345,20 +351,20 @@ from .generatedbydisputeid import GeneratedByDisputeID, GeneratedByDisputeIDType
|
|
345
351
|
from .generatedbytransferid import GeneratedByTransferID, GeneratedByTransferIDTypedDict
|
346
352
|
from .governmentid import (
|
347
353
|
GovernmentID,
|
348
|
-
GovernmentIDItin,
|
349
|
-
GovernmentIDItinTypedDict,
|
350
|
-
GovernmentIDSsn,
|
351
|
-
GovernmentIDSsnTypedDict,
|
352
354
|
GovernmentIDTypedDict,
|
353
|
-
)
|
354
|
-
from .governmentiderror import (
|
355
|
-
GovernmentIDError,
|
356
|
-
GovernmentIDErrorTypedDict,
|
357
355
|
Itin,
|
358
356
|
ItinTypedDict,
|
359
357
|
Ssn,
|
360
358
|
SsnTypedDict,
|
361
359
|
)
|
360
|
+
from .governmentiderror import (
|
361
|
+
GovernmentIDError,
|
362
|
+
GovernmentIDErrorItin,
|
363
|
+
GovernmentIDErrorItinTypedDict,
|
364
|
+
GovernmentIDErrorSsn,
|
365
|
+
GovernmentIDErrorSsnTypedDict,
|
366
|
+
GovernmentIDErrorTypedDict,
|
367
|
+
)
|
362
368
|
from .granttype import GrantType
|
363
369
|
from .incurredfee import IncurredFee, IncurredFeeTypedDict
|
364
370
|
from .individualname import IndividualName, IndividualNameTypedDict
|
@@ -611,11 +617,17 @@ from .sweepconfigpaymentmethod import (
|
|
611
617
|
)
|
612
618
|
from .sweepconfigstatus import SweepConfigStatus
|
613
619
|
from .sweepstatus import SweepStatus
|
614
|
-
from .taxid import
|
615
|
-
from .taxidupdate import
|
620
|
+
from .taxid import Ein, EinTypedDict, TaxID, TaxIDTypedDict
|
621
|
+
from .taxidupdate import (
|
622
|
+
TaxIDUpdate,
|
623
|
+
TaxIDUpdateEin,
|
624
|
+
TaxIDUpdateEinTypedDict,
|
625
|
+
TaxIDUpdateTypedDict,
|
626
|
+
)
|
616
627
|
from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
|
617
628
|
from .terminalapplicationplatform import TerminalApplicationPlatform
|
618
629
|
from .terminalapplicationstatus import TerminalApplicationStatus
|
630
|
+
from .terminalcard import TerminalCard, TerminalCardTypedDict
|
619
631
|
from .termsofservice import TermsOfService, TermsOfServiceTypedDict
|
620
632
|
from .termsofserviceerror import (
|
621
633
|
Manual,
|
@@ -865,6 +877,9 @@ __all__ = [
|
|
865
877
|
"CardPaymentSettings",
|
866
878
|
"CardPaymentSettingsTypedDict",
|
867
879
|
"CardPaymentTypedDict",
|
880
|
+
"CardPresentPaymentPaymentMethod",
|
881
|
+
"CardPresentPaymentPaymentMethodPaymentMethodType",
|
882
|
+
"CardPresentPaymentPaymentMethodTypedDict",
|
868
883
|
"CardTransactionDetails",
|
869
884
|
"CardTransactionDetailsTypedDict",
|
870
885
|
"CardTransactionFailureCode",
|
@@ -1009,6 +1024,7 @@ __all__ = [
|
|
1009
1024
|
"EnrichedIndustryCodes",
|
1010
1025
|
"EnrichedIndustryCodesTypedDict",
|
1011
1026
|
"EnrichedIndustryTypedDict",
|
1027
|
+
"EntryMode",
|
1012
1028
|
"Error",
|
1013
1029
|
"ErrorTypedDict",
|
1014
1030
|
"EvidenceTextResponse",
|
@@ -1059,11 +1075,11 @@ __all__ = [
|
|
1059
1075
|
"GeneratedByTypedDict",
|
1060
1076
|
"GovernmentID",
|
1061
1077
|
"GovernmentIDError",
|
1078
|
+
"GovernmentIDErrorItin",
|
1079
|
+
"GovernmentIDErrorItinTypedDict",
|
1080
|
+
"GovernmentIDErrorSsn",
|
1081
|
+
"GovernmentIDErrorSsnTypedDict",
|
1062
1082
|
"GovernmentIDErrorTypedDict",
|
1063
|
-
"GovernmentIDItin",
|
1064
|
-
"GovernmentIDItinTypedDict",
|
1065
|
-
"GovernmentIDSsn",
|
1066
|
-
"GovernmentIDSsnTypedDict",
|
1067
1083
|
"GovernmentIDTypedDict",
|
1068
1084
|
"GrantType",
|
1069
1085
|
"IncurredFee",
|
@@ -1323,15 +1339,17 @@ __all__ = [
|
|
1323
1339
|
"SweepStatus",
|
1324
1340
|
"SweepTypedDict",
|
1325
1341
|
"TaxID",
|
1326
|
-
"TaxIDEin",
|
1327
|
-
"TaxIDEinTypedDict",
|
1328
1342
|
"TaxIDTypedDict",
|
1329
1343
|
"TaxIDUpdate",
|
1344
|
+
"TaxIDUpdateEin",
|
1345
|
+
"TaxIDUpdateEinTypedDict",
|
1330
1346
|
"TaxIDUpdateTypedDict",
|
1331
1347
|
"TerminalApplication",
|
1332
1348
|
"TerminalApplicationPlatform",
|
1333
1349
|
"TerminalApplicationStatus",
|
1334
1350
|
"TerminalApplicationTypedDict",
|
1351
|
+
"TerminalCard",
|
1352
|
+
"TerminalCardTypedDict",
|
1335
1353
|
"TermsOfService",
|
1336
1354
|
"TermsOfServiceError",
|
1337
1355
|
"TermsOfServiceErrorTypedDict",
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .terminalcard import TerminalCard, TerminalCardTypedDict
|
5
|
+
from enum import Enum
|
6
|
+
from moovio_sdk.types import BaseModel
|
7
|
+
import pydantic
|
8
|
+
from typing import Optional
|
9
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
10
|
+
|
11
|
+
|
12
|
+
class CardPresentPaymentPaymentMethodPaymentMethodType(str, Enum):
|
13
|
+
CARD_PRESENT_PAYMENT = "card-present-payment"
|
14
|
+
|
15
|
+
|
16
|
+
class CardPresentPaymentPaymentMethodTypedDict(TypedDict):
|
17
|
+
r"""A card used at point of sale terminal for a card present transaction as contained within a payment method."""
|
18
|
+
|
19
|
+
payment_method_id: str
|
20
|
+
r"""ID of the payment method."""
|
21
|
+
payment_method_type: CardPresentPaymentPaymentMethodPaymentMethodType
|
22
|
+
terminal_card: NotRequired[TerminalCardTypedDict]
|
23
|
+
r"""Describes payment card details captured with tap or in-person payment."""
|
24
|
+
|
25
|
+
|
26
|
+
class CardPresentPaymentPaymentMethod(BaseModel):
|
27
|
+
r"""A card used at point of sale terminal for a card present transaction as contained within a payment method."""
|
28
|
+
|
29
|
+
payment_method_id: Annotated[str, pydantic.Field(alias="paymentMethodID")]
|
30
|
+
r"""ID of the payment method."""
|
31
|
+
|
32
|
+
payment_method_type: Annotated[
|
33
|
+
CardPresentPaymentPaymentMethodPaymentMethodType,
|
34
|
+
pydantic.Field(alias="paymentMethodType"),
|
35
|
+
]
|
36
|
+
|
37
|
+
terminal_card: Annotated[
|
38
|
+
Optional[TerminalCard], pydantic.Field(alias="terminalCard")
|
39
|
+
] = None
|
40
|
+
r"""Describes payment card details captured with tap or in-person payment."""
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from enum import Enum
|
5
|
+
|
6
|
+
|
7
|
+
class EntryMode(str, Enum):
|
8
|
+
r"""How the card information was entered into the point of sale terminal."""
|
9
|
+
|
10
|
+
CONTACTLESS = "contactless"
|
@@ -7,34 +7,34 @@ from typing import Optional
|
|
7
7
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
8
8
|
|
9
9
|
|
10
|
-
class
|
10
|
+
class SsnTypedDict(TypedDict):
|
11
11
|
full: NotRequired[str]
|
12
12
|
last_four: NotRequired[str]
|
13
13
|
|
14
14
|
|
15
|
-
class
|
15
|
+
class Ssn(BaseModel):
|
16
16
|
full: Optional[str] = None
|
17
17
|
|
18
18
|
last_four: Annotated[Optional[str], pydantic.Field(alias="lastFour")] = None
|
19
19
|
|
20
20
|
|
21
|
-
class
|
21
|
+
class ItinTypedDict(TypedDict):
|
22
22
|
full: NotRequired[str]
|
23
23
|
last_four: NotRequired[str]
|
24
24
|
|
25
25
|
|
26
|
-
class
|
26
|
+
class Itin(BaseModel):
|
27
27
|
full: Optional[str] = None
|
28
28
|
|
29
29
|
last_four: Annotated[Optional[str], pydantic.Field(alias="lastFour")] = None
|
30
30
|
|
31
31
|
|
32
32
|
class GovernmentIDTypedDict(TypedDict):
|
33
|
-
ssn: NotRequired[
|
34
|
-
itin: NotRequired[
|
33
|
+
ssn: NotRequired[SsnTypedDict]
|
34
|
+
itin: NotRequired[ItinTypedDict]
|
35
35
|
|
36
36
|
|
37
37
|
class GovernmentID(BaseModel):
|
38
|
-
ssn: Optional[
|
38
|
+
ssn: Optional[Ssn] = None
|
39
39
|
|
40
|
-
itin: Optional[
|
40
|
+
itin: Optional[Itin] = None
|
@@ -7,34 +7,34 @@ from typing import Optional
|
|
7
7
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
8
8
|
|
9
9
|
|
10
|
-
class
|
10
|
+
class GovernmentIDErrorSsnTypedDict(TypedDict):
|
11
11
|
full: NotRequired[str]
|
12
12
|
last_four: NotRequired[str]
|
13
13
|
|
14
14
|
|
15
|
-
class
|
15
|
+
class GovernmentIDErrorSsn(BaseModel):
|
16
16
|
full: Optional[str] = None
|
17
17
|
|
18
18
|
last_four: Annotated[Optional[str], pydantic.Field(alias="lastFour")] = None
|
19
19
|
|
20
20
|
|
21
|
-
class
|
21
|
+
class GovernmentIDErrorItinTypedDict(TypedDict):
|
22
22
|
full: NotRequired[str]
|
23
23
|
last_four: NotRequired[str]
|
24
24
|
|
25
25
|
|
26
|
-
class
|
26
|
+
class GovernmentIDErrorItin(BaseModel):
|
27
27
|
full: Optional[str] = None
|
28
28
|
|
29
29
|
last_four: Annotated[Optional[str], pydantic.Field(alias="lastFour")] = None
|
30
30
|
|
31
31
|
|
32
32
|
class GovernmentIDErrorTypedDict(TypedDict):
|
33
|
-
ssn: NotRequired[
|
34
|
-
itin: NotRequired[
|
33
|
+
ssn: NotRequired[GovernmentIDErrorSsnTypedDict]
|
34
|
+
itin: NotRequired[GovernmentIDErrorItinTypedDict]
|
35
35
|
|
36
36
|
|
37
37
|
class GovernmentIDError(BaseModel):
|
38
|
-
ssn: Optional[
|
38
|
+
ssn: Optional[GovernmentIDErrorSsn] = None
|
39
39
|
|
40
|
-
itin: Optional[
|
40
|
+
itin: Optional[GovernmentIDErrorItin] = None
|
@@ -22,6 +22,10 @@ from .cardpaymentpaymentmethod import (
|
|
22
22
|
CardPaymentPaymentMethod,
|
23
23
|
CardPaymentPaymentMethodTypedDict,
|
24
24
|
)
|
25
|
+
from .cardpresentpaymentpaymentmethod import (
|
26
|
+
CardPresentPaymentPaymentMethod,
|
27
|
+
CardPresentPaymentPaymentMethodTypedDict,
|
28
|
+
)
|
25
29
|
from .moovwalletpaymentmethod import (
|
26
30
|
MoovWalletPaymentMethod,
|
27
31
|
MoovWalletPaymentMethodTypedDict,
|
@@ -57,6 +61,7 @@ PaymentMethodTypedDict = TypeAliasType(
|
|
57
61
|
PushToCardPaymentMethodTypedDict,
|
58
62
|
PullFromCardPaymentMethodTypedDict,
|
59
63
|
ApplePayPaymentMethodTypedDict,
|
64
|
+
CardPresentPaymentPaymentMethodTypedDict,
|
60
65
|
],
|
61
66
|
)
|
62
67
|
r"""A method of moving money"""
|
@@ -74,6 +79,7 @@ PaymentMethod = Annotated[
|
|
74
79
|
Annotated[PushToCardPaymentMethod, Tag("push-to-card")],
|
75
80
|
Annotated[PullFromCardPaymentMethod, Tag("pull-from-card")],
|
76
81
|
Annotated[ApplePayPaymentMethod, Tag("apple-pay")],
|
82
|
+
Annotated[CardPresentPaymentPaymentMethod, Tag("card-present-payment")],
|
77
83
|
],
|
78
84
|
Discriminator(
|
79
85
|
lambda m: get_discriminator(m, "payment_method_type", "paymentMethodType")
|
@@ -5,21 +5,21 @@ from moovio_sdk.types import BaseModel
|
|
5
5
|
from typing_extensions import TypedDict
|
6
6
|
|
7
7
|
|
8
|
-
class
|
8
|
+
class EinTypedDict(TypedDict):
|
9
9
|
number: str
|
10
10
|
|
11
11
|
|
12
|
-
class
|
12
|
+
class Ein(BaseModel):
|
13
13
|
number: str
|
14
14
|
|
15
15
|
|
16
16
|
class TaxIDTypedDict(TypedDict):
|
17
17
|
r"""An EIN (employer identification number) for the business. For sole proprietors, an SSN can be used as the EIN."""
|
18
18
|
|
19
|
-
ein:
|
19
|
+
ein: EinTypedDict
|
20
20
|
|
21
21
|
|
22
22
|
class TaxID(BaseModel):
|
23
23
|
r"""An EIN (employer identification number) for the business. For sole proprietors, an SSN can be used as the EIN."""
|
24
24
|
|
25
|
-
ein:
|
25
|
+
ein: Ein
|
@@ -6,21 +6,21 @@ from typing import Optional
|
|
6
6
|
from typing_extensions import NotRequired, TypedDict
|
7
7
|
|
8
8
|
|
9
|
-
class
|
9
|
+
class TaxIDUpdateEinTypedDict(TypedDict):
|
10
10
|
number: NotRequired[str]
|
11
11
|
|
12
12
|
|
13
|
-
class
|
13
|
+
class TaxIDUpdateEin(BaseModel):
|
14
14
|
number: Optional[str] = None
|
15
15
|
|
16
16
|
|
17
17
|
class TaxIDUpdateTypedDict(TypedDict):
|
18
18
|
r"""An EIN (employer identification number) for the business. For sole proprietors, an SSN can be used as the EIN."""
|
19
19
|
|
20
|
-
ein: NotRequired[
|
20
|
+
ein: NotRequired[TaxIDUpdateEinTypedDict]
|
21
21
|
|
22
22
|
|
23
23
|
class TaxIDUpdate(BaseModel):
|
24
24
|
r"""An EIN (employer identification number) for the business. For sole proprietors, an SSN can be used as the EIN."""
|
25
25
|
|
26
|
-
ein: Optional[
|
26
|
+
ein: Optional[TaxIDUpdateEin] = None
|
@@ -0,0 +1,78 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .cardbrand import CardBrand
|
5
|
+
from .cardexpiration import CardExpiration, CardExpirationTypedDict
|
6
|
+
from .cardtype import CardType
|
7
|
+
from .entrymode import EntryMode
|
8
|
+
from moovio_sdk.types import BaseModel
|
9
|
+
import pydantic
|
10
|
+
from typing import Optional
|
11
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
12
|
+
|
13
|
+
|
14
|
+
class TerminalCardTypedDict(TypedDict):
|
15
|
+
r"""Describes payment card details captured with tap or in-person payment."""
|
16
|
+
|
17
|
+
entry_mode: NotRequired[EntryMode]
|
18
|
+
r"""How the card information was entered into the point of sale terminal."""
|
19
|
+
brand: NotRequired[CardBrand]
|
20
|
+
r"""The card brand."""
|
21
|
+
bin: NotRequired[str]
|
22
|
+
card_type: NotRequired[CardType]
|
23
|
+
r"""The type of the card."""
|
24
|
+
expiration: NotRequired[CardExpirationTypedDict]
|
25
|
+
r"""The expiration date of the card or token."""
|
26
|
+
fingerprint: NotRequired[str]
|
27
|
+
r"""Uniquely identifies a linked payment card or token.
|
28
|
+
For Apple Pay, the fingerprint is based on the tokenized card number and may vary based on the user's device.
|
29
|
+
This field can be used to identify specific payment methods across multiple accounts on your platform.
|
30
|
+
"""
|
31
|
+
holder_name: NotRequired[str]
|
32
|
+
r"""The name of the cardholder as it appears on the card."""
|
33
|
+
issuer: NotRequired[str]
|
34
|
+
r"""Financial institution that issued the card."""
|
35
|
+
issuer_country: NotRequired[str]
|
36
|
+
r"""Country where the card was issued."""
|
37
|
+
last_four_card_number: NotRequired[str]
|
38
|
+
r"""Last four digits of the card number"""
|
39
|
+
|
40
|
+
|
41
|
+
class TerminalCard(BaseModel):
|
42
|
+
r"""Describes payment card details captured with tap or in-person payment."""
|
43
|
+
|
44
|
+
entry_mode: Annotated[Optional[EntryMode], pydantic.Field(alias="entryMode")] = None
|
45
|
+
r"""How the card information was entered into the point of sale terminal."""
|
46
|
+
|
47
|
+
brand: Optional[CardBrand] = None
|
48
|
+
r"""The card brand."""
|
49
|
+
|
50
|
+
bin: Optional[str] = None
|
51
|
+
|
52
|
+
card_type: Annotated[Optional[CardType], pydantic.Field(alias="cardType")] = None
|
53
|
+
r"""The type of the card."""
|
54
|
+
|
55
|
+
expiration: Optional[CardExpiration] = None
|
56
|
+
r"""The expiration date of the card or token."""
|
57
|
+
|
58
|
+
fingerprint: Optional[str] = None
|
59
|
+
r"""Uniquely identifies a linked payment card or token.
|
60
|
+
For Apple Pay, the fingerprint is based on the tokenized card number and may vary based on the user's device.
|
61
|
+
This field can be used to identify specific payment methods across multiple accounts on your platform.
|
62
|
+
"""
|
63
|
+
|
64
|
+
holder_name: Annotated[Optional[str], pydantic.Field(alias="holderName")] = None
|
65
|
+
r"""The name of the cardholder as it appears on the card."""
|
66
|
+
|
67
|
+
issuer: Optional[str] = None
|
68
|
+
r"""Financial institution that issued the card."""
|
69
|
+
|
70
|
+
issuer_country: Annotated[Optional[str], pydantic.Field(alias="issuerCountry")] = (
|
71
|
+
None
|
72
|
+
)
|
73
|
+
r"""Country where the card was issued."""
|
74
|
+
|
75
|
+
last_four_card_number: Annotated[
|
76
|
+
Optional[str], pydantic.Field(alias="lastFourCardNumber")
|
77
|
+
] = None
|
78
|
+
r"""Last four digits of the card number"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: moovio_sdk
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.12
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -193,7 +193,7 @@ with Moov(
|
|
193
193
|
email="jordan.lee@classbooker.dev",
|
194
194
|
description="Local fitness gym paying out instructors",
|
195
195
|
tax_id=components.TaxID(
|
196
|
-
ein=components.
|
196
|
+
ein=components.Ein(
|
197
197
|
number="12-3456789",
|
198
198
|
),
|
199
199
|
),
|
@@ -297,7 +297,7 @@ async def main():
|
|
297
297
|
email="jordan.lee@classbooker.dev",
|
298
298
|
description="Local fitness gym paying out instructors",
|
299
299
|
tax_id=components.TaxID(
|
300
|
-
ein=components.
|
300
|
+
ein=components.Ein(
|
301
301
|
number="12-3456789",
|
302
302
|
),
|
303
303
|
),
|
@@ -410,7 +410,7 @@ with Moov(
|
|
410
410
|
email="jordan.lee@classbooker.dev",
|
411
411
|
description="Local fitness gym paying out instructors",
|
412
412
|
tax_id=components.TaxID(
|
413
|
-
ein=components.
|
413
|
+
ein=components.Ein(
|
414
414
|
number="12-3456789",
|
415
415
|
),
|
416
416
|
),
|
@@ -1381,7 +1381,7 @@ with Moov(
|
|
1381
1381
|
email="jordan.lee@classbooker.dev",
|
1382
1382
|
description="Local fitness gym paying out instructors",
|
1383
1383
|
tax_id=components.TaxID(
|
1384
|
-
ein=components.
|
1384
|
+
ein=components.Ein(
|
1385
1385
|
number="12-3456789",
|
1386
1386
|
),
|
1387
1387
|
),
|
@@ -1484,7 +1484,7 @@ with Moov(
|
|
1484
1484
|
email="jordan.lee@classbooker.dev",
|
1485
1485
|
description="Local fitness gym paying out instructors",
|
1486
1486
|
tax_id=components.TaxID(
|
1487
|
-
ein=components.
|
1487
|
+
ein=components.Ein(
|
1488
1488
|
number="12-3456789",
|
1489
1489
|
),
|
1490
1490
|
),
|
@@ -1610,7 +1610,7 @@ with Moov(
|
|
1610
1610
|
email="jordan.lee@classbooker.dev",
|
1611
1611
|
description="Local fitness gym paying out instructors",
|
1612
1612
|
tax_id=components.TaxID(
|
1613
|
-
ein=components.
|
1613
|
+
ein=components.Ein(
|
1614
1614
|
number="12-3456789",
|
1615
1615
|
),
|
1616
1616
|
),
|
@@ -1726,7 +1726,7 @@ with Moov(
|
|
1726
1726
|
email="jordan.lee@classbooker.dev",
|
1727
1727
|
description="Local fitness gym paying out instructors",
|
1728
1728
|
tax_id=components.TaxID(
|
1729
|
-
ein=components.
|
1729
|
+
ein=components.Ein(
|
1730
1730
|
number="12-3456789",
|
1731
1731
|
),
|
1732
1732
|
),
|
@@ -3,7 +3,7 @@ moovio_sdk/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c
|
|
3
3
|
moovio_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
4
4
|
moovio_sdk/_hooks/sdkhooks.py,sha256=2XuMgiV2N7UE7lN00Is-c3spxVWigYitXS6xSmS_Qow,2560
|
5
5
|
moovio_sdk/_hooks/types.py,sha256=xAyw_8EoIrUHL-zLoqXrogOkBq1ZFICNGZfp9xne2ww,2813
|
6
|
-
moovio_sdk/_version.py,sha256=
|
6
|
+
moovio_sdk/_version.py,sha256=8z34ScVRuLcx3JMoRhZFq0FM2_7MAlQmQwnFE6hg9mo,466
|
7
7
|
moovio_sdk/accounts.py,sha256=owJJuChHd-iucAiR4JWlaMYD1oKvjzCYSO6rckje6vs,107907
|
8
8
|
moovio_sdk/adjustments.py,sha256=m7S8Vn0KB4bMaTQTX50sCPvNZr72kjA6DTLxeJ2U-fc,19272
|
9
9
|
moovio_sdk/apple_pay.py,sha256=D5agY7yrZrZEtuadtY0_oQq3bSRpTy_bUG90T0iXDck,60723
|
@@ -26,7 +26,7 @@ moovio_sdk/industries.py,sha256=7VputoHEST4GXazczXDWEYsSkfWkFJaTSXAEDx267Vo,1024
|
|
26
26
|
moovio_sdk/institutions.py,sha256=1CjxrmzYf0tAs2beUyYiVPO9w8jibwG-Ya9ifXifUG8,11238
|
27
27
|
moovio_sdk/issuing_transactions.py,sha256=ftaJUPR8vGuNVOf3oWgecZG7DQSYRZiHZTtRfXMacgc,53212
|
28
28
|
moovio_sdk/models/__init__.py,sha256=HRiFG5CV9y2HvWWQl_JQNbYTPme0UYR1Mhh13Qc-5jE,84
|
29
|
-
moovio_sdk/models/components/__init__.py,sha256=
|
29
|
+
moovio_sdk/models/components/__init__.py,sha256=izJQMn75VAYGQ7HiiuwOnGCNZuns6sQjkc12giMtvmg,51471
|
30
30
|
moovio_sdk/models/components/account.py,sha256=QejMoPHYyHF-6TRrUVKYyfD_6Qbl7lFVOEaE8zlOgmI,4181
|
31
31
|
moovio_sdk/models/components/accountcapability.py,sha256=LJ908Zr4lw2qtMwUMLWoscTUjj5wV7YlZ4Z0Vv_abjg,527
|
32
32
|
moovio_sdk/models/components/accountcountries.py,sha256=sI1VAu3PqS2HTOarkT7f6FbkgUT55NL57PvAZKcbRHw,456
|
@@ -114,6 +114,7 @@ moovio_sdk/models/components/cardpaymentdetails.py,sha256=FUMWe-xkPcOE3RZP7VUQcL
|
|
114
114
|
moovio_sdk/models/components/cardpaymentdetailserror.py,sha256=T2g_b03KoC5Ws_2osERfBdieFx2klublaWaGN3tRRRQ,506
|
115
115
|
moovio_sdk/models/components/cardpaymentpaymentmethod.py,sha256=fNPMJZcwnSkrBbtwBpmBETQNBu-y_VzlXekw6O5zNzg,1083
|
116
116
|
moovio_sdk/models/components/cardpaymentsettings.py,sha256=fU4e004XIPDLNYwf6o2cpIbfQASlNP9fPL8kF_0r-pc,998
|
117
|
+
moovio_sdk/models/components/cardpresentpaymentpaymentmethod.py,sha256=FOGWUNSdmOrFBBTCbltj-P-tLqrtCqLsbkTsJH9Fk0w,1546
|
117
118
|
moovio_sdk/models/components/cardtransactiondetails.py,sha256=Dvd_0orePLNjSEfeImQnkD3neb76df_cfT884sENqL8,3853
|
118
119
|
moovio_sdk/models/components/cardtransactionfailurecode.py,sha256=Ve9T_tGy0OGZavczlRu-k267hq99xAzhTOu4juG7Gqg,1287
|
119
120
|
moovio_sdk/models/components/cardtransactionstatus.py,sha256=xKtKp1pyEs7g5yTkAqtxgrO_IECkIcb37ZM2pzP7XOU,399
|
@@ -183,6 +184,7 @@ moovio_sdk/models/components/enrichedbusinessresponse.py,sha256=aIneszJZE1KeMwhL
|
|
183
184
|
moovio_sdk/models/components/enrichedindustries.py,sha256=hSrecw0-tMvJCjojfJmFvkGvI4OYplDuB5pr_2szJPA,459
|
184
185
|
moovio_sdk/models/components/enrichedindustry.py,sha256=LZZyh6L6MP3VBkMNNoI_h-G_0vDUJdTJ0zwlITlEdRc,813
|
185
186
|
moovio_sdk/models/components/enrichedindustrycodes.py,sha256=MRftYEd_dv9qRjXBf6r2nj5LgA7yURLCZ35pYsv-P5w,438
|
187
|
+
moovio_sdk/models/components/entrymode.py,sha256=UokGL7yYSnbptzEMA_mwNy9wHsXgA5hb-b37KVEmMFM,274
|
186
188
|
moovio_sdk/models/components/evidencetextresponse.py,sha256=8m2u3iC_gCUSuU4h53JLX1eJRj8iUgTIaYs8SztDiRQ,790
|
187
189
|
moovio_sdk/models/components/evidencetype.py,sha256=KQMJuoRyjESBU59-TghucuZC0P14KlvLdce2gtDjixM,469
|
188
190
|
moovio_sdk/models/components/evidenceuploadresponse.py,sha256=tCxjtueEl1URQjNTE2QYp9zsRFG_c5hjdvLil_3QaEk,1615
|
@@ -207,8 +209,8 @@ moovio_sdk/models/components/generatedbybankaccountid.py,sha256=3Zbb1Osvs1xpnQpp
|
|
207
209
|
moovio_sdk/models/components/generatedbycardid.py,sha256=lqx-WCTcBspZza2QvWAG-ydXw3DxftBzSeO6zh5vre4,447
|
208
210
|
moovio_sdk/models/components/generatedbydisputeid.py,sha256=4dOxW67KEE2PVNQEpWkric1Aee290qljqeh0BtPz-6I,462
|
209
211
|
moovio_sdk/models/components/generatedbytransferid.py,sha256=M64GIsjG7ZDg7i84-nXWabSrjYqSBbuOnrJGfA8H3Oc,467
|
210
|
-
moovio_sdk/models/components/governmentid.py,sha256=
|
211
|
-
moovio_sdk/models/components/governmentiderror.py,sha256=
|
212
|
+
moovio_sdk/models/components/governmentid.py,sha256=33k1CxMiMxiclwQ2GVEwJcBcyAEMcvEErZM1RTOMJvk,925
|
213
|
+
moovio_sdk/models/components/governmentiderror.py,sha256=oQM3JAM3G3Mxt4w5yRNNPpw1FIeobc44GbKhvgTqKZo,1071
|
212
214
|
moovio_sdk/models/components/granttype.py,sha256=j7dVMjidy1nrWlSPTE7--_vTiqRTAH4F6xHub5kp78A,481
|
213
215
|
moovio_sdk/models/components/incurredfee.py,sha256=aPTYTUICtts5sFinKIcRAD3hm78oJG7ZkS0GuCyovD0,1477
|
214
216
|
moovio_sdk/models/components/individualname.py,sha256=RkigcoUQFs7SkLyhO4tTvmGH_6ny9muNlZgfnAfXtpM,1041
|
@@ -275,11 +277,11 @@ moovio_sdk/models/components/paymentlinkpaymentdetailsupdate.py,sha256=AzpriAe0v
|
|
275
277
|
moovio_sdk/models/components/paymentlinkpayoutdetails.py,sha256=I9XZMzfvubg6KgI4cjBwiBrbcONG14s4jT9AawCi_s0,1224
|
276
278
|
moovio_sdk/models/components/paymentlinkpayoutdetailsupdate.py,sha256=c6xXDinJR_eNc8ySM5SSfolUJcGHgMBJV3iJMCmxUHQ,1358
|
277
279
|
moovio_sdk/models/components/paymentlinkstatus.py,sha256=msrQMJyTpPfxsiY_jlYLUjfozjTUqD1er-UJ3bmFMiw,258
|
278
|
-
moovio_sdk/models/components/paymentmethod.py,sha256=
|
280
|
+
moovio_sdk/models/components/paymentmethod.py,sha256=0Y5Dw43hTWrT3md6TYLWw71UaqgXx-FoGDkC2yRNQaM,3106
|
279
281
|
moovio_sdk/models/components/paymentmethodsbankaccount.py,sha256=hFtw7jmbaMqyhqWV1lv7lsU-jPxtZHC8TB8lQRMMO7M,2160
|
280
282
|
moovio_sdk/models/components/paymentmethodscard.py,sha256=Akm5LWy7VPt8bA4wX2orKNjZ6s2kwk17vQtTHOEIepE,5097
|
281
283
|
moovio_sdk/models/components/paymentmethodswallet.py,sha256=j-MNQmjwCiS29UbMCoeR8JTH981oicIeCFaZfzP4UTI,388
|
282
|
-
moovio_sdk/models/components/paymentmethodtype.py,sha256=
|
284
|
+
moovio_sdk/models/components/paymentmethodtype.py,sha256=fix1w2wY7-xoKQH5wYb0kbMeNlg5gM3GGqCpiYJHvi4,678
|
283
285
|
moovio_sdk/models/components/payoutdetailserror.py,sha256=UkRP7L99TiPkNcIEGEhR8HJbLeTPhOHRSDTGu3i92uM,685
|
284
286
|
moovio_sdk/models/components/payoutrecipient.py,sha256=D708o36yvkCVFfCfTE-Qu4LqmaBHoaF5scJkJBRzOoc,622
|
285
287
|
moovio_sdk/models/components/payoutrecipienterror.py,sha256=rjo4BKnbTOxQMTdsfYNNFUpRDug48ZwVXEGLjzpTPxk,379
|
@@ -334,11 +336,12 @@ moovio_sdk/models/components/sweepconfig.py,sha256=zeYN963z0uEOpbteBDRvCAWGaq2LT
|
|
334
336
|
moovio_sdk/models/components/sweepconfigpaymentmethod.py,sha256=HP4ptQtccU2Wl1u4gRw-MepzKVgkYLkAJfia1JC5efE,1146
|
335
337
|
moovio_sdk/models/components/sweepconfigstatus.py,sha256=8tmbGIJLrSwCl_8zEUZpffJE-R_WDBZZ7d-cR5K1JCY,218
|
336
338
|
moovio_sdk/models/components/sweepstatus.py,sha256=YA564vw2Ssav2ApmX759gglEvccESDjaT16St-DExRI,316
|
337
|
-
moovio_sdk/models/components/taxid.py,sha256=
|
338
|
-
moovio_sdk/models/components/taxidupdate.py,sha256=
|
339
|
+
moovio_sdk/models/components/taxid.py,sha256=ybTpUMtIreOOMQRPZ7ZbUlLoaxSVcPcGLvl0fcO2yPk,618
|
340
|
+
moovio_sdk/models/components/taxidupdate.py,sha256=X2_Nw8Nvc0E1mahHDZqrqCKv4eyidzYyHfgd9XQ0yGY,775
|
339
341
|
moovio_sdk/models/components/terminalapplication.py,sha256=GKmGi8i425YxFMW4BU_zTghe6YQkZ1Vc0w-LyiwEh3w,2455
|
340
342
|
moovio_sdk/models/components/terminalapplicationplatform.py,sha256=p-880ptVN5vub4DlYbP_VTPyPYuDEYMIZql2fI3FopU,296
|
341
343
|
moovio_sdk/models/components/terminalapplicationstatus.py,sha256=snaXCVyr1J3iEcrW09r3Mp1FtU46dbhGJgcTx3UlF04,326
|
344
|
+
moovio_sdk/models/components/terminalcard.py,sha256=goFEhKML4vyksdH4u0N0Pk33hIcgIZ34anVu7xcrgtA,3100
|
342
345
|
moovio_sdk/models/components/termsofservice.py,sha256=g_v_9ghfkFyf8OJTfuTy5hC1vCl3u3msGKl0tufIN6k,918
|
343
346
|
moovio_sdk/models/components/termsofserviceerror.py,sha256=KnpM_Tz-DH1GjqoIfQIIlq-9raPGVITItFbdot2m770,1093
|
344
347
|
moovio_sdk/models/components/termsofservicetoken.py,sha256=VF0w2YMAJiqyz9INBhb_MdiWtHbDcSXQXxp_AKReAqA,476
|
@@ -583,6 +586,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
583
586
|
moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
584
587
|
moovio_sdk/wallet_transactions.py,sha256=gP5AYXIn4LkCtm1ncheuWGxZCK0d67b20UIDheo_Khg,24943
|
585
588
|
moovio_sdk/wallets.py,sha256=5RcHiuHxBDi2YmK0V83s1hwEN-29aFar17LsQIYXpo0,19250
|
586
|
-
moovio_sdk-0.3.
|
587
|
-
moovio_sdk-0.3.
|
588
|
-
moovio_sdk-0.3.
|
589
|
+
moovio_sdk-0.3.12.dist-info/METADATA,sha256=GrB2WxKb_iuxmqqePzz-dPu1rsIw13x0MgkF0ruMSkg,103756
|
590
|
+
moovio_sdk-0.3.12.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
591
|
+
moovio_sdk-0.3.12.dist-info/RECORD,,
|
File without changes
|