Revenue types can be viewed by non-admins, but an admin user is required to manipulate admin data.
Name | Type | Example | Description |
---|---|---|---|
id | integer |
1234 |
The unique id of the revenue type |
name | string |
Recurring |
The name of the revenue type |
position | integer |
1 |
The position in a list that this revenue type should appear in |
is_default | boolean |
false |
There can only be one default revenue type at a time. Setting this to true for a revenue type will update all other revenue types to not be the default |
created_at | datetime |
2012-06-13 11:47:15 (time zone is user's time zone) |
Timestamp for when the revenue type was created |
updated_at | datetime |
2012-06-13 11:47:15 (time zone is user's time zone) |
Timestamp for when the revenue type was last touched |