@@ -78,6 +78,9 @@ docs/AuthenticationexternalRequestCompound.md
7878docs/AuthenticationexternalResetAuthorizationV1Response.md
7979docs/AuthenticationexternalResponse.md
8080docs/AuthenticationexternalResponseCompound.md
81+ docs/BankaccountAutocompleteElementResponse.md
82+ docs/BankaccountGetAutocompleteV2Response.md
83+ docs/BankaccountGetAutocompleteV2ResponseMPayload.md
8184docs/BillingentityexternalAutocompleteElementResponse.md
8285docs/BillingentityexternalGenerateFederationTokenV1Request.md
8386docs/BillingentityexternalGenerateFederationTokenV1Response.md
@@ -241,6 +244,24 @@ docs/CreditcardclientResponseCompound.md
241244docs/CreditcarddetailRequest.md
242245docs/CreditcarddetailResponse.md
243246docs/CreditcarddetailResponseCompound.md
247+ docs/CreditcardmerchantAutocompleteElementResponse.md
248+ docs/CreditcardmerchantCreateObjectV1Request.md
249+ docs/CreditcardmerchantCreateObjectV1Response.md
250+ docs/CreditcardmerchantCreateObjectV1ResponseMPayload.md
251+ docs/CreditcardmerchantDeleteObjectV1Response.md
252+ docs/CreditcardmerchantEditObjectV1Request.md
253+ docs/CreditcardmerchantEditObjectV1Response.md
254+ docs/CreditcardmerchantGetAutocompleteV2Response.md
255+ docs/CreditcardmerchantGetAutocompleteV2ResponseMPayload.md
256+ docs/CreditcardmerchantGetListV1Response.md
257+ docs/CreditcardmerchantGetListV1ResponseMPayload.md
258+ docs/CreditcardmerchantGetObjectV2Response.md
259+ docs/CreditcardmerchantGetObjectV2ResponseMPayload.md
260+ docs/CreditcardmerchantListElement.md
261+ docs/CreditcardmerchantRequest.md
262+ docs/CreditcardmerchantRequestCompound.md
263+ docs/CreditcardmerchantResponse.md
264+ docs/CreditcardmerchantResponseCompound.md
244265docs/CreditcardtypeAutocompleteElementResponse.md
245266docs/CreditcardtypeGetAutocompleteV2Response.md
246267docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md
@@ -1283,6 +1304,7 @@ docs/ObjectActivesessionApi.md
12831304docs/ObjectApikeyApi.md
12841305docs/ObjectAttachmentApi.md
12851306docs/ObjectAuthenticationexternalApi.md
1307+ docs/ObjectBankaccountApi.md
12861308docs/ObjectBillingentityexternalApi.md
12871309docs/ObjectBillingentityinternalApi.md
12881310docs/ObjectBrandingApi.md
@@ -1294,6 +1316,7 @@ docs/ObjectContacttitleApi.md
12941316docs/ObjectCorsApi.md
12951317docs/ObjectCountryApi.md
12961318docs/ObjectCreditcardclientApi.md
1319+ docs/ObjectCreditcardmerchantApi.md
12971320docs/ObjectCreditcardtypeApi.md
12981321docs/ObjectCustomerApi.md
12991322docs/ObjectDepartmentApi.md
@@ -1761,6 +1784,7 @@ eZmaxApi/api/object_activesession_api.py
17611784eZmaxApi/api/object_apikey_api.py
17621785eZmaxApi/api/object_attachment_api.py
17631786eZmaxApi/api/object_authenticationexternal_api.py
1787+ eZmaxApi/api/object_bankaccount_api.py
17641788eZmaxApi/api/object_billingentityexternal_api.py
17651789eZmaxApi/api/object_billingentityinternal_api.py
17661790eZmaxApi/api/object_branding_api.py
@@ -1772,6 +1796,7 @@ eZmaxApi/api/object_contacttitle_api.py
17721796eZmaxApi/api/object_cors_api.py
17731797eZmaxApi/api/object_country_api.py
17741798eZmaxApi/api/object_creditcardclient_api.py
1799+ eZmaxApi/api/object_creditcardmerchant_api.py
17751800eZmaxApi/api/object_creditcardtype_api.py
17761801eZmaxApi/api/object_customer_api.py
17771802eZmaxApi/api/object_department_api.py
@@ -1940,6 +1965,9 @@ eZmaxApi/models/authenticationexternal_request_compound.py
19401965eZmaxApi/models/authenticationexternal_reset_authorization_v1_response.py
19411966eZmaxApi/models/authenticationexternal_response.py
19421967eZmaxApi/models/authenticationexternal_response_compound.py
1968+ eZmaxApi/models/bankaccount_autocomplete_element_response.py
1969+ eZmaxApi/models/bankaccount_get_autocomplete_v2_response.py
1970+ eZmaxApi/models/bankaccount_get_autocomplete_v2_response_m_payload.py
19431971eZmaxApi/models/billingentityexternal_autocomplete_element_response.py
19441972eZmaxApi/models/billingentityexternal_generate_federation_token_v1_request.py
19451973eZmaxApi/models/billingentityexternal_generate_federation_token_v1_response.py
@@ -2103,6 +2131,24 @@ eZmaxApi/models/creditcardclient_response_compound.py
21032131eZmaxApi/models/creditcarddetail_request.py
21042132eZmaxApi/models/creditcarddetail_response.py
21052133eZmaxApi/models/creditcarddetail_response_compound.py
2134+ eZmaxApi/models/creditcardmerchant_autocomplete_element_response.py
2135+ eZmaxApi/models/creditcardmerchant_create_object_v1_request.py
2136+ eZmaxApi/models/creditcardmerchant_create_object_v1_response.py
2137+ eZmaxApi/models/creditcardmerchant_create_object_v1_response_m_payload.py
2138+ eZmaxApi/models/creditcardmerchant_delete_object_v1_response.py
2139+ eZmaxApi/models/creditcardmerchant_edit_object_v1_request.py
2140+ eZmaxApi/models/creditcardmerchant_edit_object_v1_response.py
2141+ eZmaxApi/models/creditcardmerchant_get_autocomplete_v2_response.py
2142+ eZmaxApi/models/creditcardmerchant_get_autocomplete_v2_response_m_payload.py
2143+ eZmaxApi/models/creditcardmerchant_get_list_v1_response.py
2144+ eZmaxApi/models/creditcardmerchant_get_list_v1_response_m_payload.py
2145+ eZmaxApi/models/creditcardmerchant_get_object_v2_response.py
2146+ eZmaxApi/models/creditcardmerchant_get_object_v2_response_m_payload.py
2147+ eZmaxApi/models/creditcardmerchant_list_element.py
2148+ eZmaxApi/models/creditcardmerchant_request.py
2149+ eZmaxApi/models/creditcardmerchant_request_compound.py
2150+ eZmaxApi/models/creditcardmerchant_response.py
2151+ eZmaxApi/models/creditcardmerchant_response_compound.py
21062152eZmaxApi/models/creditcardtype_autocomplete_element_response.py
21072153eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py
21082154eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py
@@ -3586,6 +3632,9 @@ test/test_authenticationexternal_request_compound.py
35863632test/test_authenticationexternal_reset_authorization_v1_response.py
35873633test/test_authenticationexternal_response.py
35883634test/test_authenticationexternal_response_compound.py
3635+ test/test_bankaccount_autocomplete_element_response.py
3636+ test/test_bankaccount_get_autocomplete_v2_response.py
3637+ test/test_bankaccount_get_autocomplete_v2_response_m_payload.py
35893638test/test_billingentityexternal_autocomplete_element_response.py
35903639test/test_billingentityexternal_generate_federation_token_v1_request.py
35913640test/test_billingentityexternal_generate_federation_token_v1_response.py
@@ -3749,6 +3798,24 @@ test/test_creditcardclient_response_compound.py
37493798test/test_creditcarddetail_request.py
37503799test/test_creditcarddetail_response.py
37513800test/test_creditcarddetail_response_compound.py
3801+ test/test_creditcardmerchant_autocomplete_element_response.py
3802+ test/test_creditcardmerchant_create_object_v1_request.py
3803+ test/test_creditcardmerchant_create_object_v1_response.py
3804+ test/test_creditcardmerchant_create_object_v1_response_m_payload.py
3805+ test/test_creditcardmerchant_delete_object_v1_response.py
3806+ test/test_creditcardmerchant_edit_object_v1_request.py
3807+ test/test_creditcardmerchant_edit_object_v1_response.py
3808+ test/test_creditcardmerchant_get_autocomplete_v2_response.py
3809+ test/test_creditcardmerchant_get_autocomplete_v2_response_m_payload.py
3810+ test/test_creditcardmerchant_get_list_v1_response.py
3811+ test/test_creditcardmerchant_get_list_v1_response_m_payload.py
3812+ test/test_creditcardmerchant_get_object_v2_response.py
3813+ test/test_creditcardmerchant_get_object_v2_response_m_payload.py
3814+ test/test_creditcardmerchant_list_element.py
3815+ test/test_creditcardmerchant_request.py
3816+ test/test_creditcardmerchant_request_compound.py
3817+ test/test_creditcardmerchant_response.py
3818+ test/test_creditcardmerchant_response_compound.py
37523819test/test_creditcardtype_autocomplete_element_response.py
37533820test/test_creditcardtype_get_autocomplete_v2_response.py
37543821test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py
@@ -4791,6 +4858,7 @@ test/test_object_activesession_api.py
47914858test/test_object_apikey_api.py
47924859test/test_object_attachment_api.py
47934860test/test_object_authenticationexternal_api.py
4861+ test/test_object_bankaccount_api.py
47944862test/test_object_billingentityexternal_api.py
47954863test/test_object_billingentityinternal_api.py
47964864test/test_object_branding_api.py
@@ -4802,6 +4870,7 @@ test/test_object_contacttitle_api.py
48024870test/test_object_cors_api.py
48034871test/test_object_country_api.py
48044872test/test_object_creditcardclient_api.py
4873+ test/test_object_creditcardmerchant_api.py
48054874test/test_object_creditcardtype_api.py
48064875test/test_object_customer_api.py
48074876test/test_object_department_api.py
0 commit comments