ActiveStatusEnum
Describes the current fundraising status of the user
enum ActiveStatusEnum {
TEAM
PERSONAL
UNKNOWN
}
Values
ActiveStatusEnum.TEAM
User actively raising funds for a team
ActiveStatusEnum.PERSONAL
User actively raising funds for themselves
ActiveStatusEnum.UNKNOWN
User not on a team but has not chosen to raise funds for themselves
Member of
Viewer object