docs/VouchersCreateWithSpecificCodeRequestBody.md in voucherify-7.0.0 vs docs/VouchersCreateWithSpecificCodeRequestBody.md in voucherify-8.0.0

- old
+ new

@@ -13,10 +13,10 @@ | **validity_timeframe** | [**ValidityTimeframe**](ValidityTimeframe.md) | | [optional] | | **validity_day_of_week** | **Array<Integer>** | Integer array corresponding to the particular days of the week in which the voucher is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday | [optional] | | **validity_hours** | [**ValidityHours**](ValidityHours.md) | | [optional] | | **active** | **Boolean** | A flag to toggle the voucher on or off. You can disable a voucher even though it's within the active period defined by the `start_date` and `expiration_date`. - `true` indicates an *active* voucher - `false` indicates an *inactive* voucher | [optional] | | **additional_info** | **String** | An optional field to keep any extra textual information about the code such as a code description and details. | [optional] | -| **metadata** | **Object** | | [optional] | +| **metadata** | **Object** | The metadata object stores all custom attributes assigned to the code. A set of key/value pairs that you can attach to a voucher object. It can be useful for storing additional information about the voucher in a structured format. | [optional] | | **validation_rules** | **Array<String>** | Array containing the ID of the validation rule associated with the voucher. | [optional] | | **redemption** | [**VouchersCreateWithSpecificCodeRequestBodyRedemption**](VouchersCreateWithSpecificCodeRequestBodyRedemption.md) | | [optional] | | **type** | **String** | | [optional] | | **loyalty_card** | [**SimpleLoyaltyCard**](SimpleLoyaltyCard.md) | | [optional] | | **gift** | [**Gift**](Gift.md) | | [optional] |