Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.39 KB

File metadata and controls

32 lines (23 loc) · 1.39 KB

UpdateTierGroupRequest

Properties

Name Type Description Notes
name String Name of the tier group
tierOrder List<UUID> Order of the tiers in the group in ascending order
upgradeStrategy 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.
downgradeStrategy 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.
meta Map<String, Object> Additional metadata for the tier group [optional]

Enum: UpgradeStrategyEnum

Name Value
REAL_TIME "real_time"
MEMBERSHIP_ANNIVERSARY "membership_anniversary"
TIER_ANNIVERSARY "tier_anniversary"

Enum: DowngradeStrategyEnum

Name Value
REAL_TIME "real_time"
MEMBERSHIP_ANNIVERSARY "membership_anniversary"
TIER_ANNIVERSARY "tier_anniversary"