You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CreateTierGroupRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**upgradeStrategy** | [**UpgradeStrategyEnum**](#UpgradeStrategyEnum) | Select real_time to upgrade tier on real time balance updates. Select membership_anniversary to upgrade tier on subscription anniversary. Select tier_anniversary to upgrade tier on tier anniversary. | [optional]
9
9
**downgradeStrategy** | [**DowngradeStrategyEnum**](#DowngradeStrategyEnum) | Select real_time to downgrade tier on real time balance updates. Select membership_anniversary to downgrade tier on subscription anniversary. Select tier_anniversary to downgrade tier on tier anniversary. | [optional]
10
10
**tierOrder** | **List<String>** | Order of the tiers in the group in ascending order | [optional]
11
+
**meta** | **Map<String, Object>** | Additional metadata for the tier group | [optional]
**balance** | **Object** | Balance details for the subscription. | [optional]
7
+
**balance** | [**SubscriptionBalances**](SubscriptionBalances.md) | Balance details for the subscription. | [optional]
8
8
**members** | [**List<MemberContact>**](MemberContact.md) | List of members associated with the subscription. | [optional]
9
9
**reward** | [**List<SubscriptionAttributedReward>**](SubscriptionAttributedReward.md) | List of rewards associated with the subscription. | [optional]
10
10
**tier** | [**List<SubscriptionTier>**](SubscriptionTier.md) | List of tier assignments for the subscription. | [optional]
Copy file name to clipboardExpand all lines: docs/UpdateTierGroupRequest.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ Name | Type | Description | Notes
7
7
**name** | **String** | Name of the tier group |
8
8
**tierOrder** | [**List<UUID>**](UUID.md) | Order of the tiers in the group in ascending order |
9
9
**upgradeStrategy** | [**UpgradeStrategyEnum**](#UpgradeStrategyEnum) | Select real_time to upgrade tier on real time balance updates. Select membership_anniversary to upgrade tier on subscription anniversary. Select tier_anniversary to upgrade tier on tier anniversary. |
10
-
**downgradeStrategy** | [**DowngradeStrategyEnum**](#DowngradeStrategyEnum) | Select real_time to downgrade tier on real time balance updates. Select membership_anniversary to downgrade tier on subscription anniversary. Select tier_anniversary to downgrade tier on tier anniversary. |
10
+
**downgradeStrategy** | [**DowngradeStrategyEnum**](#DowngradeStrategyEnum) | Select real_time to downgrade tier on real time balance updates. Select membership_anniversary to downgrade tier on subscription anniversary. Select tier_anniversary to downgrade tier on tier anniversary. |
11
+
**meta** | **Map<String, Object>** | Additional metadata for the tier group | [optional]
0 commit comments