moovio_sdk 0.3.11__py3-none-any.whl → 0.3.13__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 +37 -16
- moovio_sdk/models/components/cardpresentpaymentpaymentmethod.py +40 -0
- moovio_sdk/models/components/entrymode.py +10 -0
- moovio_sdk/models/components/feeplan.py +8 -0
- moovio_sdk/models/components/feeplanagreement.py +8 -0
- moovio_sdk/models/components/governmentid.py +8 -8
- moovio_sdk/models/components/governmentiderror.py +8 -8
- moovio_sdk/models/components/minimumcommitment.py +31 -0
- moovio_sdk/models/components/partnerpricing.py +8 -0
- moovio_sdk/models/components/partnerpricingagreement.py +8 -0
- 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/receipts.py +2 -2
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.13.dist-info}/METADATA +8 -8
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.13.dist-info}/RECORD +20 -16
- {moovio_sdk-0.3.11.dist-info → moovio_sdk-0.3.13.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.13"
|
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.13 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
|
@@ -412,6 +418,7 @@ from .manualtermsofserviceupdate import (
|
|
412
418
|
ManualTermsOfServiceUpdateTypedDict,
|
413
419
|
)
|
414
420
|
from .microdepositstatus import MicroDepositStatus
|
421
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
415
422
|
from .mode import Mode
|
416
423
|
from .moovfeedetails import MoovFeeDetails, MoovFeeDetailsTypedDict
|
417
424
|
from .moovwalletpaymentmethod import (
|
@@ -611,11 +618,17 @@ from .sweepconfigpaymentmethod import (
|
|
611
618
|
)
|
612
619
|
from .sweepconfigstatus import SweepConfigStatus
|
613
620
|
from .sweepstatus import SweepStatus
|
614
|
-
from .taxid import
|
615
|
-
from .taxidupdate import
|
621
|
+
from .taxid import Ein, EinTypedDict, TaxID, TaxIDTypedDict
|
622
|
+
from .taxidupdate import (
|
623
|
+
TaxIDUpdate,
|
624
|
+
TaxIDUpdateEin,
|
625
|
+
TaxIDUpdateEinTypedDict,
|
626
|
+
TaxIDUpdateTypedDict,
|
627
|
+
)
|
616
628
|
from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
|
617
629
|
from .terminalapplicationplatform import TerminalApplicationPlatform
|
618
630
|
from .terminalapplicationstatus import TerminalApplicationStatus
|
631
|
+
from .terminalcard import TerminalCard, TerminalCardTypedDict
|
619
632
|
from .termsofservice import TermsOfService, TermsOfServiceTypedDict
|
620
633
|
from .termsofserviceerror import (
|
621
634
|
Manual,
|
@@ -865,6 +878,9 @@ __all__ = [
|
|
865
878
|
"CardPaymentSettings",
|
866
879
|
"CardPaymentSettingsTypedDict",
|
867
880
|
"CardPaymentTypedDict",
|
881
|
+
"CardPresentPaymentPaymentMethod",
|
882
|
+
"CardPresentPaymentPaymentMethodPaymentMethodType",
|
883
|
+
"CardPresentPaymentPaymentMethodTypedDict",
|
868
884
|
"CardTransactionDetails",
|
869
885
|
"CardTransactionDetailsTypedDict",
|
870
886
|
"CardTransactionFailureCode",
|
@@ -1009,6 +1025,7 @@ __all__ = [
|
|
1009
1025
|
"EnrichedIndustryCodes",
|
1010
1026
|
"EnrichedIndustryCodesTypedDict",
|
1011
1027
|
"EnrichedIndustryTypedDict",
|
1028
|
+
"EntryMode",
|
1012
1029
|
"Error",
|
1013
1030
|
"ErrorTypedDict",
|
1014
1031
|
"EvidenceTextResponse",
|
@@ -1059,11 +1076,11 @@ __all__ = [
|
|
1059
1076
|
"GeneratedByTypedDict",
|
1060
1077
|
"GovernmentID",
|
1061
1078
|
"GovernmentIDError",
|
1079
|
+
"GovernmentIDErrorItin",
|
1080
|
+
"GovernmentIDErrorItinTypedDict",
|
1081
|
+
"GovernmentIDErrorSsn",
|
1082
|
+
"GovernmentIDErrorSsnTypedDict",
|
1062
1083
|
"GovernmentIDErrorTypedDict",
|
1063
|
-
"GovernmentIDItin",
|
1064
|
-
"GovernmentIDItinTypedDict",
|
1065
|
-
"GovernmentIDSsn",
|
1066
|
-
"GovernmentIDSsnTypedDict",
|
1067
1084
|
"GovernmentIDTypedDict",
|
1068
1085
|
"GrantType",
|
1069
1086
|
"IncurredFee",
|
@@ -1134,6 +1151,8 @@ __all__ = [
|
|
1134
1151
|
"ManualTermsOfServiceUpdateTypedDict",
|
1135
1152
|
"ManualTypedDict",
|
1136
1153
|
"MicroDepositStatus",
|
1154
|
+
"MinimumCommitment",
|
1155
|
+
"MinimumCommitmentTypedDict",
|
1137
1156
|
"Mode",
|
1138
1157
|
"MoovFeeDetails",
|
1139
1158
|
"MoovFeeDetailsTypedDict",
|
@@ -1323,15 +1342,17 @@ __all__ = [
|
|
1323
1342
|
"SweepStatus",
|
1324
1343
|
"SweepTypedDict",
|
1325
1344
|
"TaxID",
|
1326
|
-
"TaxIDEin",
|
1327
|
-
"TaxIDEinTypedDict",
|
1328
1345
|
"TaxIDTypedDict",
|
1329
1346
|
"TaxIDUpdate",
|
1347
|
+
"TaxIDUpdateEin",
|
1348
|
+
"TaxIDUpdateEinTypedDict",
|
1330
1349
|
"TaxIDUpdateTypedDict",
|
1331
1350
|
"TerminalApplication",
|
1332
1351
|
"TerminalApplicationPlatform",
|
1333
1352
|
"TerminalApplicationStatus",
|
1334
1353
|
"TerminalApplicationTypedDict",
|
1354
|
+
"TerminalCard",
|
1355
|
+
"TerminalCardTypedDict",
|
1335
1356
|
"TermsOfService",
|
1336
1357
|
"TermsOfServiceError",
|
1337
1358
|
"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"
|
@@ -3,6 +3,7 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
from .billablefee import BillableFee, BillableFeeTypedDict
|
5
5
|
from .cardacquiringmodel import CardAcquiringModel
|
6
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
6
7
|
from datetime import datetime
|
7
8
|
from moovio_sdk.types import BaseModel
|
8
9
|
import pydantic
|
@@ -18,6 +19,8 @@ class FeePlanTypedDict(TypedDict):
|
|
18
19
|
r"""Specifies the card processing pricing model"""
|
19
20
|
billable_fees: List[BillableFeeTypedDict]
|
20
21
|
r"""Additional usage-based fees for this plan."""
|
22
|
+
minimum_commitment: MinimumCommitmentTypedDict
|
23
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
21
24
|
created_at: datetime
|
22
25
|
description: NotRequired[str]
|
23
26
|
r"""A description of the fee plan."""
|
@@ -37,6 +40,11 @@ class FeePlan(BaseModel):
|
|
37
40
|
billable_fees: Annotated[List[BillableFee], pydantic.Field(alias="billableFees")]
|
38
41
|
r"""Additional usage-based fees for this plan."""
|
39
42
|
|
43
|
+
minimum_commitment: Annotated[
|
44
|
+
MinimumCommitment, pydantic.Field(alias="minimumCommitment")
|
45
|
+
]
|
46
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
47
|
+
|
40
48
|
created_at: Annotated[datetime, pydantic.Field(alias="createdAt")]
|
41
49
|
|
42
50
|
description: Optional[str] = None
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
4
4
|
from .billablefee import BillableFee, BillableFeeTypedDict
|
5
5
|
from .cardacquiringmodel import CardAcquiringModel
|
6
6
|
from .feeplanagreementstatus import FeePlanAgreementStatus
|
7
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
7
8
|
from datetime import datetime
|
8
9
|
from moovio_sdk.types import BaseModel
|
9
10
|
import pydantic
|
@@ -21,6 +22,8 @@ class FeePlanAgreementTypedDict(TypedDict):
|
|
21
22
|
card_acquiring_model: CardAcquiringModel
|
22
23
|
r"""Specifies the card processing pricing model"""
|
23
24
|
billable_fees: List[BillableFeeTypedDict]
|
25
|
+
minimum_commitment: MinimumCommitmentTypedDict
|
26
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
24
27
|
account_id: NotRequired[str]
|
25
28
|
description: NotRequired[str]
|
26
29
|
r"""The description of the agreement."""
|
@@ -45,6 +48,11 @@ class FeePlanAgreement(BaseModel):
|
|
45
48
|
|
46
49
|
billable_fees: Annotated[List[BillableFee], pydantic.Field(alias="billableFees")]
|
47
50
|
|
51
|
+
minimum_commitment: Annotated[
|
52
|
+
MinimumCommitment, pydantic.Field(alias="minimumCommitment")
|
53
|
+
]
|
54
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
55
|
+
|
48
56
|
account_id: Annotated[Optional[str], pydantic.Field(alias="accountID")] = None
|
49
57
|
|
50
58
|
description: Optional[str] = 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 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
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from moovio_sdk.types import BaseModel
|
5
|
+
import pydantic
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
7
|
+
|
8
|
+
|
9
|
+
class MinimumCommitmentTypedDict(TypedDict):
|
10
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
11
|
+
|
12
|
+
currency: str
|
13
|
+
r"""A 3-letter ISO 4217 currency code."""
|
14
|
+
value_decimal: str
|
15
|
+
r"""A decimal-formatted numerical string that represents up to 9 decimal place precision.
|
16
|
+
|
17
|
+
For example, $12.987654321 is '12.987654321'.
|
18
|
+
"""
|
19
|
+
|
20
|
+
|
21
|
+
class MinimumCommitment(BaseModel):
|
22
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
23
|
+
|
24
|
+
currency: str
|
25
|
+
r"""A 3-letter ISO 4217 currency code."""
|
26
|
+
|
27
|
+
value_decimal: Annotated[str, pydantic.Field(alias="valueDecimal")]
|
28
|
+
r"""A decimal-formatted numerical string that represents up to 9 decimal place precision.
|
29
|
+
|
30
|
+
For example, $12.987654321 is '12.987654321'.
|
31
|
+
"""
|
@@ -3,6 +3,7 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
from .billablefee import BillableFee, BillableFeeTypedDict
|
5
5
|
from .cardacquiringmodel import CardAcquiringModel
|
6
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
6
7
|
from datetime import datetime
|
7
8
|
from moovio_sdk.types import BaseModel
|
8
9
|
import pydantic
|
@@ -19,6 +20,8 @@ class PartnerPricingTypedDict(TypedDict):
|
|
19
20
|
card_acquiring_model: CardAcquiringModel
|
20
21
|
r"""Specifies the card processing pricing model"""
|
21
22
|
billable_fees: List[BillableFeeTypedDict]
|
23
|
+
minimum_commitment: MinimumCommitmentTypedDict
|
24
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
22
25
|
created_at: datetime
|
23
26
|
description: NotRequired[str]
|
24
27
|
r"""A description of the fee plan."""
|
@@ -40,6 +43,11 @@ class PartnerPricing(BaseModel):
|
|
40
43
|
|
41
44
|
billable_fees: Annotated[List[BillableFee], pydantic.Field(alias="billableFees")]
|
42
45
|
|
46
|
+
minimum_commitment: Annotated[
|
47
|
+
MinimumCommitment, pydantic.Field(alias="minimumCommitment")
|
48
|
+
]
|
49
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
50
|
+
|
43
51
|
created_at: Annotated[datetime, pydantic.Field(alias="createdAt")]
|
44
52
|
|
45
53
|
description: Optional[str] = None
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
4
4
|
from .billablefee import BillableFee, BillableFeeTypedDict
|
5
5
|
from .cardacquiringmodel import CardAcquiringModel
|
6
6
|
from .feeplanagreementstatus import FeePlanAgreementStatus
|
7
|
+
from .minimumcommitment import MinimumCommitment, MinimumCommitmentTypedDict
|
7
8
|
from datetime import datetime
|
8
9
|
from moovio_sdk.types import BaseModel
|
9
10
|
import pydantic
|
@@ -21,6 +22,8 @@ class PartnerPricingAgreementTypedDict(TypedDict):
|
|
21
22
|
card_acquiring_model: CardAcquiringModel
|
22
23
|
r"""Specifies the card processing pricing model"""
|
23
24
|
billable_fees: List[BillableFeeTypedDict]
|
25
|
+
minimum_commitment: MinimumCommitmentTypedDict
|
26
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
24
27
|
revenue_share: int
|
25
28
|
r"""The integer percentage value of the revenue split for partner."""
|
26
29
|
account_id: NotRequired[str]
|
@@ -47,6 +50,11 @@ class PartnerPricingAgreement(BaseModel):
|
|
47
50
|
|
48
51
|
billable_fees: Annotated[List[BillableFee], pydantic.Field(alias="billableFees")]
|
49
52
|
|
53
|
+
minimum_commitment: Annotated[
|
54
|
+
MinimumCommitment, pydantic.Field(alias="minimumCommitment")
|
55
|
+
]
|
56
|
+
r"""The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference."""
|
57
|
+
|
50
58
|
revenue_share: Annotated[int, pydantic.Field(alias="revenueShare")]
|
51
59
|
r"""The integer percentage value of the revenue split for partner."""
|
52
60
|
|
@@ -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"""
|
moovio_sdk/receipts.py
CHANGED
@@ -103,7 +103,7 @@ class Receipts(BaseSDK):
|
|
103
103
|
)
|
104
104
|
|
105
105
|
response_data: Any = None
|
106
|
-
if utils.match_response(http_res, "
|
106
|
+
if utils.match_response(http_res, "201", "application/json"):
|
107
107
|
return operations.CreateReceiptsResponse(
|
108
108
|
result=utils.unmarshal_json(http_res.text, components.ReceiptResponse),
|
109
109
|
headers=utils.get_response_headers(http_res.headers),
|
@@ -239,7 +239,7 @@ class Receipts(BaseSDK):
|
|
239
239
|
)
|
240
240
|
|
241
241
|
response_data: Any = None
|
242
|
-
if utils.match_response(http_res, "
|
242
|
+
if utils.match_response(http_res, "201", "application/json"):
|
243
243
|
return operations.CreateReceiptsResponse(
|
244
244
|
result=utils.unmarshal_json(http_res.text, components.ReceiptResponse),
|
245
245
|
headers=utils.get_response_headers(http_res.headers),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: moovio_sdk
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.13
|
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=QpJ6n8PcVyQuC5IOLc23OLOz_BU09RwTQn2-J-1p9MM,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=jpRRsy24sscAov4Il_OTDa1SHtOFqZBYgUaZgPij_hA,51607
|
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,14 +184,15 @@ 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
|
189
191
|
moovio_sdk/models/components/facilitatorfee.py,sha256=uDMPXHogxp5lpRjeLK4QlgoXSRo35cYfqxo0NVzO2A0,2156
|
190
192
|
moovio_sdk/models/components/feecategory.py,sha256=9OBQNnE7O8c_i_8eyvbbkl_MfdgwmHeYZ9_36uooCrU,428
|
191
193
|
moovio_sdk/models/components/feemodel.py,sha256=M98YekU7JfnwG613Zi6SJE9hcUBIHiqMObgi30rUoxM,312
|
192
|
-
moovio_sdk/models/components/feeplan.py,sha256=
|
193
|
-
moovio_sdk/models/components/feeplanagreement.py,sha256=
|
194
|
+
moovio_sdk/models/components/feeplan.py,sha256=x4oTkJsNp_quTHgjTmpgGBFZ_BfnMm1jmNborUs_qGs,1968
|
195
|
+
moovio_sdk/models/components/feeplanagreement.py,sha256=WizD6vvte6HM2cLroC2QsW9ZfzB1M7aKWaHNHvP8yqk,2229
|
194
196
|
moovio_sdk/models/components/feeplanagreementstatus.py,sha256=D7q_iy4vh1Xaex6BwftVoKmV2BGdEhPm8FtFCTR1jHQ,225
|
195
197
|
moovio_sdk/models/components/feeproperties.py,sha256=Ajpyc7ggfsVDXcuhv4SmvtJTyM2K7eRvZs15__142uU,2212
|
196
198
|
moovio_sdk/models/components/filedetails.py,sha256=qVMztRp46CEWFAdhISAWZXqv435UKQyzHc5-Rae5KGw,1601
|
@@ -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
|
@@ -244,6 +246,7 @@ moovio_sdk/models/components/listfeesfetchrequest.py,sha256=YcNhPmj4V7mCXRtDle2O
|
|
244
246
|
moovio_sdk/models/components/manualtermsofservice.py,sha256=6VhtD04HT-AusbFhJG1SitFpgCMhtIw2WTzFhAWizbs,1359
|
245
247
|
moovio_sdk/models/components/manualtermsofserviceupdate.py,sha256=2t7FmphN0N7f-7VCp0TGc7egYvdFrS_RINrFUMUWmtA,1574
|
246
248
|
moovio_sdk/models/components/microdepositstatus.py,sha256=OSMp_6IBIo5frPWZOFiXlwcVA9akxke9FW63GvWE3fA,195
|
249
|
+
moovio_sdk/models/components/minimumcommitment.py,sha256=KDiqCre5Ol2yhZARTCaV-rueQk549fG4QK8jR0gRjQg,1149
|
247
250
|
moovio_sdk/models/components/mode.py,sha256=U7TBdxrtdKN2iA3PPva_gfiBXdg6tMUVpyNPA3HA_IA,256
|
248
251
|
moovio_sdk/models/components/moovfeedetails.py,sha256=GovSQFW4mExyx_jW5VY8nIK0ezSebPnguLoH2xgzO0o,1853
|
249
252
|
moovio_sdk/models/components/moovwalletpaymentmethod.py,sha256=_FmIK5xllEX3B6YjYdpvQj61n5Src8ZRmsWcmUAxfcs,978
|
@@ -256,8 +259,8 @@ moovio_sdk/models/components/onboardinginvite.py,sha256=0JnZR0c6I-lmGo1OvSJakBGJ
|
|
256
259
|
moovio_sdk/models/components/onboardinginviterequest.py,sha256=7xl0dxgF7dNKNZrtIPX3jrYVfJQrHKEQZ3YFPT21aAM,2578
|
257
260
|
moovio_sdk/models/components/onboardingpartneraccount.py,sha256=r5WjWw0x0ScKm4_CwX2jS7cDFn9K7bedVC50kNzITVI,1110
|
258
261
|
moovio_sdk/models/components/partialscheduleaccount.py,sha256=EtOAuIhRyc6nLEWadS7CsA_MeablSzM7w4k4UR565zQ,590
|
259
|
-
moovio_sdk/models/components/partnerpricing.py,sha256=
|
260
|
-
moovio_sdk/models/components/partnerpricingagreement.py,sha256=
|
262
|
+
moovio_sdk/models/components/partnerpricing.py,sha256=2pof5qkh_TdsIgWnog0ywhgYSuENRLHSQw2e44oTmtY,2118
|
263
|
+
moovio_sdk/models/components/partnerpricingagreement.py,sha256=GDvhM3vO4Ta3Hwtp37ezwgwWRjmE9zC2FXJODnrklLk,2487
|
261
264
|
moovio_sdk/models/components/patchaccount.py,sha256=9JhHL190PwO9HAVc4maUv5iNX-tU7wtwIFkc5B2-2Wo,4518
|
262
265
|
moovio_sdk/models/components/patchaccounterror.py,sha256=68urJQxtMBlvzimAQcj8BR7NX-q140Jj15WVq5NCY30,1458
|
263
266
|
moovio_sdk/models/components/patchbusiness.py,sha256=MXhweZYmjmbXJ5PF9-eiue2R2DP-zI2qeFQWoO0kBLI,2700
|
@@ -275,11 +278,11 @@ moovio_sdk/models/components/paymentlinkpaymentdetailsupdate.py,sha256=AzpriAe0v
|
|
275
278
|
moovio_sdk/models/components/paymentlinkpayoutdetails.py,sha256=I9XZMzfvubg6KgI4cjBwiBrbcONG14s4jT9AawCi_s0,1224
|
276
279
|
moovio_sdk/models/components/paymentlinkpayoutdetailsupdate.py,sha256=c6xXDinJR_eNc8ySM5SSfolUJcGHgMBJV3iJMCmxUHQ,1358
|
277
280
|
moovio_sdk/models/components/paymentlinkstatus.py,sha256=msrQMJyTpPfxsiY_jlYLUjfozjTUqD1er-UJ3bmFMiw,258
|
278
|
-
moovio_sdk/models/components/paymentmethod.py,sha256=
|
281
|
+
moovio_sdk/models/components/paymentmethod.py,sha256=0Y5Dw43hTWrT3md6TYLWw71UaqgXx-FoGDkC2yRNQaM,3106
|
279
282
|
moovio_sdk/models/components/paymentmethodsbankaccount.py,sha256=hFtw7jmbaMqyhqWV1lv7lsU-jPxtZHC8TB8lQRMMO7M,2160
|
280
283
|
moovio_sdk/models/components/paymentmethodscard.py,sha256=Akm5LWy7VPt8bA4wX2orKNjZ6s2kwk17vQtTHOEIepE,5097
|
281
284
|
moovio_sdk/models/components/paymentmethodswallet.py,sha256=j-MNQmjwCiS29UbMCoeR8JTH981oicIeCFaZfzP4UTI,388
|
282
|
-
moovio_sdk/models/components/paymentmethodtype.py,sha256=
|
285
|
+
moovio_sdk/models/components/paymentmethodtype.py,sha256=fix1w2wY7-xoKQH5wYb0kbMeNlg5gM3GGqCpiYJHvi4,678
|
283
286
|
moovio_sdk/models/components/payoutdetailserror.py,sha256=UkRP7L99TiPkNcIEGEhR8HJbLeTPhOHRSDTGu3i92uM,685
|
284
287
|
moovio_sdk/models/components/payoutrecipient.py,sha256=D708o36yvkCVFfCfTE-Qu4LqmaBHoaF5scJkJBRzOoc,622
|
285
288
|
moovio_sdk/models/components/payoutrecipienterror.py,sha256=rjo4BKnbTOxQMTdsfYNNFUpRDug48ZwVXEGLjzpTPxk,379
|
@@ -334,11 +337,12 @@ moovio_sdk/models/components/sweepconfig.py,sha256=zeYN963z0uEOpbteBDRvCAWGaq2LT
|
|
334
337
|
moovio_sdk/models/components/sweepconfigpaymentmethod.py,sha256=HP4ptQtccU2Wl1u4gRw-MepzKVgkYLkAJfia1JC5efE,1146
|
335
338
|
moovio_sdk/models/components/sweepconfigstatus.py,sha256=8tmbGIJLrSwCl_8zEUZpffJE-R_WDBZZ7d-cR5K1JCY,218
|
336
339
|
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=
|
340
|
+
moovio_sdk/models/components/taxid.py,sha256=ybTpUMtIreOOMQRPZ7ZbUlLoaxSVcPcGLvl0fcO2yPk,618
|
341
|
+
moovio_sdk/models/components/taxidupdate.py,sha256=X2_Nw8Nvc0E1mahHDZqrqCKv4eyidzYyHfgd9XQ0yGY,775
|
339
342
|
moovio_sdk/models/components/terminalapplication.py,sha256=GKmGi8i425YxFMW4BU_zTghe6YQkZ1Vc0w-LyiwEh3w,2455
|
340
343
|
moovio_sdk/models/components/terminalapplicationplatform.py,sha256=p-880ptVN5vub4DlYbP_VTPyPYuDEYMIZql2fI3FopU,296
|
341
344
|
moovio_sdk/models/components/terminalapplicationstatus.py,sha256=snaXCVyr1J3iEcrW09r3Mp1FtU46dbhGJgcTx3UlF04,326
|
345
|
+
moovio_sdk/models/components/terminalcard.py,sha256=goFEhKML4vyksdH4u0N0Pk33hIcgIZ34anVu7xcrgtA,3100
|
342
346
|
moovio_sdk/models/components/termsofservice.py,sha256=g_v_9ghfkFyf8OJTfuTy5hC1vCl3u3msGKl0tufIN6k,918
|
343
347
|
moovio_sdk/models/components/termsofserviceerror.py,sha256=KnpM_Tz-DH1GjqoIfQIIlq-9raPGVITItFbdot2m770,1093
|
344
348
|
moovio_sdk/models/components/termsofservicetoken.py,sha256=VF0w2YMAJiqyz9INBhb_MdiWtHbDcSXQXxp_AKReAqA,476
|
@@ -555,7 +559,7 @@ moovio_sdk/payment_links.py,sha256=ejar3-EKcOgwHY1vw6350iXPLYZTHuIYzg5amjgNBQo,7
|
|
555
559
|
moovio_sdk/payment_methods.py,sha256=MvS5QvEgfYvqZ_gR1_mWh8E7sLvmyMfQ4pKBVzZeduU,20995
|
556
560
|
moovio_sdk/ping.py,sha256=fYM0yYDBEoo6Do55oNh_mLqelBxKpofv7tOrzVJioOc,9539
|
557
561
|
moovio_sdk/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
558
|
-
moovio_sdk/receipts.py,sha256=
|
562
|
+
moovio_sdk/receipts.py,sha256=EBsxlliNZ7-MTBqqi_yVk_LPviYthTq0eZhgnH5IGfk,21098
|
559
563
|
moovio_sdk/representatives.py,sha256=nmDgxhxxfHtE8Li-F0zk9kUuq33cR9fEibue2zJ6nO0,64454
|
560
564
|
moovio_sdk/scheduling.py,sha256=-i2mkiwWLjz3ZjWEPvO6U6nZwd7V0gxr48r-955li8k,65653
|
561
565
|
moovio_sdk/sdk.py,sha256=J6rXCBZ4_c5GE3duJR9mb2FExgDfFo9Qe2ixxUOXIvw,10045
|
@@ -583,6 +587,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
583
587
|
moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
584
588
|
moovio_sdk/wallet_transactions.py,sha256=gP5AYXIn4LkCtm1ncheuWGxZCK0d67b20UIDheo_Khg,24943
|
585
589
|
moovio_sdk/wallets.py,sha256=5RcHiuHxBDi2YmK0V83s1hwEN-29aFar17LsQIYXpo0,19250
|
586
|
-
moovio_sdk-0.3.
|
587
|
-
moovio_sdk-0.3.
|
588
|
-
moovio_sdk-0.3.
|
590
|
+
moovio_sdk-0.3.13.dist-info/METADATA,sha256=xh3DyUzI5u22gGVp-6Wp7GEjh_wD294kNqKKFUHrfBc,103756
|
591
|
+
moovio_sdk-0.3.13.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
592
|
+
moovio_sdk-0.3.13.dist-info/RECORD,,
|
File without changes
|