-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look for details in API documentation's changelog
- Loading branch information
Api (Codebuild)
committed
Apr 14, 2024
1 parent
59bb051
commit c6dd036
Showing
480 changed files
with
9,907 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CreditcardclientAutocompleteElementResponse | ||
|
||
A Creditcardclient AutocompleteElement Response | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | | ||
**s_creditcardclient_description** | **str** | The description of the Creditcardclient | | ||
**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CreditcardclientAutocompleteElementResponse from a JSON string | ||
creditcardclient_autocomplete_element_response_instance = CreditcardclientAutocompleteElementResponse.from_json(json) | ||
# print the JSON string representation of the object | ||
print(CreditcardclientAutocompleteElementResponse.to_json()) | ||
|
||
# convert the object into a dict | ||
creditcardclient_autocomplete_element_response_dict = creditcardclient_autocomplete_element_response_instance.to_dict() | ||
# create an instance of CreditcardclientAutocompleteElementResponse from a dict | ||
creditcardclient_autocomplete_element_response_form_dict = creditcardclient_autocomplete_element_response.from_dict(creditcardclient_autocomplete_element_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# CreditcardclientCreateObjectV1Request | ||
|
||
Request for POST /1/object/creditcardclient | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**a_obj_creditcardclient** | [**List[CreditcardclientRequestCompound]**](CreditcardclientRequestCompound.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CreditcardclientCreateObjectV1Request from a JSON string | ||
creditcardclient_create_object_v1_request_instance = CreditcardclientCreateObjectV1Request.from_json(json) | ||
# print the JSON string representation of the object | ||
print(CreditcardclientCreateObjectV1Request.to_json()) | ||
|
||
# convert the object into a dict | ||
creditcardclient_create_object_v1_request_dict = creditcardclient_create_object_v1_request_instance.to_dict() | ||
# create an instance of CreditcardclientCreateObjectV1Request from a dict | ||
creditcardclient_create_object_v1_request_form_dict = creditcardclient_create_object_v1_request.from_dict(creditcardclient_create_object_v1_request_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CreditcardclientCreateObjectV1Response | ||
|
||
Response for POST /1/object/creditcardclient | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | | ||
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] | ||
**m_payload** | [**CreditcardclientCreateObjectV1ResponseMPayload**](CreditcardclientCreateObjectV1ResponseMPayload.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CreditcardclientCreateObjectV1Response from a JSON string | ||
creditcardclient_create_object_v1_response_instance = CreditcardclientCreateObjectV1Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print(CreditcardclientCreateObjectV1Response.to_json()) | ||
|
||
# convert the object into a dict | ||
creditcardclient_create_object_v1_response_dict = creditcardclient_create_object_v1_response_instance.to_dict() | ||
# create an instance of CreditcardclientCreateObjectV1Response from a dict | ||
creditcardclient_create_object_v1_response_form_dict = creditcardclient_create_object_v1_response.from_dict(creditcardclient_create_object_v1_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# CreditcardclientCreateObjectV1ResponseMPayload | ||
|
||
Payload for POST /1/object/creditcardclient | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**a_pki_creditcardclient_id** | **List[int]** | An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request. | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a JSON string | ||
creditcardclient_create_object_v1_response_m_payload_instance = CreditcardclientCreateObjectV1ResponseMPayload.from_json(json) | ||
# print the JSON string representation of the object | ||
print(CreditcardclientCreateObjectV1ResponseMPayload.to_json()) | ||
|
||
# convert the object into a dict | ||
creditcardclient_create_object_v1_response_m_payload_dict = creditcardclient_create_object_v1_response_m_payload_instance.to_dict() | ||
# create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a dict | ||
creditcardclient_create_object_v1_response_m_payload_form_dict = creditcardclient_create_object_v1_response_m_payload.from_dict(creditcardclient_create_object_v1_response_m_payload_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.