Redeemable loyalty card object response
| Name | Type | Description |
|---|---|---|
| points | Integer | Total number of points added to the loyalty card over its lifespan. |
| balance | Integer | Points available for reward redemption. This is calculated as follows: `balance` = `points` - `expired_points` - `subtracted_points` - `redemption.redeemed_points`. |
| exchangeRatio | BigDecimal | The cash equivalent of the points defined in the points_ratio property. |
| pointsRatio | Integer | The number of loyalty points that will map to the predefined cash amount defined by the exchange_ratio property. |
| transfers | List<LoyaltiesTransferPoints> |