freshbooks-php-sdk

ExpenseStatus

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
link
https://www.freshbooks.com/api/invoices

Table of Contents

Constants

INTERNAL  : mixed = 0
INVOICED  : mixed = 2
OUTSTANDING  : mixed = 1
RECOUPED  : mixed = 4

Constants

On this page

Search results