ExpenseStatus
in package
Status values for an expense.
Values are:
- 0: INTERNAL. Internal rather than client This is a feature of FreshBooks Classic only and should only appear in migrated accounts.
- 1: OUTSTANDING. Has client, needs to be applied to an invoice
- 2: INVOICED. Has client, attached to an invoice
- 4: RECOUPED. Has client, attached to an invoice, and paid
Tags
Table of Contents
Constants
- INTERNAL = 0
- INVOICED = 2
- OUTSTANDING = 1
- RECOUPED = 4
Constants
INTERNAL
public
mixed
INTERNAL
= 0
INVOICED
public
mixed
INVOICED
= 2
OUTSTANDING
public
mixed
OUTSTANDING
= 1
RECOUPED
public
mixed
RECOUPED
= 4