VisState
in package
Visibility values for a resource. Mostly used in accounting-type resources, not project-type.
Values are:
- ACTIVE: refers to objects that are both completed and non-completed.
- DELETED: objects are "soft-deleted" meaning they will not show up in list calls by default, and will not count towards finances, account limits, etc., but can be undeleted at any time.
- ARCHIVED: Are hidden from FreshBook's UI by default, but still count towards finances, account limits, etc.
Tags
Table of Contents
Constants
Constants
ACTIVE
public
mixed
ACTIVE
= 0
ARCHIVED
public
mixed
ARCHIVED
= 2
DELETED
public
mixed
DELETED
= 1