Skip to content

Commit be79fdf

Browse files
author
devexperience
committed
Generated version 0.18.0
This commit was automatically created by a GitHub Action to generate version 0.18.0 of this library.
1 parent d1f461d commit be79fdf

37 files changed

+7173
-722
lines changed

.openapi-generator/FILES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ docs/PaymentProcessorAuthorizationCodeRequest.md
7979
docs/PaymentProcessorAuthorizationCodeRequestBody.md
8080
docs/PaymentProcessorAuthorizationCodeResponse.md
8181
docs/PaymentProcessorAuthorizationCodeResponseBody.md
82+
docs/SpendingPlanAccountResponse.md
83+
docs/SpendingPlanAccountsResponse.md
84+
docs/SpendingPlanIterationItemCreateRequestBody.md
85+
docs/SpendingPlanIterationItemResponse.md
86+
docs/SpendingPlanIterationItemsResponseBody.md
87+
docs/SpendingPlanIterationResponse.md
88+
docs/SpendingPlanIterationsResponse.md
89+
docs/SpendingPlanResponse.md
90+
docs/SpendingPlansResponseBody.md
8291
docs/StatementResponse.md
8392
docs/StatementResponseBody.md
8493
docs/StatementsResponseBody.md
@@ -208,6 +217,15 @@ mx_platform_python/model/payment_processor_authorization_code_request.py
208217
mx_platform_python/model/payment_processor_authorization_code_request_body.py
209218
mx_platform_python/model/payment_processor_authorization_code_response.py
210219
mx_platform_python/model/payment_processor_authorization_code_response_body.py
220+
mx_platform_python/model/spending_plan_account_response.py
221+
mx_platform_python/model/spending_plan_accounts_response.py
222+
mx_platform_python/model/spending_plan_iteration_item_create_request_body.py
223+
mx_platform_python/model/spending_plan_iteration_item_response.py
224+
mx_platform_python/model/spending_plan_iteration_items_response_body.py
225+
mx_platform_python/model/spending_plan_iteration_response.py
226+
mx_platform_python/model/spending_plan_iterations_response.py
227+
mx_platform_python/model/spending_plan_response.py
228+
mx_platform_python/model/spending_plans_response_body.py
211229
mx_platform_python/model/statement_response.py
212230
mx_platform_python/model/statement_response_body.py
213231
mx_platform_python/model/statements_response_body.py
@@ -338,6 +356,15 @@ test/test_payment_processor_authorization_code_request.py
338356
test/test_payment_processor_authorization_code_request_body.py
339357
test/test_payment_processor_authorization_code_response.py
340358
test/test_payment_processor_authorization_code_response_body.py
359+
test/test_spending_plan_account_response.py
360+
test/test_spending_plan_accounts_response.py
361+
test/test_spending_plan_iteration_item_create_request_body.py
362+
test/test_spending_plan_iteration_item_response.py
363+
test/test_spending_plan_iteration_items_response_body.py
364+
test/test_spending_plan_iteration_response.py
365+
test/test_spending_plan_iterations_response.py
366+
test/test_spending_plan_response.py
367+
test/test_spending_plans_response_body.py
341368
test/test_statement_response.py
342369
test/test_statement_response_body.py
343370
test/test_statements_response_body.py

docs/MxPlatformApi.md

Lines changed: 1655 additions & 397 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SpendingPlanAccountResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**account_guid** | **str** | | [optional]
8+
**client_guid** | **str** | | [optional]
9+
**created_at** | **str** | | [optional]
10+
**guid** | **str** | | [optional]
11+
**spending_plan_guid** | **str** | | [optional]
12+
**updated_at** | **str** | | [optional]
13+
**user_guid** | **str** | | [optional]
14+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+
18+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SpendingPlanAccountsResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**spending_plan_accounts** | [**[SpendingPlanAccountResponse]**](SpendingPlanAccountResponse.md) | | [optional]
8+
**pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SpendingPlanIterationItemCreateRequestBody
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**planned_amount** | **float** | |
8+
**category_guid** | **str** | | [optional]
9+
**item_type** | **float** | | [optional]
10+
**scheduled_payment_guid** | **str** | | [optional]
11+
**top_level_category_guid** | **str** | | [optional]
12+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SpendingPlanIterationItemResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**actual_amount** | **float, none_type** | | [optional]
8+
**category_guid** | **str, none_type** | | [optional]
9+
**created_at** | **str, none_type** | | [optional]
10+
**guid** | **str, none_type** | | [optional]
11+
**item_type** | **str, none_type** | | [optional]
12+
**planned_amount** | **float, none_type** | | [optional]
13+
**scheduled_payment_guid** | **str, none_type** | | [optional]
14+
**spending_plan_iteration_guid** | **str, none_type** | | [optional]
15+
**top_level_category_guid** | **str, none_type** | | [optional]
16+
**transaction_guids** | **[str, none_type]** | | [optional]
17+
**updated_at** | **str, none_type** | | [optional]
18+
**user_guid** | **str, none_type** | | [optional]
19+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
20+
21+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
22+
23+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SpendingPlanIterationItemsResponseBody
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**iteration_items** | [**[SpendingPlanIterationItemResponse]**](SpendingPlanIterationItemResponse.md) | | [optional]
8+
**pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SpendingPlanIterationResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**created_at** | **str, none_type** | | [optional]
8+
**end_on** | **str, none_type** | | [optional]
9+
**guid** | **str, none_type** | | [optional]
10+
**iteration_number** | **int, none_type** | | [optional]
11+
**spending_plan_guid** | **str, none_type** | | [optional]
12+
**start_on** | **str, none_type** | | [optional]
13+
**updated_at** | **str, none_type** | | [optional]
14+
**user_guid** | **str, none_type** | | [optional]
15+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SpendingPlanIterationsResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**iterations** | [**[SpendingPlanIterationResponse]**](SpendingPlanIterationResponse.md) | | [optional]
8+
**pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/SpendingPlanResponse.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SpendingPlanResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**created_at** | **str, none_type** | | [optional]
8+
**current_iteration_number** | **int, none_type** | | [optional]
9+
**guid** | **str, none_type** | | [optional]
10+
**updated_at** | **str, none_type** | | [optional]
11+
**user_guid** | **str, none_type** | | [optional]
12+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

0 commit comments

Comments
 (0)