Enumeration PlanCreditsType

Different types of credits that can be obtained when purchasing a plan

Remarks

0 - EXPIRABLE, 1 - FIXED, 2 - DYNAMIC If EXPIRABLE it means the credits can be used for a fixed amount of time (calculated in seconds) If FIXED it means the credits can be used for a fixed amount of times If DYNAMIC it means the credits can be used but the redemption amount is dynamic

Enumeration Members

Enumeration Members

DYNAMIC: 2
EXPIRABLE: 0
FIXED: 1