User expirePoints
User_expirePoints
Syntax
User_expirePoints(array userResourceId, CGDateTime expireAllBefore, string Description[, Boolean Test]);
Arguments
- userResourceId: array of userResourceId
- expireAllBefore: DateTime class, points will be expired before that time
- Description: string
- Test: Boolean, optional default not set is true. If false all points before input time will be expired; if True will return amount expired but doesnt actually expire
Return type
Dictionary (Dictionary of userResourceId, Amount expired)