docs/LoyaltyCardTransactionDetailsBalance.md in voucherify-8.0.1 vs docs/LoyaltyCardTransactionDetailsBalance.md in voucherify-8.0.2
- old
+ new
@@ -2,12 +2,13 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **type** | **String** | The type of voucher whose balance is being adjusted due to the transaction. | [optional][default to 'loyalty_card'] |
-| **total** | **Integer** | The number of all points accumulated on the card as affected by add or subtract operations. | [optional] |
+| **type** | **String** | The type of voucher whose balance is being adjusted due to the transaction. | [optional] |
+| **total** | **Integer** | The number of all points or credits accumulated on the card as affected by add or subtract operations. | [optional] |
| **object** | **String** | The type of the object represented by the JSON. | [optional][default to 'balance'] |
-| **points** | **Integer** | Points added or subtracted in the transaction. | [optional] |
-| **balance** | **Integer** | The available points on the card after the transaction as affected by redemption or rollback. | [optional] |
+| **points** | **Integer** | Points added or subtracted in the transaction of a loyalty card. | [optional] |
+| **balance** | **Integer** | The available points or credits on the card after the transaction as affected by redemption or rollback. | [optional] |
+| **operation_type** | **String** | The type of the operation being performed. The operation type is `AUTOMATIC` if it is an automatic redemption. | [optional] |
| **related_object** | [**LoyaltyCardTransactionDetailsBalanceRelatedObject**](LoyaltyCardTransactionDetailsBalanceRelatedObject.md) | | [optional] |