docs/RedeemableLoyaltyCard.md in voucherify-5.0.0 vs docs/RedeemableLoyaltyCard.md in voucherify-6.0.0
- old
+ new
@@ -2,10 +2,10 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **points** | **Integer** | Total points incurred over lifespan of loyalty card. | [optional] |
+| **points** | **Integer** | Total points incurred over the lifespan of the loyalty card. | [optional] |
| **balance** | **Integer** | Points available for reward redemption. | [optional] |
| **exchange_ratio** | **Float** | The cash equivalent of the points defined in the points_ratio property. | [optional] |
| **points_ratio** | **Integer** | The number of loyalty points that will map to the predefined cash amount defined by the exchange_ratio property. | [optional] |
| **transfers** | [**Array<LoyaltiesTransferPoints>**](LoyaltiesTransferPoints.md) | | [optional] |