docs/Body8.md in treezor_client-1.5.0 vs docs/Body8.md in treezor_client-1.6.0
- old
+ new
@@ -1,12 +1,13 @@
# TreezorClient::Body8
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**name** | **String** | Name of the merchant ID restriction group | [optional]
-**status** | **String** | Status of the merchant ID restriction group | [optional]
+**name** | **String** | Name of the MCC restriction group | [optional]
+**status** | **String** | Status of the MCC group | [optional]
**is_whitelist** | **BOOLEAN** | determines whether it will be a black or a white list | [optional] [default to true]
-**merchants** | **Array<String>** | Array of merchant ID | [optional]
-**start_date** | **String** | The date at which the merchant ID group will be take into account. Format YYYY-MM-DD HH:MM:SS | [optional]
+**mcc** | **Array<Integer>** | Array of MCC | [optional]
+**start_date** | **String** | The date at which the MCC restriction group will be take into account. Format YYYY-MM-DD HH:MM:SS | [optional]
+**fields** | **Array<String>** | List of the object's properties you want to pick up. | [optional]