docs/CustomerLoyalty.md in voucherify-5.0.0 vs docs/CustomerLoyalty.md in voucherify-6.0.0
- old
+ new
@@ -2,9 +2,9 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **points** | **Integer** | Customer's loyalty points. | |
-| **referred_customers** | **Integer** | Total number of customers referred by the customer. | |
-| **campaigns** | [**Hash<String, CustomerLoyaltyCampaignsValue>**](CustomerLoyaltyCampaignsValue.md) | Contains campaigns with details about point balances and how many customers were referred by the customer. | |
+| **points** | **Integer** | Customer's loyalty points. | [optional] |
+| **referred_customers** | **Integer** | Total number of customers referred by the customer. | [optional] |
+| **campaigns** | [**Hash<String, CustomerLoyaltyCampaignsEntry>**](CustomerLoyaltyCampaignsEntry.md) | Contains campaigns with details about point balances and how many customers were referred by the customer. | [optional] |