docs/VirtualibansApi.md in treezor_client-1.5.0 vs docs/VirtualibansApi.md in treezor_client-1.6.0

- old
+ new

@@ -9,11 +9,11 @@ [**post_virtual_iban**](VirtualibansApi.md#post_virtual_iban) | **POST** /virtualibans | create a virtual IBAN [**put_virtual_iban**](VirtualibansApi.md#put_virtual_iban) | **PUT** /virtualibans/{id} | update a Virtual IBAN # **getvirtualiban** -> InlineResponse20018 getvirtualiban(id) +> InlineResponse20027 getvirtualiban(id) get a virtualiban by Id Get a virtualiban from the system by its id. @@ -49,11 +49,11 @@ ------------- | ------------- | ------------- | ------------- **id** | **Integer**| VirtualIban's id. | ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20027**](InlineResponse20027.md) ### Authorization [api_key](../README.md#api_key) @@ -63,11 +63,11 @@ - **Accept**: application/json # **getvirtualibans** -> InlineResponse20018 getvirtualibans(valid_from, opts) +> InlineResponse20027 getvirtualibans(valid_from, opts) search virtualibans Get virtualiban that match search criteria. @@ -145,11 +145,11 @@ **sort_by** | **String**| The transaction element you want to sort the list with. Default value : createdDate. More info [here](https://agent.treezor.com/lists). | [optional] **sort_order** | **String**| The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://agent.treezor.com/lists). | [optional] ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20027**](InlineResponse20027.md) ### Authorization [api_key](../README.md#api_key) @@ -159,11 +159,11 @@ - **Accept**: application/json # **post_virtual_iban** -> InlineResponse20018 post_virtual_iban(wallet_id, type_id, opts) +> InlineResponse20027 post_virtual_iban(wallet_id, type_id, opts) create a virtual IBAN Create a new virtual IBAN in in the system. @@ -224,11 +224,11 @@ **max_usage** | **Integer**| The maximum number of usage authorized. If you want to set no maximum usage limitation you can omit the parameter or set it to null. If you want to limit usage please send an integer in that field. This integer cannot be less than 1. | [optional] **max_amount** | **Float**| The maximum amount authorized.If you want to set no maximum usage amount limitation you can omit the parameter or set it to null. If you want to limit the amount please send a DECIMAL (with a point as separator) in that field. This decimal cannot be less than 0.00. | [optional] ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20027**](InlineResponse20027.md) ### Authorization [api_key](../README.md#api_key) @@ -238,11 +238,11 @@ - **Accept**: application/json # **put_virtual_iban** -> InlineResponse20018 put_virtual_iban(id, opts) +> InlineResponse20027 put_virtual_iban(id, opts) update a Virtual IBAN Update Virtual IBAN's information. @@ -298,10 +298,10 @@ **max_usage** | **Integer**| The maximum number of usage authorized. It must follow the rules explained in the POST endpoint AND the maximum usage cannot be strictly less than the transaction counter of the Virtual Iban. | [optional] **max_amount** | **Float**| The maximum amount authorized. It must follow the rules explained in the POST endpoint AND the maximum amount cannot be strictly less than the cumulated amount of this Virtual Iban. | [optional] ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20027**](InlineResponse20027.md) ### Authorization [api_key](../README.md#api_key)